pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Import cachelib as wip/py-cachelib version 0.1



Module Name:	pkgsrc-wip
Committed By:	Pierre Pronchery <khorben%defora.org@localhost>
Pushed By:	khorben
Date:		Thu Oct 31 21:19:41 2019 +0100
Changeset:	987429dc149d5da43d7b50d475a4f0746864104b

Modified Files:
	Makefile
Added Files:
	py-cachelib/DESCR
	py-cachelib/Makefile
	py-cachelib/PLIST
	py-cachelib/distinfo

Log Message:
Import cachelib as wip/py-cachelib version 0.1

A collection of cache libraries in the same API interface. Extracted from
werkzeug.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=987429dc149d5da43d7b50d475a4f0746864104b

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile             |  1 +
 py-cachelib/DESCR    |  2 ++
 py-cachelib/Makefile | 17 +++++++++++++++++
 py-cachelib/PLIST    | 30 ++++++++++++++++++++++++++++++
 py-cachelib/distinfo |  6 ++++++
 5 files changed, 56 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 1c22095b13..2bec9806ba 100644
--- a/Makefile
+++ b/Makefile
@@ -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
diff --git a/py-cachelib/DESCR b/py-cachelib/DESCR
new file mode 100644
index 0000000000..dc34fc92c2
--- /dev/null
+++ b/py-cachelib/DESCR
@@ -0,0 +1,2 @@
+A collection of cache libraries in the same API interface. Extracted from
+werkzeug.
diff --git a/py-cachelib/Makefile b/py-cachelib/Makefile
new file mode 100644
index 0000000000..45a8dc57e6
--- /dev/null
+++ b/py-cachelib/Makefile
@@ -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@localhost
+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"
diff --git a/py-cachelib/PLIST b/py-cachelib/PLIST
new file mode 100644
index 0000000000..f8e0d91089
--- /dev/null
+++ b/py-cachelib/PLIST
@@ -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
diff --git a/py-cachelib/distinfo b/py-cachelib/distinfo
new file mode 100644
index 0000000000..79c42de3b2
--- /dev/null
+++ b/py-cachelib/distinfo
@@ -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


Home | Main Index | Thread Index | Old Index