diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2017-05-19 23:54:19 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-05-19 23:54:35 +0200 |
commit | 68f3825df784fee8deadbd5d63d89c61a392a84b (patch) | |
tree | 4b3e6f14d305f33796b933a32088296aa1c6d175 /dev-python/toolz/toolz-0.8.2.ebuild | |
parent | 9a7c17cc622213f79235fb14869e3a61b5bfef1c (diff) | |
download | gentoo-68f3825df784fee8deadbd5d63d89c61a392a84b.tar.gz gentoo-68f3825df784fee8deadbd5d63d89c61a392a84b.tar.xz |
dev-python/toolz: version bump.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-python/toolz/toolz-0.8.2.ebuild')
-rw-r--r-- | dev-python/toolz/toolz-0.8.2.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-python/toolz/toolz-0.8.2.ebuild b/dev-python/toolz/toolz-0.8.2.ebuild new file mode 100644 index 00000000000..642fc753f65 --- /dev/null +++ b/dev-python/toolz/toolz-0.8.2.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) + +inherit distutils-r1 + +DESCRIPTION="List processing tools and functional utilities" +HOMEPAGE="https://pypi.python.org/pypi/toolz" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |