pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-gast



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Oct  1 19:52:08 UTC 2021

Added Files:
        pkgsrc/devel/py-gast: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-gast/DESCR \
    pkgsrc/devel/py-gast/Makefile pkgsrc/devel/py-gast/PLIST \
    pkgsrc/devel/py-gast/distinfo

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

Added files:

Index: pkgsrc/devel/py-gast/DESCR
diff -u /dev/null pkgsrc/devel/py-gast/DESCR:1.1
--- /dev/null   Fri Oct  1 19:52:08 2021
+++ pkgsrc/devel/py-gast/DESCR  Fri Oct  1 19:52:08 2021
@@ -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.
Index: pkgsrc/devel/py-gast/Makefile
diff -u /dev/null pkgsrc/devel/py-gast/Makefile:1.1
--- /dev/null   Fri Oct  1 19:52:08 2021
+++ pkgsrc/devel/py-gast/Makefile       Fri Oct  1 19:52:08 2021
@@ -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"
Index: pkgsrc/devel/py-gast/PLIST
diff -u /dev/null pkgsrc/devel/py-gast/PLIST:1.1
--- /dev/null   Fri Oct  1 19:52:08 2021
+++ pkgsrc/devel/py-gast/PLIST  Fri Oct  1 19:52:08 2021
@@ -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
Index: pkgsrc/devel/py-gast/distinfo
diff -u /dev/null pkgsrc/devel/py-gast/distinfo:1.1
--- /dev/null   Fri Oct  1 19:52:08 2021
+++ pkgsrc/devel/py-gast/distinfo       Fri Oct  1 19:52:08 2021
@@ -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