aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/py-xlib/Makefile
diff options
context:
space:
mode:
authordbaio <dbaio@FreeBSD.org>2018-02-23 01:44:36 +0800
committerdbaio <dbaio@FreeBSD.org>2018-02-23 01:44:36 +0800
commitc2bf4603710b1a047e9e74caa669a9e6c0fc8147 (patch)
tree0018db0b9c7fab9c03564482edf9e02be4e2f563 /x11-toolkits/py-xlib/Makefile
parentae91bb053a2cce822e55256995b1b011d64adb05 (diff)
downloadfreebsd-ports-gnome-c2bf4603710b1a047e9e74caa669a9e6c0fc8147.tar.gz
freebsd-ports-gnome-c2bf4603710b1a047e9e74caa669a9e6c0fc8147.tar.zst
freebsd-ports-gnome-c2bf4603710b1a047e9e74caa669a9e6c0fc8147.zip
x11-toolkits/py-xlib: Update to 0.21
While here: Add LICENSE_FILE Allow concurrent installation Reorder Makefile Changes: https://github.com/python-xlib/python-xlib/releases/tag/0.21 PR: 226115 Submitted by: Eero Hänninen <fax@nohik.ee> (maintainer)
Diffstat (limited to 'x11-toolkits/py-xlib/Makefile')
-rw-r--r--x11-toolkits/py-xlib/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/x11-toolkits/py-xlib/Makefile b/x11-toolkits/py-xlib/Makefile
index ea9fd77d4a9b..70b20ddb3acb 100644
--- a/x11-toolkits/py-xlib/Makefile
+++ b/x11-toolkits/py-xlib/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= xlib
-PORTVERSION= 0.20
+PORTVERSION= 0.21
CATEGORIES= x11-toolkits python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -10,17 +10,20 @@ MAINTAINER= fax@nohik.ee
COMMENT= X11 library for Python
LICENSE= GPLv2+
+LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.7:devel/py-setuptools_scm@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${FLAVOR}
+USES= python
+
+USE_GITHUB= yes
GH_ACCOUNT= python-xlib
GH_PROJECT= python-xlib
-USES= python
-USE_GITHUB= yes
-USE_PYTHON= distutils autoplist
+USE_PYTHON= autoplist concurrent distutils
+
NO_ARCH= yes
.include <bsd.port.mk>