mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-14 17:43:11 -04:00
dev-python/cffsubr: add 0.2.9_p1
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
22
dev-python/cffsubr/files/cffsubr-0.2.9_p1-fix-setup-py.patch
Normal file
22
dev-python/cffsubr/files/cffsubr-0.2.9_p1-fix-setup-py.patch
Normal file
@@ -0,0 +1,22 @@
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -136,7 +136,7 @@
|
||||
package_dir={"": "src"},
|
||||
packages=find_packages("src"),
|
||||
entry_points={"console_scripts": ["cffsubr = cffsubr.__main__:main"]},
|
||||
- ext_modules=[tx],
|
||||
+ ext_modules=[],
|
||||
zip_safe=False,
|
||||
cmdclass=cmdclass,
|
||||
install_requires=[
|
||||
@@ -144,9 +144,7 @@
|
||||
"fontTools >= 4.10.2",
|
||||
],
|
||||
setup_requires=[
|
||||
- "setuptools_scm",
|
||||
- # finds all git tracked files including submodules when making sdist MANIFEST
|
||||
- "setuptools-git-ls-files",
|
||||
+ "setuptools_scm"
|
||||
],
|
||||
extras_require={"testing": ["pytest"]},
|
||||
python_requires=">=3.6",
|
||||
Reference in New Issue
Block a user