pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-cachelib py-cachelib: import version 0.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/2e878398ac16
branches: trunk
changeset: 447737:2e878398ac16
user: khorben <khorben%pkgsrc.org@localhost>
date: Thu Feb 25 14:59:15 2021 +0000
description:
py-cachelib: import version 0.1
py-cachelib is a collection of cache libraries in the same API interface.
Extracted from werkzeug.
diffstat:
devel/py-cachelib/DESCR | 2 ++
devel/py-cachelib/Makefile | 16 ++++++++++++++++
devel/py-cachelib/PLIST | 30 ++++++++++++++++++++++++++++++
devel/py-cachelib/distinfo | 6 ++++++
4 files changed, 54 insertions(+), 0 deletions(-)
diffs (70 lines):
diff -r 23e9d504d94b -r 2e878398ac16 devel/py-cachelib/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-cachelib/DESCR Thu Feb 25 14:59:15 2021 +0000
@@ -0,0 +1,2 @@
+A collection of cache libraries in the same API interface. Extracted from
+werkzeug.
diff -r 23e9d504d94b -r 2e878398ac16 devel/py-cachelib/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-cachelib/Makefile Thu Feb 25 14:59:15 2021 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2021/02/25 14:59:15 khorben Exp $
+
+DISTNAME= cachelib-0.1
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_PYPI:=c/cachelib/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/pallets/cachelib
+COMMENT= Collection of cache libraries in the same API interface
+LICENSE= modified-bsd
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 23e9d504d94b -r 2e878398ac16 devel/py-cachelib/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-cachelib/PLIST Thu Feb 25 14:59:15 2021 +0000
@@ -0,0 +1,30 @@
+@comment $NetBSD: PLIST,v 1.1 2021/02/25 14:59:15 khorben Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/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
diff -r 23e9d504d94b -r 2e878398ac16 devel/py-cachelib/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-cachelib/distinfo Thu Feb 25 14:59:15 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/02/25 14:59:15 khorben Exp $
+
+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
Home |
Main Index |
Thread Index |
Old Index