mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
devel/py-yarg: Do not install test module
PR: 262759 Reported by: se
This commit is contained in:
parent
a9d8c1dfdc
commit
6ab3e86434
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= yarg
|
||||
PORTVERSION= 0.1.9
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
11
devel/py-yarg/files/patch-setup.py
Normal file
11
devel/py-yarg/files/patch-setup.py
Normal file
@ -0,0 +1,11 @@
|
||||
--- setup.py.orig 2014-08-11 21:55:01 UTC
|
||||
+++ setup.py
|
||||
@@ -21,7 +21,7 @@ setup(name=__title__,
|
||||
long_description=long_desc,
|
||||
license=__license__,
|
||||
platforms=['linux'],
|
||||
- packages=find_packages(exclude=["*.tests"]),
|
||||
+ packages=find_packages(exclude=["tests"]),
|
||||
install_requires=['requests', ],
|
||||
requires=['requests', ],
|
||||
provides=[__title__, ],
|
Loading…
Reference in New Issue
Block a user