pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-astunparse



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Oct  1 19:51:00 UTC 2021

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

Log Message:
py-astunparse: added version 1.6.3

This is a factored out version of unparse found in the Python source
distribution; under Demo/parser in Python 2 and under Tools/parser in Python 3.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-astunparse/DESCR \
    pkgsrc/devel/py-astunparse/Makefile pkgsrc/devel/py-astunparse/PLIST \
    pkgsrc/devel/py-astunparse/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-astunparse/DESCR
diff -u /dev/null pkgsrc/devel/py-astunparse/DESCR:1.1
--- /dev/null   Fri Oct  1 19:51:00 2021
+++ pkgsrc/devel/py-astunparse/DESCR    Fri Oct  1 19:51:00 2021
@@ -0,0 +1,2 @@
+This is a factored out version of unparse found in the Python source
+distribution; under Demo/parser in Python 2 and under Tools/parser in Python 3.
Index: pkgsrc/devel/py-astunparse/Makefile
diff -u /dev/null pkgsrc/devel/py-astunparse/Makefile:1.1
--- /dev/null   Fri Oct  1 19:51:00 2021
+++ pkgsrc/devel/py-astunparse/Makefile Fri Oct  1 19:51:00 2021
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2021/10/01 19:51:00 adam Exp $
+
+DISTNAME=      astunparse-1.6.3
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=a/astunparse/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/simonpercivall/astunparse
+COMMENT=       AST unparser for Python
+LICENSE=       modified-bsd
+
+DEPENDS+=      ${PYPKGPREFIX}-wheel>=0.23.0:../../devel/py-wheel
+DEPENDS+=      ${PYPKGPREFIX}-six>=1.6.1:../../lang/py-six
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-astunparse/PLIST
diff -u /dev/null pkgsrc/devel/py-astunparse/PLIST:1.1
--- /dev/null   Fri Oct  1 19:51:00 2021
+++ pkgsrc/devel/py-astunparse/PLIST    Fri Oct  1 19:51:00 2021
@@ -0,0 +1,19 @@
+@comment $NetBSD: PLIST,v 1.1 2021/10/01 19:51:00 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/astunparse/__init__.py
+${PYSITELIB}/astunparse/__init__.pyc
+${PYSITELIB}/astunparse/__init__.pyo
+${PYSITELIB}/astunparse/__main__.py
+${PYSITELIB}/astunparse/__main__.pyc
+${PYSITELIB}/astunparse/__main__.pyo
+${PYSITELIB}/astunparse/printer.py
+${PYSITELIB}/astunparse/printer.pyc
+${PYSITELIB}/astunparse/printer.pyo
+${PYSITELIB}/astunparse/unparser.py
+${PYSITELIB}/astunparse/unparser.pyc
+${PYSITELIB}/astunparse/unparser.pyo
Index: pkgsrc/devel/py-astunparse/distinfo
diff -u /dev/null pkgsrc/devel/py-astunparse/distinfo:1.1
--- /dev/null   Fri Oct  1 19:51:00 2021
+++ pkgsrc/devel/py-astunparse/distinfo Fri Oct  1 19:51:00 2021
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/10/01 19:51:00 adam Exp $
+
+SHA1 (astunparse-1.6.3.tar.gz) = f0acaef1bb0969ba3923676fac0010fa17e21ab4
+RMD160 (astunparse-1.6.3.tar.gz) = 3506f9ca63bfac6efa0a2933ff0257b760972011
+SHA512 (astunparse-1.6.3.tar.gz) = 12e99b32524e551494d3053a57aeb646bca8a96a9aa17b0737e6dace6c11874e2e7633d82197cacc0b55622bea637030344ab45c8db57ef244bd63663799d2e9
+Size (astunparse-1.6.3.tar.gz) = 18290 bytes



Home | Main Index | Thread Index | Old Index