diff --git a/dev-python/absl-py/Manifest b/dev-python/absl-py/Manifest new file mode 100644 index 0000000000000..1cb603ab00642 --- /dev/null +++ b/dev-python/absl-py/Manifest @@ -0,0 +1 @@ +DIST absl-py-0.1.13.tar.gz 180047 BLAKE2B d10ff30109cf1a1b21d276b30e1066abc8c002d1c944a13e006a6fa097fc3fc98d4ca4441d194cee61137496aaa9a2314b71408ba507804376fb8750af0130e8 SHA512 ce93346a5f74bd4251789670dffdf983bf557f3e6a90ded9150998c53f8ed3a43fb1aa7b15556695e3d9dfa7a2237bb5462edadc23a8ceeb5f5ce2b87b0623ed diff --git a/dev-python/absl-py/absl-py-0.1.13.ebuild b/dev-python/absl-py/absl-py-0.1.13.ebuild new file mode 100644 index 0000000000000..34d6e2a3bb6d8 --- /dev/null +++ b/dev-python/absl-py/absl-py-0.1.13.ebuild @@ -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}" diff --git a/dev-python/absl-py/metadata.xml b/dev-python/absl-py/metadata.xml new file mode 100644 index 0000000000000..b841cddfabb15 --- /dev/null +++ b/dev-python/absl-py/metadata.xml @@ -0,0 +1,11 @@ + + + + + perfinion@gentoo.org + + + Collection of Python library code for building Python applications. The + code is collected from Google's own Python code base. + +