svn commit: r534113 - in head/devel: . py-tooz1

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed May 6 05:11:59 UTC 2020


Author: sunpoet
Date: Wed May  6 05:11:58 2020
New Revision: 534113
URL: https://svnweb.freebsd.org/changeset/ports/534113

Log:
  Add py-tooz1 1.67.2 (copied from py-tooz)
  
  - Add PORTSCOUT

Added:
  head/devel/py-tooz1/
     - copied from r534089, head/devel/py-tooz/
Modified:
  head/devel/Makefile
  head/devel/py-tooz1/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Wed May  6 02:27:39 2020	(r534112)
+++ head/devel/Makefile	Wed May  6 05:11:58 2020	(r534113)
@@ -5115,6 +5115,7 @@
     SUBDIR += py-tokenize-rt
     SUBDIR += py-toolz
     SUBDIR += py-tooz
+    SUBDIR += py-tooz1
     SUBDIR += py-toposort
     SUBDIR += py-total-ordering
     SUBDIR += py-tox

Modified: head/devel/py-tooz1/Makefile
==============================================================================
--- head/devel/py-tooz/Makefile	Tue May  5 14:22:09 2020	(r534089)
+++ head/devel/py-tooz1/Makefile	Wed May  6 05:11:58 2020	(r534113)
@@ -3,10 +3,10 @@
 
 PORTNAME=	tooz
 PORTVERSION=	1.67.2
-PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+PKGNAMESUFFIX=	1
 
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Coordination library for distributed systems
@@ -31,6 +31,9 @@ USES=		python
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
+
+# tooz 2.0.0+ requires Python 3.6+
+PORTSCOUT=	limit:^1\.
 
 .include <bsd.port.pre.mk>
 


More information about the svn-ports-all mailing list