mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
28 lines
597 B
Makefile
28 lines
597 B
Makefile
COMMENT= easy cache support for Flask
|
|
|
|
MODPY_DISTV= 2.4.0
|
|
DISTNAME= flask_caching-${MODPY_DISTV}
|
|
PKGNAME= py-${DISTNAME:S/_/-/}
|
|
CATEGORIES= www
|
|
MAINTAINER= Sebastian Reitenbach <sebastia@openbsd.org>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
MODPY_PI= Yes
|
|
MODPY_PYBUILD= flit_core
|
|
|
|
RUN_DEPENDS= devel/py-cachelib \
|
|
www/py-flask
|
|
|
|
# some tests fail (with longish delays) if redis is running on the machine
|
|
TEST_DEPENDS= databases/py-redis \
|
|
devel/py-test-cov \
|
|
devel/py-test-asyncio \
|
|
devel/py-test-xprocess \
|
|
misc/py-memcached \
|
|
www/py-asgiref
|
|
|
|
.include <bsd.port.mk>
|