mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-14 01:23:23 -04:00
dev-python/beziers: new version
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -29,4 +29,6 @@ BDEPEND="
|
||||
)
|
||||
"
|
||||
|
||||
PATCHES=( "${FILESDIR}/${P}-no-install-tests.patch" )
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -22,7 +22,7 @@
|
||||
"Development Status :: 4 - Beta"
|
||||
|
||||
],
|
||||
- 'packages': find_packages(),
|
||||
+ 'packages': find_packages(exclude=["test", "test.*"]),
|
||||
}
|
||||
|
||||
if __name__ == '__main__':
|
||||
Reference in New Issue
Block a user