pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-astunparse py-astunparse: added version 1.6.3
details: https://anonhg.NetBSD.org/pkgsrc/rev/c76ca923e704
branches: trunk
changeset: 459223:c76ca923e704
user: adam <adam%pkgsrc.org@localhost>
date: Fri Oct 01 19:51:00 2021 +0000
description:
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.
diffstat:
devel/py-astunparse/DESCR | 2 ++
devel/py-astunparse/Makefile | 19 +++++++++++++++++++
devel/py-astunparse/PLIST | 19 +++++++++++++++++++
devel/py-astunparse/distinfo | 6 ++++++
4 files changed, 46 insertions(+), 0 deletions(-)
diffs (62 lines):
diff -r 3959631bf67d -r c76ca923e704 devel/py-astunparse/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-astunparse/DESCR Fri Oct 01 19:51:00 2021 +0000
@@ -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.
diff -r 3959631bf67d -r c76ca923e704 devel/py-astunparse/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-astunparse/Makefile Fri Oct 01 19:51:00 2021 +0000
@@ -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"
diff -r 3959631bf67d -r c76ca923e704 devel/py-astunparse/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-astunparse/PLIST Fri Oct 01 19:51:00 2021 +0000
@@ -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
diff -r 3959631bf67d -r c76ca923e704 devel/py-astunparse/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-astunparse/distinfo Fri Oct 01 19:51:00 2021 +0000
@@ -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