summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Zaman <perfinion@gentoo.org>2018-09-22 00:46:35 +0800
committerJason Zaman <perfinion@gentoo.org>2018-09-22 01:50:07 +0800
commit65e215bd498f85a5f5f07618bfdac3712bc9f20a (patch)
tree78da53dee6f3b7fe2c9016ccedfe5821ba38029a /dev-python/gast/gast-0.2.0.ebuild
parentprofiles: powerpc: Re-add media-video/vlc[libav] p.use.stable.mask (diff)
downloadgentoo-65e215bd498f85a5f5f07618bfdac3712bc9f20a.tar.gz
gentoo-65e215bd498f85a5f5f07618bfdac3712bc9f20a.tar.bz2
gentoo-65e215bd498f85a5f5f07618bfdac3712bc9f20a.zip
dev-python/gast: new package
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'dev-python/gast/gast-0.2.0.ebuild')
-rw-r--r--dev-python/gast/gast-0.2.0.ebuild18
1 files changed, 18 insertions, 0 deletions
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 000000000000..9965a03d1bf9
--- /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}]"