Fri Apr 19 10:04:54 2019 UTC ()
py-typed-ast: updated to 1.3.4

1.3.4:
Unknown changes


(adam)
diff -r1.6 -r1.7 pkgsrc/devel/py-typed-ast/Makefile
diff -r1.6 -r1.7 pkgsrc/devel/py-typed-ast/distinfo
diff -r1.2 -r1.3 pkgsrc/devel/py-typed-ast/PLIST

cvs diff -r1.6 -r1.7 pkgsrc/devel/py-typed-ast/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-typed-ast/Attic/Makefile 2019/02/06 11:11:35 1.6
+++ pkgsrc/devel/py-typed-ast/Attic/Makefile 2019/04/19 10:04:54 1.7
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.6 2019/02/06 11:11:35 adam Exp $ 1# $NetBSD: Makefile,v 1.7 2019/04/19 10:04:54 adam Exp $
2 2
3DISTNAME= typed-ast-1.3.1 3DISTNAME= typed-ast-1.3.4
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=t/typed-ast/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=t/typed-ast/}
7 7
8MAINTAINER= minskim@NetBSD.org 8MAINTAINER= minskim@NetBSD.org
9HOMEPAGE= https://github.com/python/typed_ast 9HOMEPAGE= https://github.com/python/typed_ast
10COMMENT= Optional static typing for Python 10COMMENT= Optional static typing for Python
11LICENSE= apache-2.0 AND python-software-foundation 11LICENSE= apache-2.0 AND python-software-foundation
12 12
13PYTHON_VERSIONS_INCOMPATIBLE= 27 13PYTHON_VERSIONS_INCOMPATIBLE= 27
14 14
15SUBST_CLASSES+= fix-incl 15SUBST_CLASSES+= fix-incl
16SUBST_STAGE.fix-incl= pre-configure 16SUBST_STAGE.fix-incl= pre-configure

cvs diff -r1.6 -r1.7 pkgsrc/devel/py-typed-ast/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-typed-ast/Attic/distinfo 2019/02/06 11:11:35 1.6
+++ pkgsrc/devel/py-typed-ast/Attic/distinfo 2019/04/19 10:04:54 1.7
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.6 2019/02/06 11:11:35 adam Exp $ 1$NetBSD: distinfo,v 1.7 2019/04/19 10:04:54 adam Exp $
2 2
3SHA1 (typed-ast-1.3.1.tar.gz) = dff355033bd811684d8801d65ed5d0605b022968 3SHA1 (typed-ast-1.3.4.tar.gz) = f02f9415a7046540998eba0928fcc05133b901d5
4RMD160 (typed-ast-1.3.1.tar.gz) = eb45862adc33ba6e6eb2333236147217a8978430 4RMD160 (typed-ast-1.3.4.tar.gz) = 554d5c4b43812ad9e7eb19ae3f6d7c48df6c0ade
5SHA512 (typed-ast-1.3.1.tar.gz) = 390547485878ccb7e3a168e24b8b63c1784888ecedfae980562c3c0c0073c73ebef27190feeac99745c205d18061ffe5e3eb0830068968176ef2a06fd3ae4b2a 5SHA512 (typed-ast-1.3.4.tar.gz) = dc1d11867c53d41701d90d5212a80a5afaee65b6e8b4c2589f5563443b490cfc0b6883ad783eec41496c8162ec7c15d97da4aa0d09ba7d8d344563512127e7dd
6Size (typed-ast-1.3.1.tar.gz) = 204285 bytes 6Size (typed-ast-1.3.4.tar.gz) = 206150 bytes
7SHA1 (patch-setup.py) = 997fc582f7b9e9e068fa8d6d5760acfe792554f2 7SHA1 (patch-setup.py) = 997fc582f7b9e9e068fa8d6d5760acfe792554f2

cvs diff -r1.2 -r1.3 pkgsrc/devel/py-typed-ast/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/py-typed-ast/Attic/PLIST 2019/01/30 22:42:45 1.2
+++ pkgsrc/devel/py-typed-ast/Attic/PLIST 2019/04/19 10:04:54 1.3
@@ -1,19 +1,22 @@ @@ -1,19 +1,22 @@
1@comment $NetBSD: PLIST,v 1.2 2019/01/30 22:42:45 adam Exp $ 1@comment $NetBSD: PLIST,v 1.3 2019/04/19 10:04:54 adam Exp $
2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
5${PYSITELIB}/${EGG_INFODIR}/top_level.txt 5${PYSITELIB}/${EGG_INFODIR}/top_level.txt
6${PYSITELIB}/typed_ast/__init__.py 6${PYSITELIB}/typed_ast/__init__.py
7${PYSITELIB}/typed_ast/__init__.pyc 7${PYSITELIB}/typed_ast/__init__.pyc
8${PYSITELIB}/typed_ast/__init__.pyo 8${PYSITELIB}/typed_ast/__init__.pyo
9${PYSITELIB}/typed_ast/_ast27.so 9${PYSITELIB}/typed_ast/_ast27.so
10${PYSITELIB}/typed_ast/_ast3.so 10${PYSITELIB}/typed_ast/_ast3.so
11${PYSITELIB}/typed_ast/ast27.py 11${PYSITELIB}/typed_ast/ast27.py
12${PYSITELIB}/typed_ast/ast27.pyc 12${PYSITELIB}/typed_ast/ast27.pyc
13${PYSITELIB}/typed_ast/ast27.pyo 13${PYSITELIB}/typed_ast/ast27.pyo
14${PYSITELIB}/typed_ast/ast3.py 14${PYSITELIB}/typed_ast/ast3.py
15${PYSITELIB}/typed_ast/ast3.pyc 15${PYSITELIB}/typed_ast/ast3.pyc
16${PYSITELIB}/typed_ast/ast3.pyo 16${PYSITELIB}/typed_ast/ast3.pyo
17${PYSITELIB}/typed_ast/conversions.py 17${PYSITELIB}/typed_ast/conversions.py
18${PYSITELIB}/typed_ast/conversions.pyc 18${PYSITELIB}/typed_ast/conversions.pyc
19${PYSITELIB}/typed_ast/conversions.pyo 19${PYSITELIB}/typed_ast/conversions.pyo
 20${PYSITELIB}/typed_ast/tests/test_basics.py
 21${PYSITELIB}/typed_ast/tests/test_basics.pyc
 22${PYSITELIB}/typed_ast/tests/test_basics.pyo