Date: Tue, 18 Oct 2016 15:02:06 +0000 (UTC) From: Roman Bogorodskiy <novel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424168 - in head/devel: . py-cachetools Message-ID: <201610181502.u9IF264c036359@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@nfvexpress.com> +# $FreeBSD$ + +PORTNAME= cachetools +PORTVERSION= 2.0.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610181502.u9IF264c036359>