summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-05-19 15:36:24 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-05-19 15:36:24 +0000
commit0c112a63d59e4dc7ccef3bd1d8eaefe1326bcab2 (patch)
tree9030bfed13dd71bbd793f3d11ba12598681aa069 /devel
parentUpdate to 17.1.0 (diff)
Update to 0.6.0
Changes: https://github.com/glyph/automat/commits/master PR: 219374 Submitted by: John W. O'Brien <john@saltant.com> (maintainer)
Notes
Notes: svn path=/head/; revision=441243
Diffstat (limited to 'devel')
-rw-r--r--devel/py-Automat/Makefile4
-rw-r--r--devel/py-Automat/distinfo6
-rw-r--r--devel/py-Automat/files/patch-setup.py13
3 files changed, 5 insertions, 18 deletions
diff --git a/devel/py-Automat/Makefile b/devel/py-Automat/Makefile
index 709e50d13c62..9458242c6653 100644
--- a/devel/py-Automat/Makefile
+++ b/devel/py-Automat/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= Automat
-PORTVERSION= 0.5.0
+PORTVERSION= 0.6.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +15,7 @@ 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>0:devel/py-attrs \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=16.1.0:devel/py-attrs \
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six
USES= python
diff --git a/devel/py-Automat/distinfo b/devel/py-Automat/distinfo
index 8790c94b0cb8..5f7a8f1dbedd 100644
--- a/devel/py-Automat/distinfo
+++ b/devel/py-Automat/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1487351142
-SHA256 (Automat-0.5.0.tar.gz) = 4889ec6763377432ec4db265ad552bbe956768ea3fff39014855308ba79dd7c2
-SIZE (Automat-0.5.0.tar.gz) = 32599
+TIMESTAMP = 1495101813
+SHA256 (Automat-0.6.0.tar.gz) = 3c1fd04ecf08ac87b4dd3feae409542e9bf7827257097b2b6ed5692f69d6f6a8
+SIZE (Automat-0.6.0.tar.gz) = 31767
diff --git a/devel/py-Automat/files/patch-setup.py b/devel/py-Automat/files/patch-setup.py
deleted file mode 100644
index 60c6cef28a9f..000000000000
--- a/devel/py-Automat/files/patch-setup.py
+++ /dev/null
@@ -1,13 +0,0 @@
---- setup.py.orig 2017-02-18 00:40:15 UTC
-+++ setup.py
-@@ -39,8 +39,8 @@ setup(
- "automat-visualize = automat._visualize:tool"
- ],
- },
-- author_name='Glyph',
-- author_mail='glyph@twistedmatrix.com',
-+ author='Glyph',
-+ author_email='glyph@twistedmatrix.com',
- include_package_data=True,
- license="MIT",
- keywords='fsm finite state machine automata',