graphics/py-beziers: Do not install test module

- Bump PORTREVISION for package change

PR:		262759
Reported by:	se
This commit is contained in:
Po-Chuan Hsieh 2022-03-25 21:00:15 +08:00
parent ac19319134
commit c7f2905094
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
2 changed files with 12 additions and 0 deletions

View File

@ -2,6 +2,7 @@
PORTNAME= beziers
PORTVERSION= 0.4.0
PORTREVISION= 1
CATEGORIES= graphics python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View 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__':