commit:     65e215bd498f85a5f5f07618bfdac3712bc9f20a
Author:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 21 16:46:35 2018 +0000
Commit:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
CommitDate: Fri Sep 21 17:50:07 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65e215bd

dev-python/gast: new package

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-python/gast/Manifest          |  1 +
 dev-python/gast/gast-0.2.0.ebuild | 18 ++++++++++++++++++
 dev-python/gast/metadata.xml      | 11 +++++++++++
 3 files changed, 30 insertions(+)

diff --git a/dev-python/gast/Manifest b/dev-python/gast/Manifest
new file mode 100644
index 00000000000..1ed2ae93063
--- /dev/null
+++ b/dev-python/gast/Manifest
@@ -0,0 +1 @@
+DIST gast-0.2.0.tar.gz 9400 BLAKE2B 
1392b9ef3a007d89b6b7af5ca49f3dcaa0689e166845ea25c2e544578f65915114d763b54503825dc2b6958a71ac284ec7ae2cc2cfa861494da28df786d679b4
 SHA512 
651719c3035d21e02e39cd83fd54212a12c39addf69f7c9e8810ccb7bb9aae7828e176ad0adf55182f0628f18d76cb1e286e498a9665ddb12e91a51dc2303381

diff --git a/dev-python/gast/gast-0.2.0.ebuild 
b/dev-python/gast/gast-0.2.0.ebuild
new file mode 100644
index 00000000000..9965a03d1bf
--- /dev/null
+++ b/dev-python/gast/gast-0.2.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_6 )
+inherit distutils-r1
+
+DESCRIPTION="A generic AST to represent Python2 and Python3's Abstract Syntax 
Tree (AST)"
+HOMEPAGE="https://pypi.org/project/gast/";
+SRC_URI="https://pypi.io/packages/source/g/gast/gast-0.2.0.tar.gz";
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"

diff --git a/dev-python/gast/metadata.xml b/dev-python/gast/metadata.xml
new file mode 100644
index 00000000000..ca8e3611427
--- /dev/null
+++ b/dev-python/gast/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="person">
+               <email>perfin...@gentoo.org</email>
+       </maintainer>
+       <longdescription lang="en">
+               A generic AST to represent Python2 and Python3's Abstract 
Syntax Tree(AST).
+               GAST provides a compatibility layer between the AST of various 
Python versions, as produced by ast.parse from the standard ast module.
+       </longdescription>
+</pkgmetadata>

Reply via email to