pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-typed-ast py-typed-ast: updated to 1.4.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6e695f4de43a
branches:  trunk
changeset: 444169:6e695f4de43a
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Jan 03 10:57:01 2021 +0000

description:
py-typed-ast: updated to 1.4.2

1.4.2:
Bug fixes

diffstat:

 devel/py-typed-ast/Makefile |  14 ++------------
 devel/py-typed-ast/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 17 deletions(-)

diffs (44 lines):

diff -r 1690a5973ebe -r 6e695f4de43a devel/py-typed-ast/Makefile
--- a/devel/py-typed-ast/Makefile       Sun Jan 03 10:51:31 2021 +0000
+++ b/devel/py-typed-ast/Makefile       Sun Jan 03 10:57:01 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2020/01/16 08:25:25 adam Exp $
+# $NetBSD: Makefile,v 1.12 2021/01/03 10:57:01 adam Exp $
 
-DISTNAME=      typed_ast-1.4.1
+DISTNAME=      typed_ast-1.4.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/typed-ast/}
@@ -12,15 +12,5 @@
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-SUBST_CLASSES+=                fix-incl
-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 compile-ast3.h \
-       errcode.h graminit.h grammar.h node.h parsetok.h pgenheaders.h token.h
-SUBST_SED.fix-incl+=   -e 's,^\#include "${f}",\#include "Include/${f}",'
-.endfor
-
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 1690a5973ebe -r 6e695f4de43a devel/py-typed-ast/distinfo
--- a/devel/py-typed-ast/distinfo       Sun Jan 03 10:51:31 2021 +0000
+++ b/devel/py-typed-ast/distinfo       Sun Jan 03 10:57:01 2021 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.10 2020/01/16 08:25:25 adam Exp $
+$NetBSD: distinfo,v 1.11 2021/01/03 10:57:01 adam Exp $
 
-SHA1 (typed_ast-1.4.1.tar.gz) = 5d55c49ff49df31aa2429bd707f3ff13d6d1ea2d
-RMD160 (typed_ast-1.4.1.tar.gz) = 3632c480ea0ab4c17b198ca0a4c8a315d20f7766
-SHA512 (typed_ast-1.4.1.tar.gz) = a3154fe723aeadf998694aba0faf516e5b9abb876e4c7d91843b3694474ff6911b3e77a6cb7366cfa8e5a573b331906b6a0b134b25627aaba0dcbe92c4e25590
-Size (typed_ast-1.4.1.tar.gz) = 208587 bytes
+SHA1 (typed_ast-1.4.2.tar.gz) = b926b460ee5ea145111c29718ff12b97ec9087b4
+RMD160 (typed_ast-1.4.2.tar.gz) = 583e28d8d92c7fe48934b179b4bd7d385a4b237e
+SHA512 (typed_ast-1.4.2.tar.gz) = 9a46f2a4c48bd267445a773463771824be958dfdd1a2df21356d0a763ee2029b51d5b0fddeb16df202f89ba86019640ab45ba520fdad5c550250fe2a135605fe
+Size (typed_ast-1.4.2.tar.gz) = 208583 bytes
 SHA1 (patch-setup.py) = 997fc582f7b9e9e068fa8d6d5760acfe792554f2



Home | Main Index | Thread Index | Old Index