pkgsrc-WIP-changes archive

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

py-requests-cache: Import py-requests-cache-0.4.13 as wip/py-requests-cache



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Mon Sep 11 15:09:53 2017 +0200
Changeset:	4500c72db4bd48c7eb2233a7172722cb46af7ed1

Modified Files:
	Makefile
Added Files:
	py-requests-cache/DESCR
	py-requests-cache/Makefile
	py-requests-cache/PLIST
	py-requests-cache/distinfo

Log Message:
py-requests-cache: Import py-requests-cache-0.4.13 as wip/py-requests-cache

Requests-cache is a transparent persistent cache for
requests (version >= 1.1.0) library.

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

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

diffstat:
 Makefile                   |  1 +
 py-requests-cache/DESCR    |  2 ++
 py-requests-cache/Makefile | 18 ++++++++++++++++++
 py-requests-cache/PLIST    | 42 ++++++++++++++++++++++++++++++++++++++++++
 py-requests-cache/distinfo |  6 ++++++
 5 files changed, 69 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 566ec69dc0..034b368e5d 100644
--- a/Makefile
+++ b/Makefile
@@ -3594,6 +3594,7 @@ SUBDIR+=	py-report
 SUBDIR+=	py-repositoryhandler
 SUBDIR+=	py-repoze.tm2
 SUBDIR+=	py-repoze.who
+SUBDIR+=	py-requests-cache
 SUBDIR+=	py-restkit
 SUBDIR+=	py-rf
 SUBDIR+=	py-rlcompleter2
diff --git a/py-requests-cache/DESCR b/py-requests-cache/DESCR
new file mode 100644
index 0000000000..0db4c858b0
--- /dev/null
+++ b/py-requests-cache/DESCR
@@ -0,0 +1,2 @@
+Requests-cache is a transparent persistent cache for
+requests (version >= 1.1.0) library.
diff --git a/py-requests-cache/Makefile b/py-requests-cache/Makefile
new file mode 100644
index 0000000000..ba82cbba3c
--- /dev/null
+++ b/py-requests-cache/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2017/04/14 12:10:26 leot Exp $
+
+DISTNAME=	requests-cache-0.4.13
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel python
+MASTER_SITES=	${MASTER_SITE_PYPI:=r/requests-cache/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/reclosedev/requests-cache
+COMMENT=	Persistent cache for requests library
+LICENSE=	2-clause-bsd
+
+DEPENDS+=	${PYPKGPREFIX}-requests>=1.1.0:../../devel/py-requests
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-requests-cache/PLIST b/py-requests-cache/PLIST
new file mode 100644
index 0000000000..25de8f3abb
--- /dev/null
+++ b/py-requests-cache/PLIST
@@ -0,0 +1,42 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/requests_cache/__init__.py
+${PYSITELIB}/requests_cache/__init__.pyc
+${PYSITELIB}/requests_cache/__init__.pyo
+${PYSITELIB}/requests_cache/backends/__init__.py
+${PYSITELIB}/requests_cache/backends/__init__.pyc
+${PYSITELIB}/requests_cache/backends/__init__.pyo
+${PYSITELIB}/requests_cache/backends/base.py
+${PYSITELIB}/requests_cache/backends/base.pyc
+${PYSITELIB}/requests_cache/backends/base.pyo
+${PYSITELIB}/requests_cache/backends/mongo.py
+${PYSITELIB}/requests_cache/backends/mongo.pyc
+${PYSITELIB}/requests_cache/backends/mongo.pyo
+${PYSITELIB}/requests_cache/backends/redis.py
+${PYSITELIB}/requests_cache/backends/redis.pyc
+${PYSITELIB}/requests_cache/backends/redis.pyo
+${PYSITELIB}/requests_cache/backends/sqlite.py
+${PYSITELIB}/requests_cache/backends/sqlite.pyc
+${PYSITELIB}/requests_cache/backends/sqlite.pyo
+${PYSITELIB}/requests_cache/backends/storage/__init__.py
+${PYSITELIB}/requests_cache/backends/storage/__init__.pyc
+${PYSITELIB}/requests_cache/backends/storage/__init__.pyo
+${PYSITELIB}/requests_cache/backends/storage/dbdict.py
+${PYSITELIB}/requests_cache/backends/storage/dbdict.pyc
+${PYSITELIB}/requests_cache/backends/storage/dbdict.pyo
+${PYSITELIB}/requests_cache/backends/storage/mongodict.py
+${PYSITELIB}/requests_cache/backends/storage/mongodict.pyc
+${PYSITELIB}/requests_cache/backends/storage/mongodict.pyo
+${PYSITELIB}/requests_cache/backends/storage/redisdict.py
+${PYSITELIB}/requests_cache/backends/storage/redisdict.pyc
+${PYSITELIB}/requests_cache/backends/storage/redisdict.pyo
+${PYSITELIB}/requests_cache/compat.py
+${PYSITELIB}/requests_cache/compat.pyc
+${PYSITELIB}/requests_cache/compat.pyo
+${PYSITELIB}/requests_cache/core.py
+${PYSITELIB}/requests_cache/core.pyc
+${PYSITELIB}/requests_cache/core.pyo
diff --git a/py-requests-cache/distinfo b/py-requests-cache/distinfo
new file mode 100644
index 0000000000..6469cccb03
--- /dev/null
+++ b/py-requests-cache/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/04/14 12:10:26 leot Exp $
+
+SHA1 (requests-cache-0.4.13.tar.gz) = 4ccf9e23886ebf960befb7c28b32e8745da5bc1e
+RMD160 (requests-cache-0.4.13.tar.gz) = 0d69f94c070100340e3505cbebbb944d2df72a5c
+SHA512 (requests-cache-0.4.13.tar.gz) = 1f9c0961facec73c5458fd8e7b22a36ea620fd686bf8032fc002e55cfda4923235ebc3b33454e3ccae14452f50ffe1104a1b28f7b95b0a99c94ff94adc340f34
+Size (requests-cache-0.4.13.tar.gz) = 29342 bytes


Home | Main Index | Thread Index | Old Index