mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
23 lines
428 B
Makefile
23 lines
428 B
Makefile
COMMENT = decorator for caching properties in classes
|
|
|
|
MODPY_DISTV = 2.0.1
|
|
DISTNAME = cached_property-${MODPY_DISTV}
|
|
PKGNAME = py-cached-property-${MODPY_DISTV}
|
|
REVISION = 1
|
|
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Sebastien Marie <semarie@kapouay.eu.org>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES = lang/python
|
|
MODPY_PI = Yes
|
|
MODPY_PYBUILD = setuptools
|
|
|
|
TEST_DEPENDS += devel/py-freezegun \
|
|
devel/py-dateutil
|
|
|
|
.include <bsd.port.mk>
|