diff options
Diffstat (limited to 'dev-python/six/six-1.9.0.ebuild')
-rw-r--r-- | dev-python/six/six-1.9.0.ebuild | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-python/six/six-1.9.0.ebuild b/dev-python/six/six-1.9.0.ebuild deleted file mode 100644 index a3d9d7d..0000000 --- a/dev-python/six/six-1.9.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -# Ebuild generated by g-pypi 0.3 - -EAPI="3" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils - - -DESCRIPTION="Python 2 and 3 compatibility utilities" -HOMEPAGE="http://pypi.python.org/pypi/six/" -SRC_URI="https://pypi.python.org/packages/source/s/six/${P}.tar.gz" - -LICENSE="MIT" -KEYWORDS="~amd64" -SLOT="0" -IUSE="doc" - -DEPEND="dev-python/setuptools" -RDEPEND="${DEPEND}" - - -src_install() { - distutils_src_install - if use doc; then - dodoc -r documentation - fi -} |