svn commit: r526137 - head/devel/py-jaraco.context2

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Feb 14 19:46:41 UTC 2020


Author: sunpoet
Date: Fri Feb 14 19:46:41 2020
New Revision: 526137
URL: https://svnweb.freebsd.org/changeset/ports/526137

Log:
  Add py-jaraco.context2 2.0 (copied from py-jaraco.context)
  
  - Add PORTSCOUT

Added:
  head/devel/py-jaraco.context2/
     - copied from r525845, head/devel/py-jaraco.context/
Modified:
  head/devel/py-jaraco.context2/Makefile

Modified: head/devel/py-jaraco.context2/Makefile
==============================================================================
--- head/devel/py-jaraco.context/Makefile	Tue Feb 11 17:54:04 2020	(r525845)
+++ head/devel/py-jaraco.context2/Makefile	Fri Feb 14 19:46:41 2020	(r526137)
@@ -6,6 +6,7 @@ PORTVERSION=	2.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+PKGNAMESUFFIX=	2
 
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Context managers by jaraco
@@ -22,6 +23,8 @@ USE_PYTHON=	autoplist concurrent distutils
 NO_ARCH=	yes
 
 POST_PLIST=	trim-jaraco-namespace
+
+PORTSCOUT=	limit:^2\.
 
 .include <bsd.port.pre.mk>
 


More information about the svn-ports-all mailing list