svn commit: r533601 - in head/devel: . py-automaton1

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat May 2 01:34:59 UTC 2020


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 at 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>


More information about the svn-ports-all mailing list