svn commit: r522794 - in head/devel: . py-cachetools3

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 12 16:04:36 UTC 2020


Author: sunpoet
Date: Sun Jan 12 16:04:35 2020
New Revision: 522794
URL: https://svnweb.freebsd.org/changeset/ports/522794

Log:
  Add py-cachetools3 3.1.1 (copied from py-cachetools)
  
  - Add PORTSCOUT

Added:
  head/devel/py-cachetools3/
     - copied from r522758, head/devel/py-cachetools/
Modified:
  head/devel/Makefile
  head/devel/py-cachetools3/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Jan 12 16:00:19 2020	(r522793)
+++ head/devel/Makefile	Sun Jan 12 16:04:35 2020	(r522794)
@@ -4245,6 +4245,7 @@
     SUBDIR += py-cachecontrol
     SUBDIR += py-cached-property
     SUBDIR += py-cachetools
+    SUBDIR += py-cachetools3
     SUBDIR += py-cachy
     SUBDIR += py-calendar
     SUBDIR += py-canonicaljson

Modified: head/devel/py-cachetools3/Makefile
==============================================================================
--- head/devel/py-cachetools/Makefile	Sun Jan 12 06:55:22 2020	(r522758)
+++ head/devel/py-cachetools3/Makefile	Sun Jan 12 16:04:35 2020	(r522794)
@@ -6,6 +6,7 @@ PORTVERSION=	3.1.1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+PKGNAMESUFFIX=	3
 
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Extensible memoizing collections and decorators
@@ -17,5 +18,7 @@ USES=		python
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
+
+PORTSCOUT=	limit:^3\.
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list