Files
ports/devel/py-flexcache/Makefile
T
Po-Chuan Hsieh 2d3ac6e778 devel/py-flexcache: Add py-flexcache 0.3
flexcache provides a robust and extensible package to cache on disk the result
of expensive calculations.
2026-05-21 22:45:41 +08:00

25 lines
754 B
Makefile

PORTNAME= flexcache
PORTVERSION= 0.3
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Save and load to the cache a transformed versions of a source object
WWW= https://github.com/hgrecco/flexcache
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools-scm>=3.4.3:devel/py-setuptools-scm@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
.include <bsd.port.mk>