svn commit: r424168 - in head/devel: . py-cachetools

Roman Bogorodskiy novel at FreeBSD.org
Tue Oct 18 15:02:08 UTC 2016


Author: novel
Date: Tue Oct 18 15:02:06 2016
New Revision: 424168
URL: https://svnweb.freebsd.org/changeset/ports/424168

Log:
  Add py-cachetools 2.0.0, extensible memoizing collections and
  decorators.
  
  PR:		213542
  Submitted by:	Alexander Nusov <alexander.nusov at nfvexpress.com>

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Oct 18 15:01:45 2016	(r424167)
+++ head/devel/Makefile	Tue Oct 18 15:02:06 2016	(r424168)
@@ -4039,6 +4039,7 @@
     SUBDIR += py-bluelet
     SUBDIR += py-boto
     SUBDIR += py-botocore
+    SUBDIR += py-cachetools
     SUBDIR += py-calendar
     SUBDIR += py-canonicaljson
     SUBDIR += py-capstone

Added: head/devel/py-cachetools/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-cachetools/Makefile	Tue Oct 18 15:02:06 2016	(r424168)
@@ -0,0 +1,18 @@
+# Created by: Alexander Nusov <alexander.nusov at nfvexpress.com>
+# $FreeBSD$
+
+PORTNAME=	cachetools
+PORTVERSION=	2.0.0
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	alexander.nusov at nfvexpress.com
+COMMENT=	Extensible memoizing collections and decorators
+
+NO_ARCH=	yes
+
+USES=		python
+USE_PYTHON=	autoplist distutils
+
+.include <bsd.port.mk>

Added: head/devel/py-cachetools/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-cachetools/distinfo	Tue Oct 18 15:02:06 2016	(r424168)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1476297386
+SHA256 (cachetools-2.0.0.tar.gz) = 715a7202240dc20dbe83abdb2d804d543e2d4f07af146f53c82166bd75f3a628
+SIZE (cachetools-2.0.0.tar.gz) = 18592

Added: head/devel/py-cachetools/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-cachetools/pkg-descr	Tue Oct 18 15:02:06 2016	(r424168)
@@ -0,0 +1,3 @@
+This module provides various memoizing collections and decorators.
+
+WWW: https://github.com/tkem/cachetools


More information about the svn-ports-all mailing list