diff options
Diffstat (limited to 'devel/py-jsonnet/Makefile')
-rw-r--r-- | devel/py-jsonnet/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/devel/py-jsonnet/Makefile b/devel/py-jsonnet/Makefile index 8bf91ab3e0c8..caa1f8e3ffe4 100644 --- a/devel/py-jsonnet/Makefile +++ b/devel/py-jsonnet/Makefile @@ -1,7 +1,6 @@ PORTNAME= jsonnet DISTVERSIONPREFIX= v -DISTVERSION= 0.20.0 -PORTREVISION= 1 +DISTVERSION= 0.21.0 CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,12 +16,12 @@ LIB_DEPENDS= libjsonnet.so:devel/jsonnet TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyyaml>=0:devel/py-pyyaml@${PY_FLAVOR} -USES= compiler:c++17-lang python localbase +USES= compiler:c++17-lang localbase python USE_GITHUB= yes GH_ACCOUNT= google -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_jsonnet${PYTHON_TAG}.so @@ -30,4 +29,4 @@ post-install: do-test: @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -rs -.include <bsd.port.mk> +.include <bsd.port.mk> |