1
0
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:
Emanuel Haupt 2022-03-30 23:54:42 +02:00
parent a9d8c1dfdc
commit 6ab3e86434
2 changed files with 12 additions and 0 deletions

View File

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

View 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__, ],