mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
25 lines
403 B
Makefile
25 lines
403 B
Makefile
COMMENT= simple LRU cache for asyncio
|
|
|
|
MODPY_DISTV= 2.2.0
|
|
DISTNAME= async_lru-${MODPY_DISTV}
|
|
PKGNAME= py-${DISTNAME:S/_/-/}
|
|
REVISION= 0
|
|
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Daniel Dickman <daniel@openbsd.org>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
|
|
MODPY_PI= Yes
|
|
MODPY_PYBUILD= setuptools
|
|
|
|
TEST_DEPENDS= devel/py-test-asyncio \
|
|
devel/py-test-cov \
|
|
devel/py-test-timeout
|
|
|
|
.include <bsd.port.mk>
|