diff options
Diffstat (limited to 'devel/py-ujson/Makefile')
-rw-r--r-- | devel/py-ujson/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/py-ujson/Makefile b/devel/py-ujson/Makefile index 742826723e6f..60f6be096ec5 100644 --- a/devel/py-ujson/Makefile +++ b/devel/py-ujson/Makefile @@ -1,6 +1,5 @@ PORTNAME= ujson -PORTVERSION= 5.10.0 -PORTREVISION= 1 +PORTVERSION= 5.11.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,9 +14,10 @@ LICENSE_NAME_TclTk= Tcl/Tk License LICENSE_TEXT_TclTk= http://www.tcl.tk/software/tcltk/license.html LICENSE_PERMS_TclTk= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= pep517 autoplist .include <bsd.port.mk> |