diff options
Diffstat (limited to 'math/py-grandalf/Makefile')
-rw-r--r-- | math/py-grandalf/Makefile | 20 |
1 files changed, 7 insertions, 13 deletions
diff --git a/math/py-grandalf/Makefile b/math/py-grandalf/Makefile index cfd2a4b0d046..9539a066d981 100644 --- a/math/py-grandalf/Makefile +++ b/math/py-grandalf/Makefile @@ -1,25 +1,19 @@ PORTNAME= grandalf -DISTVERSIONPREFIX= v -DISTVERSION= 0.7 -CATEGORIES= math graphics python -#MASTER_SITES= PYPI # no tarball +DISTVERSION= 0.8 +PORTREVISION= 1 +CATEGORIES= math python +MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org -COMMENT= Graph experimentation and drawing algorithms framework +COMMENT= Graph and drawing algorithms framework WWW= https://github.com/bdcht/grandalf -LICENSE= MIT - -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyparsing>0:devel/py-pyparsing@${PY_FLAVOR} +LICENSE= GPLv2 USES= python -USE_GITHUB= yes -GH_ACCOUNT= bdcht USE_PYTHON= distutils autoplist -NO_ARCH= yes +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyparsing>0:devel/py-pyparsing@${PY_FLAVOR} .include <bsd.port.mk> |