Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Mar 2020 17:16:32 +0000 (UTC)
From:      Dan Langille <dvl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r527685 - in head/www: . py-cachelib
Message-ID:  <202003031716.023HGW8Z013000@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dvl
Date: Tue Mar  3 17:16:32 2020
New Revision: 527685
URL: https://svnweb.freebsd.org/changeset/ports/527685

Log:
  Add www/py-cachelib
  
  A collection of cache libraries in the same API interface as extracted from
  werkzeug.
  
  PR:		244576
  Submitted by:	Gilbert Morgan <gmm@tutanota.com>

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

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Tue Mar  3 17:14:17 2020	(r527684)
+++ head/www/Makefile	Tue Mar  3 17:16:32 2020	(r527685)
@@ -1435,6 +1435,7 @@
     SUBDIR += py-bottle-cork
     SUBDIR += py-branca
     SUBDIR += py-cachecontrol
+    SUBDIR += py-cachelib
     SUBDIR += py-caldav
     SUBDIR += py-cheroot
     SUBDIR += py-cherrypy

Added: head/www/py-cachelib/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-cachelib/Makefile	Tue Mar  3 17:16:32 2020	(r527685)
@@ -0,0 +1,23 @@
+# Created by: Gilbert Morgan <gmm@tutanota.com>
+# $FreeBSD$
+#
+
+PORTNAME=	cachelib
+PORTVERSION=	0.1
+CATEGORIES=	www
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	gmm@tutanota.com
+COMMENT=	A collection of cache libraries in the same API interface
+
+LICENSE=        BSD3CLAUSE
+LICENSE_FILE=   ${WRKSRC}/LICENSE
+
+USES=           localbase python
+USE_PYTHON=     autoplist distutils
+
+NO_ARCH=	yes
+NO_BUILD=	yes
+
+.include <bsd.port.mk>

Added: head/www/py-cachelib/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-cachelib/distinfo	Tue Mar  3 17:16:32 2020	(r527685)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1583167392
+SHA256 (cachelib-0.1.tar.gz) = 8b889b509d372095357b8705966e1282d40835c4126d7c2b07fd414514d8ae8d
+SIZE (cachelib-0.1.tar.gz) = 9844

Added: head/www/py-cachelib/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-cachelib/pkg-descr	Tue Mar  3 17:16:32 2020	(r527685)
@@ -0,0 +1,7 @@
+A collection of cache libraries in the same API interface.
+
+Extracted from werkzeug. https://palletsprojects.com/p/werkzeug/
+
+Maintained by Pallets Team, licensed under BSD.
+
+WWW: https://pypi.org/project/cachelib/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003031716.023HGW8Z013000>