Skip to content

Commit

Permalink
graphics/py-beziers: Do not install test module
Browse files Browse the repository at this point in the history
- Bump PORTREVISION for package change

PR:		262759
Reported by:	se
  • Loading branch information
sunpoet committed Mar 25, 2022
1 parent ac19319 commit c7f2905
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions graphics/py-beziers/Makefile
Expand Up @@ -2,6 +2,7 @@

PORTNAME= beziers
PORTVERSION= 0.4.0
PORTREVISION= 1
CATEGORIES= graphics python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand Down
11 changes: 11 additions & 0 deletions graphics/py-beziers/files/patch-setup.py
@@ -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__':

0 comments on commit c7f2905

Please sign in to comment.