[Midnightbsd-cvs] mports [24340] trunk/devel: add py-Automat

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Sep 17 22:27:08 EDT 2018


Revision: 24340
          http://svnweb.midnightbsd.org/mports/?rev=24340
Author:   laffer1
Date:     2018-09-17 22:27:08 -0400 (Mon, 17 Sep 2018)
Log Message:
-----------
add py-Automat

Modified Paths:
--------------
    trunk/devel/Makefile

Added Paths:
-----------
    trunk/devel/py-Automat/
    trunk/devel/py-Automat/Makefile
    trunk/devel/py-Automat/distinfo
    trunk/devel/py-Automat/pkg-descr

Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile	2018-09-18 02:24:33 UTC (rev 24339)
+++ trunk/devel/Makefile	2018-09-18 02:27:08 UTC (rev 24340)
@@ -468,6 +468,7 @@
 SUBDIR += protobuf
 SUBDIR += pth
 SUBDIR += pth-hard
+SUBDIR += py-Automat
 SUBDIR += py-Jinja2
 SUBDIR += py-asn1crypto
 SUBDIR += py-astroid

Added: trunk/devel/py-Automat/Makefile
===================================================================
--- trunk/devel/py-Automat/Makefile	                        (rev 0)
+++ trunk/devel/py-Automat/Makefile	2018-09-18 02:27:08 UTC (rev 24340)
@@ -0,0 +1,25 @@
+# $MidnightBSD$
+
+PORTNAME=	Automat
+PORTVERSION=	0.7.0
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Finite-state machines in Python
+
+LICENSE=	mit
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm \
+		${PYTHON_PKGNAMEPREFIX}m2r>0:textproc/py-m2r
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}attrs>=16.1.0:devel/py-attrs \
+		${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six
+
+USES=		python
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>


Property changes on: trunk/devel/py-Automat/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/py-Automat/distinfo
===================================================================
--- trunk/devel/py-Automat/distinfo	                        (rev 0)
+++ trunk/devel/py-Automat/distinfo	2018-09-18 02:27:08 UTC (rev 24340)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1528976200
+SHA256 (Automat-0.7.0.tar.gz) = cbd78b83fa2d81fe2a4d23d258e1661dd7493c9a50ee2f1a5b2cac61c1793b0e
+SIZE (Automat-0.7.0.tar.gz) = 61461


Property changes on: trunk/devel/py-Automat/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/py-Automat/pkg-descr
===================================================================
--- trunk/devel/py-Automat/pkg-descr	                        (rev 0)
+++ trunk/devel/py-Automat/pkg-descr	2018-09-18 02:27:08 UTC (rev 24340)
@@ -0,0 +1,5 @@
+Automat is a library for concise, idiomatic Python expression of
+finite-state automata (particularly deterministic finite-state
+transducers).
+
+WWW: https://github.com/glyph/Automat


Property changes on: trunk/devel/py-Automat/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list