mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
devel/py-cachy: Do not install tests module
- Bump PORTREVISION for package change PR: 262759 Reported by: se
This commit is contained in:
parent
a47f985ef3
commit
b97f894b67
2 changed files with 12 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= cachy
|
||||
PORTVERSION= 0.3.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
|
@ -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'],
|
||||
|
|
Loading…
Add table
Reference in a new issue