Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Jun 2020 14:29:08 +0000 (UTC)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r540606 - head/devel/py-Automat
Message-ID:  <202006271429.05RET8PE074036@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lwhsu
Date: Sat Jun 27 14:29:07 2020
New Revision: 540606
URL: https://svnweb.freebsd.org/changeset/ports/540606

Log:
  Update to 20.2.0
  
  Pet portlint
  
  PR:		247592
  Submitted by:	John W. O'Brien <john@saltant.com> (maintainer)

Modified:
  head/devel/py-Automat/Makefile
  head/devel/py-Automat/distinfo

Modified: head/devel/py-Automat/Makefile
==============================================================================
--- head/devel/py-Automat/Makefile	Sat Jun 27 14:26:31 2020	(r540605)
+++ head/devel/py-Automat/Makefile	Sat Jun 27 14:29:07 2020	(r540606)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	Automat
-PORTVERSION=	0.8.0
+PORTVERSION=	20.2.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,15 +14,15 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}m2r>0:textproc/py-m2r@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}attrs>=16.1.0:devel/py-attrs@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}attrs>=19.2.0:devel/py-attrs@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
 
-# Note: We cannot include devel/py-twisted in *_DEPENDS because it depends
-# on us for BUILD and RUN.
-
 # Officially: 2.7, 3.5-3.8
 USES=		python
 USE_PYTHON=	autoplist concurrent distutils
+
+# Note: We cannot include devel/py-twisted in *_DEPENDS because it depends
+# on us for BUILD and RUN.
 
 NO_ARCH=	yes
 

Modified: head/devel/py-Automat/distinfo
==============================================================================
--- head/devel/py-Automat/distinfo	Sat Jun 27 14:26:31 2020	(r540605)
+++ head/devel/py-Automat/distinfo	Sat Jun 27 14:29:07 2020	(r540606)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1571878512
-SHA256 (Automat-0.8.0.tar.gz) = 269a09dfb063a3b078983f4976d83f0a0d3e6e7aaf8e27d8df1095e09dc4a484
-SIZE (Automat-0.8.0.tar.gz) = 59687
+TIMESTAMP = 1593260712
+SHA256 (Automat-20.2.0.tar.gz) = 7979803c74610e11ef0c0d68a2942b152df52da55336e0c9d58daf1831cbdf33
+SIZE (Automat-20.2.0.tar.gz) = 61679



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006271429.05RET8PE074036>