Add py-cachecontrol 0.11.5, caching algorithms in httplib2 for use with

requests session object.

PR:		205640
Submitted by:	Yuri Victorovich <yuri@rawbw.com>
This commit is contained in:
Vanilla I. Shu 2015-12-27 05:36:23 +00:00
parent 00c9fac4dd
commit 8f55563b6e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=404547
4 changed files with 30 additions and 0 deletions

View File

@ -1511,6 +1511,7 @@
SUBDIR += py-blogofile
SUBDIR += py-bottle
SUBDIR += py-bottle-cork
SUBDIR += py-cachecontrol
SUBDIR += py-cactus
SUBDIR += py-cherrypy
SUBDIR += py-cherrypy-old

View File

@ -0,0 +1,22 @@
# Created by: Yuri Victorovich <yuri@rawbw.com>
# $FreeBSD$
PORTNAME= CacheControl
PORTVERSION= 0.11.5
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@rawbw.com
COMMENT= Caching algorithms in httplib2 for use with requests session object
LICENSE= BSD2CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:${PORTSDIR}/www/py-requests \
${PYTHON_PKGNAMEPREFIX}lockfile>=0.9:${PORTSDIR}/devel/py-lockfile
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (CacheControl-0.11.5.tar.gz) = b78484d6feb17b501267f4048c364a8fc26fcef35ca3ff62bdba63d41fa4cf42
SIZE (CacheControl-0.11.5.tar.gz) = 13104

View File

@ -0,0 +1,5 @@
a port of the caching algorithms in httplib2 for use with requests
session object.
WWW: https://github.com/ionrock/cachecontrol/
WWW: https://pypi.python.org/pypi/CacheControl/0.11.5/