97c9ac3401
Needed to update textproc/py-opensearch-py to latest upstream 3.1.0. Approved by: lwhsu (mentor, implicitly)
30 lines
667 B
Makefile
30 lines
667 B
Makefile
PORTNAME= Events
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.5
|
|
CATEGORIES= devel
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= siva@FreeBSD.org
|
|
COMMENT= Python Event Handling the C# Style
|
|
WWW= https://events.readthedocs.io/en/latest/
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist concurrent pep517 pytest
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= pyeve
|
|
GH_PROJECT= events
|
|
|
|
NO_ARCH= yes
|
|
|
|
do-test:
|
|
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} setup.py test
|
|
|
|
.include <bsd.port.mk>
|