Import cachelib as wip/py-cachelib version 0.1

A collection of cache libraries in the same API interface. Extracted from
werkzeug.
This commit is contained in:
Pierre Pronchery 2019-10-31 21:19:41 +01:00
parent 399e7ecc8b
commit 987429dc14
5 changed files with 56 additions and 0 deletions

View File

@ -3203,6 +3203,7 @@ SUBDIR+= py-bruce
SUBDIR+= py-bsddb
SUBDIR+= py-bxa
SUBDIR+= py-bytecodeassembler
SUBDIR+= py-cachelib
SUBDIR+= py-calphad
SUBDIR+= py-calverter
SUBDIR+= py-cameo

2
py-cachelib/DESCR Normal file
View File

@ -0,0 +1,2 @@
A collection of cache libraries in the same API interface. Extracted from
werkzeug.

17
py-cachelib/Makefile Normal file
View File

@ -0,0 +1,17 @@
# $NetBSD$
DISTNAME= cachelib-0.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=c/cachelib/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/pallets/cachelib
COMMENT= A collection of cache libraries in the same API interface
LICENSE= modified-bsd
USE_LANGUAGES= # none
.include "../../lang/python/application.mk"
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"

30
py-cachelib/PLIST Normal file
View File

@ -0,0 +1,30 @@
@comment $NetBSD$
${PYSITELIB}/${EGG_FILE}/PKG-INFO
${PYSITELIB}/${EGG_FILE}/SOURCES.txt
${PYSITELIB}/${EGG_FILE}/dependency_links.txt
${PYSITELIB}/${EGG_FILE}/not-zip-safe
${PYSITELIB}/${EGG_FILE}/top_level.txt
${PYSITELIB}/cachelib/__init__.py
${PYSITELIB}/cachelib/__init__.pyc
${PYSITELIB}/cachelib/__init__.pyo
${PYSITELIB}/cachelib/_compat.py
${PYSITELIB}/cachelib/_compat.pyc
${PYSITELIB}/cachelib/_compat.pyo
${PYSITELIB}/cachelib/base.py
${PYSITELIB}/cachelib/base.pyc
${PYSITELIB}/cachelib/base.pyo
${PYSITELIB}/cachelib/file.py
${PYSITELIB}/cachelib/file.pyc
${PYSITELIB}/cachelib/file.pyo
${PYSITELIB}/cachelib/memcached.py
${PYSITELIB}/cachelib/memcached.pyc
${PYSITELIB}/cachelib/memcached.pyo
${PYSITELIB}/cachelib/redis.py
${PYSITELIB}/cachelib/redis.pyc
${PYSITELIB}/cachelib/redis.pyo
${PYSITELIB}/cachelib/simple.py
${PYSITELIB}/cachelib/simple.pyc
${PYSITELIB}/cachelib/simple.pyo
${PYSITELIB}/cachelib/uwsgi.py
${PYSITELIB}/cachelib/uwsgi.pyc
${PYSITELIB}/cachelib/uwsgi.pyo

6
py-cachelib/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (cachelib-0.1.tar.gz) = 2dcf522ff94375b0c534d1c507f5f8e6c870f211
RMD160 (cachelib-0.1.tar.gz) = 39f3c9af7006d6684f86b0988acf4b526203bfb6
SHA512 (cachelib-0.1.tar.gz) = 8ed41a14f3bc36393ecdce7dcc0023ce954900f4541463cf08b823b6c11a28532812c9873d32991f023986ed2ded39a560ee556447bc6d4c3e45c3d4d749c2b9
Size (cachelib-0.1.tar.gz) = 9844 bytes