From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1048283-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 04B37138335 for <garchives@archives.gentoo.org>; Fri, 21 Sep 2018 17:51:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18B68E0863; Fri, 21 Sep 2018 17:51:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E223BE0863 for <gentoo-commits@lists.gentoo.org>; Fri, 21 Sep 2018 17:51:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B2252335CCA for <gentoo-commits@lists.gentoo.org>; Fri, 21 Sep 2018 17:51:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BB1923D5 for <gentoo-commits@lists.gentoo.org>; Fri, 21 Sep 2018 17:51:30 +0000 (UTC) From: "Jason Zaman" <perfinion@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" <perfinion@gentoo.org> Message-ID: <1537552207.65e215bd498f85a5f5f07618bfdac3712bc9f20a.perfinion@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/gast/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/gast/Manifest dev-python/gast/gast-0.2.0.ebuild dev-python/gast/metadata.xml X-VCS-Directories: dev-python/gast/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 65e215bd498f85a5f5f07618bfdac3712bc9f20a X-VCS-Branch: master Date: Fri, 21 Sep 2018 17:51:30 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9c5cd09f-1ab6-4e01-9f6f-0965d3cacc77 X-Archives-Hash: 27803d56ff56598938f5d956cca5bec8 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>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>