From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-962530-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 E968D139694 for <garchives@archives.gentoo.org>; Wed, 19 Jul 2017 14:53:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 309D31FC002; Wed, 19 Jul 2017 14:53:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 0E0941FC002 for <gentoo-commits@lists.gentoo.org>; Wed, 19 Jul 2017 14:53:07 +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 8E9B23418C0 for <gentoo-commits@lists.gentoo.org>; Wed, 19 Jul 2017 14:53:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A50F746A for <gentoo-commits@lists.gentoo.org>; Wed, 19 Jul 2017 14:53:04 +0000 (UTC) From: "Manuel Rüger" <mrueg@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, "Manuel Rüger" <mrueg@gentoo.org> Message-ID: <1500475680.08b3bea94b6e9d824865c575d6afe1b55307baf6.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/typed-ast/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/typed-ast/Manifest dev-python/typed-ast/metadata.xml dev-python/typed-ast/typed-ast-1.1.0.ebuild X-VCS-Directories: dev-python/typed-ast/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 08b3bea94b6e9d824865c575d6afe1b55307baf6 X-VCS-Branch: master Date: Wed, 19 Jul 2017 14:53:04 +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: 89ee4e7e-c675-4488-82a0-4d77e0367751 X-Archives-Hash: ce3f6973bbeacdfc101dbdaa3b70e394 commit: 08b3bea94b6e9d824865c575d6afe1b55307baf6 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org> AuthorDate: Wed Jul 19 14:48:00 2017 +0000 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org> CommitDate: Wed Jul 19 14:48:00 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08b3bea9 dev-python/typed-ast: Initial version Package-Manager: Portage-2.3.6, Repoman-2.3.3 dev-python/typed-ast/Manifest | 1 + dev-python/typed-ast/metadata.xml | 12 ++++++++++++ dev-python/typed-ast/typed-ast-1.1.0.ebuild | 16 ++++++++++++++++ 3 files changed, 29 insertions(+) diff --git a/dev-python/typed-ast/Manifest b/dev-python/typed-ast/Manifest new file mode 100644 index 00000000000..f8129b1dd5c --- /dev/null +++ b/dev-python/typed-ast/Manifest @@ -0,0 +1 @@ +DIST typed-ast-1.1.0.tar.gz 200587 SHA256 57fe287f0cdd9ceaf69e7b71a2e94a24b5d268b35df251a88fef5cc241bf73aa SHA512 439e949082ee5cb9434fec99021c08401a46ec2ad16d96296c6440aa1fd8158f6605efbdfa55e536c3fddd4018bb0f4c5ee4d5a4a32954242b7902b9ce3463f2 WHIRLPOOL 28af2d97e1a64f3ca2e022b6af72f2a6dd2f5446688bb17a7315c9dd9b4bcd2bc74cf210169e81df03a3b37c2cf17a93601e40132d0182059baa955b33aa25b6 diff --git a/dev-python/typed-ast/metadata.xml b/dev-python/typed-ast/metadata.xml new file mode 100644 index 00000000000..3de20716051 --- /dev/null +++ b/dev-python/typed-ast/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>python@gentoo.org</email> + <name>Python</name> + </maintainer> + <upstream> + <remote-id type="github">typed_ast/typed_ast</remote-id> + <remote-id type="pypi">typed-ast</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-python/typed-ast/typed-ast-1.1.0.ebuild b/dev-python/typed-ast/typed-ast-1.1.0.ebuild new file mode 100644 index 00000000000..6ca79fff1bd --- /dev/null +++ b/dev-python/typed-ast/typed-ast-1.1.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python3_{4,5,6} ) +inherit distutils-r1 + +DESCRIPTION="A fork of Python 2 and 3 ast modules with type comment support" +HOMEPAGE="https://github.com/python/typed_ast" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0 MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE=""