freebsd-ports/devel/py-janus/Makefile
Yuri Victorovich 7fcde27f5c devel/py-janus: update 1.0.0 → 1.1.0
Reported by:	portscout
2024-10-29 23:29:22 -07:00

21 lines
503 B
Makefile

PORTNAME= janus
PORTVERSION= 1.1.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Mixed sync-async queue to interoperate between asyncio tasks & threads
WWW= https://github.com/aio-libs/janus
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-asyncio>0:devel/py-pytest-asyncio@${PY_FLAVOR}
USES= python
USE_PYTHON= distutils autoplist pytest
NO_ARCH= yes
.include <bsd.port.mk>