www/py-instabot: Do not install tests module

- Bump PORTREVISION for package change

PR:		262759
Reported by:	se
This commit is contained in:
Po-Chuan Hsieh 2022-03-25 21:05:37 +08:00
parent 90066b37e4
commit 42f449ea71
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
2 changed files with 10 additions and 1 deletions

View file

@ -2,7 +2,7 @@
PORTNAME= instabot
PORTVERSION= 0.117.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View 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*']),
)