mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-python/gast: new package
Package-Manager: Portage-2.3.49, Repoman-2.3.10
This commit is contained in:
1
dev-python/gast/Manifest
Normal file
1
dev-python/gast/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST gast-0.2.0.tar.gz 9400 BLAKE2B 1392b9ef3a007d89b6b7af5ca49f3dcaa0689e166845ea25c2e544578f65915114d763b54503825dc2b6958a71ac284ec7ae2cc2cfa861494da28df786d679b4 SHA512 651719c3035d21e02e39cd83fd54212a12c39addf69f7c9e8810ccb7bb9aae7828e176ad0adf55182f0628f18d76cb1e286e498a9665ddb12e91a51dc2303381
|
||||
18
dev-python/gast/gast-0.2.0.ebuild
Normal file
18
dev-python/gast/gast-0.2.0.ebuild
Normal file
@@ -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}]"
|
||||
11
dev-python/gast/metadata.xml
Normal file
11
dev-python/gast/metadata.xml
Normal file
@@ -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>perfinion@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>
|
||||
Reference in New Issue
Block a user