Date: Wed, 6 May 2020 05:11:59 +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: r534113 - in head/devel: . py-tooz1 Message-ID: <202005060511.0465Bx7x094956@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005060511.0465Bx7x094956>