Date: Sat, 2 May 2020 01:34:58 +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: r533601 - in head/devel: . py-automaton1 Message-ID: <202005020134.0421Ywu1050534@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat May 2 01:34:58 2020 New Revision: 533601 URL: https://svnweb.freebsd.org/changeset/ports/533601 Log: Add py-automaton1 1.17.0 (copied from py-automaton) - Add PORTSCOUT Added: head/devel/py-automaton1/ - copied from r533551, head/devel/py-automaton/ Modified: head/devel/Makefile head/devel/py-automaton1/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat May 2 01:33:06 2020 (r533600) +++ head/devel/Makefile Sat May 2 01:34:58 2020 (r533601) @@ -4114,6 +4114,7 @@ SUBDIR += py-attrs SUBDIR += py-autoflake SUBDIR += py-automaton + SUBDIR += py-automaton1 SUBDIR += py-autoprop SUBDIR += py-avro SUBDIR += py-aws-sam-translator Modified: head/devel/py-automaton1/Makefile ============================================================================== --- head/devel/py-automaton/Makefile Fri May 1 14:45:05 2020 (r533551) +++ head/devel/py-automaton1/Makefile Sat May 2 01:34:58 2020 (r533601) @@ -6,6 +6,7 @@ PORTVERSION= 1.17.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMESUFFIX= 1 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Friendly state machines for python @@ -22,5 +23,8 @@ USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes + +# automaton 2.0.0+ requires Python 3.6+ +PORTSCOUT= limit:^1\. .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005020134.0421Ywu1050534>