diff options
author | mva <mva@FreeBSD.org> | 2014-06-14 16:37:44 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-06-14 16:37:44 +0800 |
commit | 66c9520476c8df36d1a073bac4f397bd4d234784 (patch) | |
tree | 7ef1f04a1146408f1c48577daf31f2062687ff37 /math | |
parent | 4120f40db6867f16365c9baeb09507bdb67d1034 (diff) | |
download | freebsd-ports-gnome-66c9520476c8df36d1a073bac4f397bd4d234784.tar.gz freebsd-ports-gnome-66c9520476c8df36d1a073bac4f397bd4d234784.tar.zst freebsd-ports-gnome-66c9520476c8df36d1a073bac4f397bd4d234784.zip |
- Remove easy_install dependency
- Bump PORTREVISION to enforce a cleanup for the easy_install references
With hat: python@
Approved by: portmgr (implicit)
Diffstat (limited to 'math')
-rw-r--r-- | math/py-graphillion/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/math/py-graphillion/Makefile b/math/py-graphillion/Makefile index 252b8b248cca..bd0a2fee1055 100644 --- a/math/py-graphillion/Makefile +++ b/math/py-graphillion/Makefile @@ -3,6 +3,7 @@ PORTNAME= graphillion PORTVERSION= 0.94 +PORTREVISION= 1 CATEGORIES= math python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,16 +14,13 @@ LICENSE= MIT USE_GITHUB= yes USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes GH_ACCOUNT= takemaru GH_TAGNAME= v${PORTVERSION} GH_COMMIT= 2c77c8d -PYDISTUTILS_AUTOPLIST= yes -PYDISTUTILS_PKGNAME= Graphillion -PYEASYINSTALL_ARCHDEP= yes - regression-test: build @cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test |