dev-python/typed-ast: Initial version
authorManuel Rüger <mrueg@gentoo.org>
Wed, 19 Jul 2017 14:48:00 +0000 (16:48 +0200)
committerManuel Rüger <mrueg@gentoo.org>
Wed, 19 Jul 2017 14:48:00 +0000 (16:48 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.3

dev-python/typed-ast/Manifest [new file with mode: 0644]
dev-python/typed-ast/metadata.xml [new file with mode: 0644]
dev-python/typed-ast/typed-ast-1.1.0.ebuild [new file with mode: 0644]

diff --git a/dev-python/typed-ast/Manifest b/dev-python/typed-ast/Manifest
new file mode 100644 (file)
index 0000000..f8129b1
--- /dev/null
@@ -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 (file)
index 0000000..3de2071
--- /dev/null
@@ -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 (file)
index 0000000..6ca79ff
--- /dev/null
@@ -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=""