summaryrefslogtreecommitdiff
path: root/databases/py-mongoengine/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/py-mongoengine/Makefile')
-rw-r--r--databases/py-mongoengine/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/databases/py-mongoengine/Makefile b/databases/py-mongoengine/Makefile
index 629aeb662add..58600691e72c 100644
--- a/databases/py-mongoengine/Makefile
+++ b/databases/py-mongoengine/Makefile
@@ -1,5 +1,5 @@
PORTNAME= mongoengine
-PORTVERSION= 0.28.2
+PORTVERSION= 0.29.0
CATEGORIES= databases python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,10 +12,12 @@ WWW= http://mongoengine.org/ \
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pymongo>=3.4<5.0:databases/py-pymongo@${PY_FLAVOR}
USES= python
-USE_PYTHON= autoplist concurrent distutils
+USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes