commit: 9ff657567dd2317d4aec561148e5a1f768d2d8eb Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org> AuthorDate: Sat Jan 3 23:32:55 2015 +0000 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org> CommitDate: Sat Jan 3 23:32:55 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=9ff65756
dev-python/isort: 3.9.4 --- dev-python/isort/isort-3.9.4.ebuild | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/dev-python/isort/isort-3.9.4.ebuild b/dev-python/isort/isort-3.9.4.ebuild new file mode 100644 index 0000000..dffad55 --- /dev/null +++ b/dev-python/isort/isort-3.9.4.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) + +inherit distutils-r1 + +DESCRIPTION="A Python utility / library to sort Python imports" +HOMEPAGE="https://pypi.python.org/pypi/isort + https://github.com/timothycrosley/isort" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND=">=dev-python/natsort-3.0.0[${PYTHON_USEDEP}] + >=dev-python/pies-2.6.0[${PYTHON_USEDEP}]" + +REQUIRED_USE="${PYTHON_REQUIRED_USE}"