devel/py-cachy: 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 20:59:30 +08:00
parent a47f985ef3
commit b97f894b67
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
2 changed files with 12 additions and 1 deletions

View file

@ -2,6 +2,7 @@
PORTNAME= cachy
PORTVERSION= 0.3.0
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View file

@ -1,6 +1,16 @@
--- setup.py.orig 1970-01-01 00:00:00 UTC
+++ setup.py
@@ -14,7 +14,7 @@ package_data = \
@@ -5,16 +5,14 @@ packages = \
['cachy',
'cachy.contracts',
'cachy.serializers',
- 'cachy.stores',
- 'tests',
- 'tests.stores']
+ 'cachy.stores']
package_data = \
{'': ['*']}
extras_require = \
{'memcached': ['python-memcached>=1.59,<2.0'],