summaryrefslogtreecommitdiff
path: root/devel/py-jsonsir/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-jsonsir/Makefile')
-rw-r--r--devel/py-jsonsir/Makefile13
1 files changed, 8 insertions, 5 deletions
diff --git a/devel/py-jsonsir/Makefile b/devel/py-jsonsir/Makefile
index 91b363cb86b8..b798a2e3031d 100644
--- a/devel/py-jsonsir/Makefile
+++ b/devel/py-jsonsir/Makefile
@@ -1,7 +1,10 @@
PORTNAME= jsonsir
PORTVERSION= 0.0.2
+PORTREVISION= 1
CATEGORIES= devel python
+MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= JsonSir-${PORTVERSION}
MAINTAINER= python@FreeBSD.org
COMMENT= Serializer for JSON-like data in Python
@@ -9,12 +12,12 @@ WWW= https://github.com/RussellLuo/jsonsir
LICENSE= MIT
-USES= python
-USE_PYTHON= distutils autoplist
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
-USE_GITHUB= yes
+USES= python
+USE_PYTHON= autoplist concurrent pep517
-GH_ACCOUNT= RussellLuo
-GH_TAGNAME= af866cb
+NO_ARCH= yes
.include <bsd.port.mk>