Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Dec 2019 17:31:02 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r521365 - in head/devel: . py-cachy
Message-ID:  <201912291731.xBTHV2Zl068961@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Dec 29 17:31:01 2019
New Revision: 521365
URL: https://svnweb.freebsd.org/changeset/ports/521365

Log:
  Add py-cachy 0.3.0
  
  Cachy provides a simple yet effective caching library.
  
  WWW: https://github.com/sdispater/cachy

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Dec 29 17:30:55 2019	(r521364)
+++ head/devel/Makefile	Sun Dec 29 17:31:01 2019	(r521365)
@@ -4263,6 +4263,7 @@
     SUBDIR += py-cachecontrol
     SUBDIR += py-cached-property
     SUBDIR += py-cachetools
+    SUBDIR += py-cachy
     SUBDIR += py-calendar
     SUBDIR += py-canonicaljson
     SUBDIR += py-capstone

Added: head/devel/py-cachy/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-cachy/Makefile	Sun Dec 29 17:31:01 2019	(r521365)
@@ -0,0 +1,21 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	cachy
+PORTVERSION=	0.3.0
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Simple yet effective caching library
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=		python
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/py-cachy/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-cachy/distinfo	Sun Dec 29 17:31:01 2019	(r521365)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1577626015
+SHA256 (cachy-0.3.0.tar.gz) = 186581f4ceb42a0bbe040c407da73c14092379b1e4c0e327fdb72ae4a9b269b1
+SIZE (cachy-0.3.0.tar.gz) = 15654

Added: head/devel/py-cachy/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-cachy/pkg-descr	Sun Dec 29 17:31:01 2019	(r521365)
@@ -0,0 +1,3 @@
+Cachy provides a simple yet effective caching library.
+
+WWW: https://github.com/sdispater/cachy



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