dev-python/absl-py: new package

Imported from sci overlay

Package-Manager: Portage-2.3.24, Repoman-2.3.6
This commit is contained in:
Jason Zaman
2018-05-02 13:01:26 +08:00
parent 9137c1130e
commit 9330fd59a5
3 changed files with 33 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST absl-py-0.1.13.tar.gz 180047 BLAKE2B d10ff30109cf1a1b21d276b30e1066abc8c002d1c944a13e006a6fa097fc3fc98d4ca4441d194cee61137496aaa9a2314b71408ba507804376fb8750af0130e8 SHA512 ce93346a5f74bd4251789670dffdf983bf557f3e6a90ded9150998c53f8ed3a43fb1aa7b15556695e3d9dfa7a2237bb5462edadc23a8ceeb5f5ce2b87b0623ed

View File

@@ -0,0 +1,21 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit distutils-r1
DESCRIPTION="Abseil Python Common Libraries"
HOMEPAGE="https://github.com/abseil/abseil-py"
SRC_URI="https://github.com/abseil/abseil-py/archive/pypi-v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-python/six"
RDEPEND="${DEPEND}"
S="${WORKDIR}/abseil-py-pypi-v${PV}"

View 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="project">
<email>perfinion@gentoo.org</email>
</maintainer>
<longdescription lang="en">
Collection of Python library code for building Python applications. The
code is collected from Google's own Python code base.
</longdescription>
</pkgmetadata>