diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2018-05-19 21:31:42 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-05-19 21:31:55 +0200 |
commit | 2e09e71a3d9f085bc142ab00f86ef0ac18b2e203 (patch) | |
tree | 34604116bed0193d526556080d51ae7ab7d1091a /dev-python/toolz/toolz-0.9.0.ebuild | |
parent | net-firewall/iptables: >=linux-headers-4.4 needed for BPF_OBJ_GET (diff) | |
download | gentoo-2e09e71a3d9f085bc142ab00f86ef0ac18b2e203.tar.gz gentoo-2e09e71a3d9f085bc142ab00f86ef0ac18b2e203.tar.bz2 gentoo-2e09e71a3d9f085bc142ab00f86ef0ac18b2e203.zip |
dev-python/toolz: version bump.
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-python/toolz/toolz-0.9.0.ebuild')
-rw-r--r-- | dev-python/toolz/toolz-0.9.0.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-python/toolz/toolz-0.9.0.ebuild b/dev-python/toolz/toolz-0.9.0.ebuild new file mode 100644 index 000000000000..57473564d3d3 --- /dev/null +++ b/dev-python/toolz/toolz-0.9.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2018 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.org/project/toolz/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |