aboutsummaryrefslogtreecommitdiff
path: root/print/py-pycups/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/py-pycups/Makefile')
-rw-r--r--print/py-pycups/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/print/py-pycups/Makefile b/print/py-pycups/Makefile
index e2862d889c6c..5f7aef654530 100644
--- a/print/py-pycups/Makefile
+++ b/print/py-pycups/Makefile
@@ -1,20 +1,22 @@
PORTNAME= pycups
-PORTVERSION= 2.0.1
+PORTVERSION= 2.0.2
CATEGORIES= print python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= CUPS bindings for Python
-WWW= https://github.com/zdohnal/pycups
+WWW= https://github.com/OpenPrinting/pycups
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
LIB_DEPENDS= libcups.so:print/cups
USES= iconv localbase python
-USE_PYTHON= autoplist concurrent distutils
+USE_PYTHON= autoplist concurrent pep517
.include <bsd.port.pre.mk>