summaryrefslogtreecommitdiff
path: root/x11/py-xcffib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/py-xcffib/Makefile')
-rw-r--r--x11/py-xcffib/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/x11/py-xcffib/Makefile b/x11/py-xcffib/Makefile
index 4d8ccebdc8ff..873ab8009a98 100644
--- a/x11/py-xcffib/Makefile
+++ b/x11/py-xcffib/Makefile
@@ -1,6 +1,5 @@
PORTNAME= xcffib
-PORTVERSION= 0.11.1
-PORTREVISION= 1
+PORTVERSION= 1.11.2
CATEGORIES= x11 python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,13 +11,14 @@ WWW= https://github.com/tych0/xcffib
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.1.0:devel/py-cffi@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
+BUILD_DEPENDS= ${PY_SETUPTOOLS} \
+ ${PYTHON_PKGNAMEPREFIX}cffi>=1.1.0:devel/py-cffi@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
LIB_DEPENDS= libxcb.so:x11/libxcb
-RUN_DEPENDS= ${BUILD_DEPENDS}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.1.0:devel/py-cffi@${PY_FLAVOR}
USES= python
-USE_PYTHON= autoplist distutils
+USE_PYTHON= autoplist pep517
NO_ARCH= yes