svn commit: r404547 - in head/www: . py-cachecontrol

Vanilla I. Shu vanilla at FreeBSD.org
Sun Dec 27 05:36:25 UTC 2015


Author: vanilla
Date: Sun Dec 27 05:36:23 2015
New Revision: 404547
URL: https://svnweb.freebsd.org/changeset/ports/404547

Log:
  Add py-cachecontrol 0.11.5, caching algorithms in httplib2 for use with
  requests session object.
  
  PR:		205640
  Submitted by:	Yuri Victorovich <yuri at rawbw.com>

Added:
  head/www/py-cachecontrol/
  head/www/py-cachecontrol/Makefile   (contents, props changed)
  head/www/py-cachecontrol/distinfo   (contents, props changed)
  head/www/py-cachecontrol/pkg-descr   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Sun Dec 27 05:32:32 2015	(r404546)
+++ head/www/Makefile	Sun Dec 27 05:36:23 2015	(r404547)
@@ -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

Added: head/www/py-cachecontrol/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-cachecontrol/Makefile	Sun Dec 27 05:36:23 2015	(r404547)
@@ -0,0 +1,22 @@
+# Created by: Yuri Victorovich <yuri at rawbw.com>
+# $FreeBSD$
+
+PORTNAME=	CacheControl
+PORTVERSION=	0.11.5
+CATEGORIES=	www python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	yuri at 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>

Added: head/www/py-cachecontrol/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-cachecontrol/distinfo	Sun Dec 27 05:36:23 2015	(r404547)
@@ -0,0 +1,2 @@
+SHA256 (CacheControl-0.11.5.tar.gz) = b78484d6feb17b501267f4048c364a8fc26fcef35ca3ff62bdba63d41fa4cf42
+SIZE (CacheControl-0.11.5.tar.gz) = 13104

Added: head/www/py-cachecontrol/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-cachecontrol/pkg-descr	Sun Dec 27 05:36:23 2015	(r404547)
@@ -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/


More information about the svn-ports-head mailing list