freebsd-ports/comms/py-hidapi/Makefile
Dmitry Marakasov 77d68471ad */*: rename CHEESESHOP to PYPI in MASTER_SITES
PR:			267994
Differential revision:	D37518
Approved by:		bapt
2023-01-11 18:58:34 +03:00

26 lines
549 B
Makefile

PORTNAME= hidapi
DISTVERSION= 0.11.0.post2
CATEGORIES= comms python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Cython interface to comms/hidapi
WWW= https://pypi.org/project/hidapi/
LICENSE= GPLv3
LIB_DEPENDS= libhidapi.so:comms/hidapi
USES= python:3.6+
USE_PYTHON= autoplist cython distutils
MAKE_ENV+= DISTUTILS_DEBUG=1
post-patch:
@${REINPLACE_CMD} -e 's|usb-1.0|usb|g' ${WRKSRC}/setup.py
post-install:
@${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/hid*.so
.include <bsd.port.mk>