pkgsrc-WIP-changes archive

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

import to py-astunparse



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Thu Oct 22 10:14:28 2020 +0100
Changeset:	14ad211c560b59dd0a0862a9dc4f2d19d2d97b4b

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

Log Message:
import to py-astunparse

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=14ad211c560b59dd0a0862a9dc4f2d19d2d97b4b

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

diffstat:
 py-astunparse/DESCR    |  1 +
 py-astunparse/Makefile | 20 ++++++++++++++++++++
 py-astunparse/PLIST    | 19 +++++++++++++++++++
 py-astunparse/distinfo |  6 ++++++
 4 files changed, 46 insertions(+)

diffs:
diff --git a/py-astunparse/DESCR b/py-astunparse/DESCR
new file mode 100644
index 0000000000..f870a94360
--- /dev/null
+++ b/py-astunparse/DESCR
@@ -0,0 +1 @@
+An AST unparser for Python
diff --git a/py-astunparse/Makefile b/py-astunparse/Makefile
new file mode 100644
index 0000000000..953f96aa8c
--- /dev/null
+++ b/py-astunparse/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+VERS=		1.6.3
+DISTNAME=	astunparse-1.6.3
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel python
+MASTER_SITES=	${MASTER_SITE_PYPI:=i/${DISTNAME:S/${VERS}//}/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@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.15.0:../../lang/py-six
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-astunparse/PLIST b/py-astunparse/PLIST
new file mode 100644
index 0000000000..48f760dff6
--- /dev/null
+++ b/py-astunparse/PLIST
@@ -0,0 +1,19 @@
+@comment $NetBSD$
+${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 --git a/py-astunparse/distinfo b/py-astunparse/distinfo
new file mode 100644
index 0000000000..b69577b8c4
--- /dev/null
+++ b/py-astunparse/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+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