[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / devel / py-cached-property

File: [local] / ports / devel / py-cached-property / Makefile (download)

Revision 1.13, Mon May 6 12:23:11 2024 UTC (3 weeks, 6 days ago) by sthen
Branch: MAIN
CVS Tags: HEAD
Changes since 1.12: +1 -1 lines

bump REVISION for py3.10 -> py3.11 switch

COMMENT =	decorator for caching properties in classes

MODPY_EGG_VERSION = 1.5.2
DISTNAME =	cached-property-${MODPY_EGG_VERSION}
PKGNAME =	py-${DISTNAME}
REVISION =	3

CATEGORIES =	devel

MAINTAINER =	Sebastien Marie <semarie@kapouay.eu.org>

# BSD
PERMIT_PACKAGE=	Yes

MODULES =		lang/python
MODPY_PI =		Yes
MODPY_PYBUILD =		setuptools

FLAVORS =	python3
FLAVOR =	python3

TEST_DEPENDS +=		devel/py-freezegun${MODPY_FLAVOR} \
			devel/py-dateutil${MODPY_FLAVOR}

.include <bsd.port.mk>