- 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
20 lines
390 B
Makefile
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>
|