mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
21 lines
347 B
Makefile
21 lines
347 B
Makefile
COMMENT= compatibility API between asyncio/Twisted/Trollius
|
|
|
|
MODPY_DISTV= 25.12.2
|
|
DISTNAME= txaio-${MODPY_DISTV}
|
|
PKGNAME= py-${DISTNAME}
|
|
|
|
CATEGORIES= devel
|
|
|
|
HOMEPAGE= https://github.com/crossbario/txaio
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
MODPY_PYBUILD= hatchling
|
|
MODPY_PI= Yes
|
|
|
|
TEST_DEPENDS= devel/py-twisted
|
|
|
|
.include <bsd.port.mk>
|