Skip to content

Commit

Permalink
devel/py-cachy: Do not install tests 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 a47f985 commit b97f894
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions devel/py-cachy/Makefile
Expand Up @@ -2,6 +2,7 @@

PORTNAME= cachy
PORTVERSION= 0.3.0
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand Down
12 changes: 11 additions & 1 deletion devel/py-cachy/files/patch-setup.py
@@ -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'],
Expand Down

0 comments on commit b97f894

Please sign in to comment.