graphics/py-beziers: Do not install test module
- Bump PORTREVISION for package change PR: 262759 Reported by: se
This commit is contained in:
parent
ac19319134
commit
c7f2905094
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= beziers
|
||||
PORTVERSION= 0.4.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
11
graphics/py-beziers/files/patch-setup.py
Normal file
11
graphics/py-beziers/files/patch-setup.py
Normal file
@ -0,0 +1,11 @@
|
||||
--- setup.py.orig 2021-10-14 13:10:52 UTC
|
||||
+++ setup.py
|
||||
@@ -22,7 +22,7 @@ config = {
|
||||
"Development Status :: 4 - Beta"
|
||||
|
||||
],
|
||||
- 'packages': find_packages(),
|
||||
+ 'packages': find_packages(exclude=['test*']),
|
||||
}
|
||||
|
||||
if __name__ == '__main__':
|
Loading…
Reference in New Issue
Block a user