freebsd-ports/devel/py-libusb1/Makefile
Po-Chuan Hsieh 2ea0c0c9c9
devel/py-libusb1: Update to 1.9.3
- Remove outdated CONFLICTS_INSTALL: devel/py-libusb115 has been removed over 3 years ago
- Update pkg-descr
- Update WWW
- Take maintainership

Changes:	https://github.com/vpelletier/python-libusb1/blob/master/README.rst#history
2021-07-06 22:56:33 +08:00

20 lines
390 B
Makefile

PORTNAME= libusb1
PORTVERSION?= 1.9.3
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Pure-python wrapper for libusb-1.0
LICENSE= LGPL21+
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
do-test:
@${PYTHON_CMD} -m unittest discover -vs ${TEST_WRKSRC}
.include <bsd.port.mk>