commit: e4a7c6f70bf3cc5e4bd5d2b188c142f3e780b3c2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Sat Sep 3 15:48:38 2016 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Sat Sep 3 15:48:38 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4a7c6f7
dev-python/singledispatch: drop useless revbump This was a backport from the standard library. Package-Manager: portage-2.3.0_p24 .../singledispatch/singledispatch-3.4.0.3-r1.ebuild | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/dev-python/singledispatch/singledispatch-3.4.0.3-r1.ebuild b/dev-python/singledispatch/singledispatch-3.4.0.3-r1.ebuild deleted file mode 100644 index ac8c1cf..00000000 --- a/dev-python/singledispatch/singledispatch-3.4.0.3-r1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 pypy ) - -inherit distutils-r1 - -DESCRIPTION="A library to bring functools.singledispatch from Python 3.4 to Python 2.6-3.3" -HOMEPAGE="http://docs.python.org/3/library/functools.html#functools.singledispatch" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="dev-python/six[${PYTHON_USEDEP}]"