mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 19:43:24 -04:00
sci-mathematics/pyromaths: new package, add 21.8.2
Signed-off-by: Henri Gasc <gasc@eurecom.fr>
This commit is contained in:
13
sci-mathematics/pyromaths/files/setuptools.patch
Normal file
13
sci-mathematics/pyromaths/files/setuptools.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
diff --git a/setup.py b/setup.py
|
||||
index 7273f2d..dc88836 100644
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -22,7 +22,7 @@ with codecs.open("pyromaths/version.py", encoding="utf8", errors="replace") as f
|
||||
setup(
|
||||
name="pyromaths",
|
||||
version=VERSION,
|
||||
- packages=find_packages(exclude=["tests*"]),
|
||||
+ packages=find_packages(exclude=["tests*"]) + ["pyromaths.data.exercices.img", "pyromaths.data.exercices.templates", "pyromaths.data.exercices.tests", "pyromaths.data.locale", "pyromaths.data.locale.en.LC_MESSAGES", "pyromaths.data.locale.es.LC_MESSAGES", "pyromaths.data.locale.pl.LC_MESSAGES", "pyromaths.data.templates"],
|
||||
install_requires=["jinja2"],
|
||||
include_package_data=True,
|
||||
author=AUTHOR,
|
||||
Reference in New Issue
Block a user