Skip to content

Commit

Permalink
dev-python/typed-ast: Initial version
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.6, Repoman-2.3.3
  • Loading branch information
mrueg committed Jul 19, 2017
1 parent 15e61e1 commit 08b3bea
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-python/typed-ast/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST typed-ast-1.1.0.tar.gz 200587 SHA256 57fe287f0cdd9ceaf69e7b71a2e94a24b5d268b35df251a88fef5cc241bf73aa SHA512 439e949082ee5cb9434fec99021c08401a46ec2ad16d96296c6440aa1fd8158f6605efbdfa55e536c3fddd4018bb0f4c5ee4d5a4a32954242b7902b9ce3463f2 WHIRLPOOL 28af2d97e1a64f3ca2e022b6af72f2a6dd2f5446688bb17a7315c9dd9b4bcd2bc74cf210169e81df03a3b37c2cf17a93601e40132d0182059baa955b33aa25b6
12 changes: 12 additions & 0 deletions dev-python/typed-ast/metadata.xml
Original file line number Diff line number Diff line change
@@ -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>[email protected]</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>
16 changes: 16 additions & 0 deletions dev-python/typed-ast/typed-ast-1.1.0.ebuild
Original file line number Diff line number Diff line change
@@ -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=""

0 comments on commit 08b3bea

Please sign in to comment.