aboutsummaryrefslogtreecommitdiff
path: root/devel/py-libusb1/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-libusb1/Makefile')
-rw-r--r--devel/py-libusb1/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/devel/py-libusb1/Makefile b/devel/py-libusb1/Makefile
index 73b7a19f4dc2..cc662187915e 100644
--- a/devel/py-libusb1/Makefile
+++ b/devel/py-libusb1/Makefile
@@ -1,19 +1,18 @@
PORTNAME= libusb1
-PORTVERSION?= 1.8
+PORTVERSION?= 1.9.3
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Pure-python wrapper for libusb-1.0
LICENSE= LGPL21+
-CONFLICTS_INSTALL?= ${PKGNAMEPREFIX}${PORTNAME}15
+USES= python:3.6+
+USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
-USES= python:3.6+
-USE_PYTHON= autoplist distutils
do-test:
@${PYTHON_CMD} -m unittest discover -vs ${TEST_WRKSRC}