www/py-instabot: Do not install tests module
- Bump PORTREVISION for package change PR: 262759 Reported by: se
This commit is contained in:
parent
90066b37e4
commit
42f449ea71
2 changed files with 10 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= instabot
|
||||
PORTVERSION= 0.117.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
9
www/py-instabot/files/patch-setup.py
Normal file
9
www/py-instabot/files/patch-setup.py
Normal file
|
@ -0,0 +1,9 @@
|
|||
--- setup.py.orig 2020-03-28 11:06:35 UTC
|
||||
+++ setup.py
|
||||
@@ -55,5 +55,5 @@ setup(
|
||||
"Programming Language :: Python :: 3.6",
|
||||
"Programming Language :: Python :: 3.7",
|
||||
],
|
||||
- packages=find_packages(),
|
||||
+ packages=find_packages(exclude=['tests*']),
|
||||
)
|
Loading…
Reference in a new issue