Files
ports/devel/py-asyncstdlib/Makefile
T
Olivier Cochard 4dcad11d5b devel/py-asyncstdlib: New port
Async variants of the Python standard library
2026-05-07 10:26:41 +02:00

23 lines
527 B
Makefile

PORTNAME= asyncstdlib
PORTVERSION= 3.14.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= olivier@FreeBSD.org
COMMENT= Async variants of the Python standard library
WWW= https://asyncstdlib.readthedocs.io/ \
https://github.com/maxfischer2781/asyncstdlib
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>0:devel/py-flit-core@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
.include <bsd.port.mk>