0b6748734d
Version 1.5.0: - Add support for a Redis Sentinel Cluster. - Parameterize the hash function so alternatives can be used. - Include the deprecated werkzeug.contrib.cache module in Flask-Caching.
21 lines
729 B
Makefile
21 lines
729 B
Makefile
# $NetBSD: Makefile,v 1.2 2019/02/25 08:49:12 adam Exp $
|
|
|
|
DISTNAME= Flask-Caching-1.5.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
|
|
CATEGORIES= www python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=F/Flask-Caching/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/sh4nks/flask-caching
|
|
COMMENT= Caching support to your Flask application
|
|
LICENSE= modified-bsd
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-flask-[0-9]*:../../www/py-flask
|
|
TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
|
|
TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
|
|
TEST_DEPENDS+= ${PYPKGPREFIX}-test-xprocess-[0-9]*:../../devel/py-test-xprocess
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|