openbsd-ports/www/py-repoze-lru/Makefile
2022-11-13 15:30:15 +00:00

23 lines
390 B
Makefile

COMMENT = tiny LRU cache implementation and decorator
MODPY_EGG_VERSION = 0.7
DISTNAME = repoze.lru-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME:S/./-/}
REVISION = 0
CATEGORIES = www devel
# BSD-derived
PERMIT_PACKAGE = Yes
MODULES = lang/python
FLAVORS = python3
FLAVOR = python3
MODPY_PI = Yes
MODPY_SETUPTOOLS = Yes
MODPY_PYTEST_ARGS = repoze/lru/tests.py
.include <bsd.port.mk>