summaryrefslogtreecommitdiff
path: root/devel/py-inotify-simple/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-inotify-simple/Makefile')
-rw-r--r--devel/py-inotify-simple/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/devel/py-inotify-simple/Makefile b/devel/py-inotify-simple/Makefile
index 1674a5c756ba..c1ea5c6694c2 100644
--- a/devel/py-inotify-simple/Makefile
+++ b/devel/py-inotify-simple/Makefile
@@ -1,5 +1,5 @@
PORTNAME= inotify-simple
-PORTVERSION= 1.3.5
+PORTVERSION= 2.0.1
PORTREVISION= 2
CATEGORIES= devel python
MASTER_SITES= PYPI
@@ -13,10 +13,13 @@ WWW= https://github.com/chrisjbillington/inotify_simple
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+
LIB_DEPENDS= libinotify.so:devel/libinotify
USES= python
-USE_PYTHON= autoplist distutils
+USE_PYTHON= autoplist pep517
NO_ARCH= yes