pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-gast py-gast: added version 0.5.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f84c24b987f3
branches:  trunk
changeset: 459224:f84c24b987f3
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Oct 01 19:52:08 2021 +0000

description:
py-gast: added version 0.5.2

A generic AST to represent Python2 and Python3's Abstract Syntax Tree (AST).
GAST provides a compatibility layer between the AST of various Python versions,
as produced by ast.parse from the standard ast module.

diffstat:

 devel/py-gast/DESCR    |   3 +++
 devel/py-gast/Makefile |  18 ++++++++++++++++++
 devel/py-gast/PLIST    |  20 ++++++++++++++++++++
 devel/py-gast/distinfo |   6 ++++++
 4 files changed, 47 insertions(+), 0 deletions(-)

diffs (63 lines):

diff -r c76ca923e704 -r f84c24b987f3 devel/py-gast/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-gast/DESCR       Fri Oct 01 19:52:08 2021 +0000
@@ -0,0 +1,3 @@
+A generic AST to represent Python2 and Python3's Abstract Syntax Tree (AST).
+GAST provides a compatibility layer between the AST of various Python versions,
+as produced by ast.parse from the standard ast module.
diff -r c76ca923e704 -r f84c24b987f3 devel/py-gast/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-gast/Makefile    Fri Oct 01 19:52:08 2021 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2021/10/01 19:52:08 adam Exp $
+
+DISTNAME=      gast-0.5.2
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=g/gast/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/serge-sans-paille/gast
+COMMENT=       Python AST that abstracts the underlying Python version
+LICENSE=       modified-bsd
+
+TEST_DEPENDS+= ${PYPKGPREFIX}-astunparse-[0-9]*:../../devel/py-astunparse
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r c76ca923e704 -r f84c24b987f3 devel/py-gast/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-gast/PLIST       Fri Oct 01 19:52:08 2021 +0000
@@ -0,0 +1,20 @@
+@comment $NetBSD: PLIST,v 1.1 2021/10/01 19:52:08 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}/gast/__init__.py
+${PYSITELIB}/gast/__init__.pyc
+${PYSITELIB}/gast/__init__.pyo
+${PYSITELIB}/gast/ast2.py
+${PYSITELIB}/gast/ast2.pyc
+${PYSITELIB}/gast/ast2.pyo
+${PYSITELIB}/gast/ast3.py
+${PYSITELIB}/gast/ast3.pyc
+${PYSITELIB}/gast/ast3.pyo
+${PYSITELIB}/gast/astn.py
+${PYSITELIB}/gast/astn.pyc
+${PYSITELIB}/gast/astn.pyo
+${PYSITELIB}/gast/gast.py
+${PYSITELIB}/gast/gast.pyc
+${PYSITELIB}/gast/gast.pyo
diff -r c76ca923e704 -r f84c24b987f3 devel/py-gast/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-gast/distinfo    Fri Oct 01 19:52:08 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/10/01 19:52:08 adam Exp $
+
+SHA1 (gast-0.5.2.tar.gz) = 99491544f561ef76523e6f29a621ce633fc7a1c1
+RMD160 (gast-0.5.2.tar.gz) = 75f686d7bd6cf844b0fc449c847c0b2d15b0e4b2
+SHA512 (gast-0.5.2.tar.gz) = 2a06245ba93f2c0715f662e32e0865732828deb672bc70c3d70a4969c8a2e4c518354a4a63760eddeba53932d4f8bf0ae0ffab64f1a1ad3b20d5b2d18285cd6a
+Size (gast-0.5.2.tar.gz) = 14222 bytes



Home | Main Index | Thread Index | Old Index