pkgsrc-WIP-changes archive

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

Add py-gast



Module Name:	pkgsrc-wip
Committed By:	Keke <kethzer.dr%gmail.com@localhost>
Pushed By:	kethzer.dr
Date:		Fri Apr 6 17:07:32 2018 -0400
Changeset:	c56d71d0ffb9089eb5749a6c12a11b52d5848481

Modified Files:
	Makefile
Added Files:
	py-gast/DESCR
	py-gast/Makefile
	py-gast/PLIST
	py-gast/distinfo

Log Message:
Add py-gast

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

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

diffstat:
 Makefile         |  1 +
 py-gast/DESCR    |  1 +
 py-gast/Makefile | 17 +++++++++++++++++
 py-gast/PLIST    | 20 ++++++++++++++++++++
 py-gast/distinfo |  6 ++++++
 5 files changed, 45 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 588e3b2ab9..5d35b8e386 100644
--- a/Makefile
+++ b/Makefile
@@ -3193,6 +3193,7 @@ SUBDIR+=	py-fyzz
 SUBDIR+=	py-galry
 SUBDIR+=	py-gammafit
 SUBDIR+=	py-gaphas
+SUBDIR+=	py-gast
 SUBDIR+=	py-gato
 SUBDIR+=	py-gatspy
 SUBDIR+=	py-gauss
diff --git a/py-gast/DESCR b/py-gast/DESCR
new file mode 100644
index 0000000000..66005307a4
--- /dev/null
+++ b/py-gast/DESCR
@@ -0,0 +1 @@
+Generic AST to represent Python2 and Python3's Abstract Syntax Tree
diff --git a/py-gast/Makefile b/py-gast/Makefile
new file mode 100644
index 0000000000..5b78ca9a83
--- /dev/null
+++ b/py-gast/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD$
+
+DISTNAME=	gast-0.2.0
+PKGNAME=        ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel python
+MASTER_SITES=	${MASTER_SITE_PYPI:=g/gast/}
+
+MAINTAINER=	kethzer.dr%gmail.com@localhost
+HOMEPAGE=	https://github.com/serge-sans-paille/gast
+COMMENT=	Python AST that abstracts the underlying Python version
+LICENSE=	modified-bsd
+
+.include "../../lang/python/egg.mk"
+WRKSRC=		${WRKDIR}/gast-0.2.0
+USE_LANGUAGES=	# none
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-gast/PLIST b/py-gast/PLIST
new file mode 100644
index 0000000000..345acc4233
--- /dev/null
+++ b/py-gast/PLIST
@@ -0,0 +1,20 @@
+@comment $NetBSD$
+${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__.pyo
+${PYSITELIB}/gast/__init__.pyc
+${PYSITELIB}/gast/ast2.pyo
+${PYSITELIB}/gast/ast2.pyc
+${PYSITELIB}/gast/ast3.pyo
+${PYSITELIB}/gast/ast3.pyc
+${PYSITELIB}/gast/astn.pyo
+${PYSITELIB}/gast/astn.pyc
+${PYSITELIB}/gast/gast.pyo
+${PYSITELIB}/gast/gast.pyc
+${PYSITELIB}/gast/ast2.py
+${PYSITELIB}/gast/ast3.py
+${PYSITELIB}/gast/astn.py
+${PYSITELIB}/gast/gast.py
diff --git a/py-gast/distinfo b/py-gast/distinfo
new file mode 100644
index 0000000000..e2e6e6f177
--- /dev/null
+++ b/py-gast/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (gast-0.2.0.tar.gz) = 9f5069701bb94485d406bb1161546acf485b4780
+RMD160 (gast-0.2.0.tar.gz) = da807b12ccf6bdfb77f7958c4fb7badb8af1814d
+SHA512 (gast-0.2.0.tar.gz) = 651719c3035d21e02e39cd83fd54212a12c39addf69f7c9e8810ccb7bb9aae7828e176ad0adf55182f0628f18d76cb1e286e498a9665ddb12e91a51dc2303381
+Size (gast-0.2.0.tar.gz) = 9400 bytes


Home | Main Index | Thread Index | Old Index