mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
graphics/py-pygraph: Do not install test module
PR: 262759 Reported by: se
This commit is contained in:
parent
49636a5650
commit
a9d8c1dfdc
2 changed files with 11 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
PORTNAME= pygraph
|
||||
DISTVERSION= 0.2.1-4
|
||||
DISTVERSIONSUFFIX= -g037bb2f
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
10
graphics/py-pygraph/files/patch-setup.py
Normal file
10
graphics/py-pygraph/files/patch-setup.py
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- setup.py.orig 2017-10-31 16:41:33 UTC
|
||||
+++ setup.py
|
||||
@@ -1,6 +1,6 @@
|
||||
from setuptools import find_packages, setup
|
||||
|
||||
-EXCLUDE_FROM_PACKAGES = []
|
||||
+EXCLUDE_FROM_PACKAGES = ['tests']
|
||||
|
||||
setup(
|
||||
name='PyGraph',
|
Loading…
Add table
Reference in a new issue