pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-typed-ast



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Jan 30 22:42:45 UTC 2019

Modified Files:
        pkgsrc/devel/py-typed-ast: Makefile PLIST distinfo

Log Message:
py-typed-ast: updated to 1.3.0

1.3.0:
Unknown changes


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-typed-ast/Makefile \
    pkgsrc/devel/py-typed-ast/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-typed-ast/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-typed-ast/Makefile
diff -u pkgsrc/devel/py-typed-ast/Makefile:1.4 pkgsrc/devel/py-typed-ast/Makefile:1.5
--- pkgsrc/devel/py-typed-ast/Makefile:1.4      Tue Jan 15 10:25:40 2019
+++ pkgsrc/devel/py-typed-ast/Makefile  Wed Jan 30 22:42:45 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2019/01/15 10:25:40 adam Exp $
+# $NetBSD: Makefile,v 1.5 2019/01/30 22:42:45 adam Exp $
 
-DISTNAME=      typed-ast-1.2.0
+DISTNAME=      typed-ast-1.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/typed-ast/}
@@ -17,8 +17,8 @@ SUBST_STAGE.fix-incl= pre-configure
 SUBST_MESSAGE.fix-incl=        Make includes more specific to avoid conflicts.
 SUBST_FILES.fix-incl=  ast27/*/*.[ch]
 SUBST_FILES.fix-incl+= ast3/*/*.[ch]
-.for f in Python-ast.h asdl.h ast.h bitset.h compile.h errcode.h graminit.h \
-       grammar.h node.h parsetok.h token.h
+.for f in Python-ast.h asdl.h ast.h bitset.h compile.h compile-ast3.h \
+       errcode.h graminit.h grammar.h node.h parsetok.h token.h
 SUBST_SED.fix-incl+=   -e 's,^\#include "${f}",\#include "Include/${f}",'
 .endfor
 
Index: pkgsrc/devel/py-typed-ast/distinfo
diff -u pkgsrc/devel/py-typed-ast/distinfo:1.4 pkgsrc/devel/py-typed-ast/distinfo:1.5
--- pkgsrc/devel/py-typed-ast/distinfo:1.4      Tue Jan 15 10:25:40 2019
+++ pkgsrc/devel/py-typed-ast/distinfo  Wed Jan 30 22:42:45 2019
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.4 2019/01/15 10:25:40 adam Exp $
+$NetBSD: distinfo,v 1.5 2019/01/30 22:42:45 adam Exp $
 
-SHA1 (typed-ast-1.2.0.tar.gz) = f43c6d159dfa7535b9245be56de742a25bf78022
-RMD160 (typed-ast-1.2.0.tar.gz) = adbe18acdb8650d001772d5d84769a0292118e2c
-SHA512 (typed-ast-1.2.0.tar.gz) = 801f59cdce48f7be3045c44d207a5a269bc1cd5ca9f0536d3d16f10ce82794a7e5cd5d3c83982927cebc52e1b1dbd47532140bcedca0ca4ace45b726aa0343ee
-Size (typed-ast-1.2.0.tar.gz) = 202702 bytes
+SHA1 (typed-ast-1.3.0.tar.gz) = e2f8238166709c51e76fa21ecfda2f25dab2d41c
+RMD160 (typed-ast-1.3.0.tar.gz) = b705b3aff96945f7b9f80168acaf873a215fe97b
+SHA512 (typed-ast-1.3.0.tar.gz) = 9d83fa35c7f702998a0fcc96bc0930b8e35f95b2e1a9e7abc6c9942c6afea7695a43ad72e45f68d5f233e91beedc6ef62fa5d162faebe8c29ee184822a7c1bdb
+Size (typed-ast-1.3.0.tar.gz) = 204234 bytes
 SHA1 (patch-setup.py) = 997fc582f7b9e9e068fa8d6d5760acfe792554f2

Index: pkgsrc/devel/py-typed-ast/PLIST
diff -u pkgsrc/devel/py-typed-ast/PLIST:1.1 pkgsrc/devel/py-typed-ast/PLIST:1.2
--- pkgsrc/devel/py-typed-ast/PLIST:1.1 Mon May 21 23:14:46 2018
+++ pkgsrc/devel/py-typed-ast/PLIST     Wed Jan 30 22:42:45 2019
@@ -1,13 +1,13 @@
-@comment $NetBSD: PLIST,v 1.1 2018/05/21 23:14:46 minskim Exp $
+@comment $NetBSD: PLIST,v 1.2 2019/01/30 22:42:45 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/_ast27.so
-${PYSITELIB}/_ast3.so
 ${PYSITELIB}/typed_ast/__init__.py
 ${PYSITELIB}/typed_ast/__init__.pyc
 ${PYSITELIB}/typed_ast/__init__.pyo
+${PYSITELIB}/typed_ast/_ast27.so
+${PYSITELIB}/typed_ast/_ast3.so
 ${PYSITELIB}/typed_ast/ast27.py
 ${PYSITELIB}/typed_ast/ast27.pyc
 ${PYSITELIB}/typed_ast/ast27.pyo



Home | Main Index | Thread Index | Old Index