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.
This commit is contained in:
parent
602bdd24f7
commit
fe1958ee52
4 changed files with 46 additions and 0 deletions
2
devel/py-astunparse/DESCR
Normal file
2
devel/py-astunparse/DESCR
Normal file
|
@ -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.
|
19
devel/py-astunparse/Makefile
Normal file
19
devel/py-astunparse/Makefile
Normal file
|
@ -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
|
||||
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"
|
19
devel/py-astunparse/PLIST
Normal file
19
devel/py-astunparse/PLIST
Normal file
|
@ -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
|
6
devel/py-astunparse/distinfo
Normal file
6
devel/py-astunparse/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue