diff options
Diffstat (limited to 'devel/py-inotify-simple/Makefile')
-rw-r--r-- | devel/py-inotify-simple/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/devel/py-inotify-simple/Makefile b/devel/py-inotify-simple/Makefile index 1674a5c756ba..cfc9a1acb3c4 100644 --- a/devel/py-inotify-simple/Makefile +++ b/devel/py-inotify-simple/Makefile @@ -1,6 +1,5 @@ PORTNAME= inotify-simple -PORTVERSION= 1.3.5 -PORTREVISION= 2 +PORTVERSION= 2.0.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,10 +12,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 |