Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/singledispatch/
Date: Sat, 03 Sep 2016 15:48:50
Message-Id: 1472917718.e4a7c6f70bf3cc5e4bd5d2b188c142f3e780b3c2.floppym@gentoo
1 commit: e4a7c6f70bf3cc5e4bd5d2b188c142f3e780b3c2
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 3 15:48:38 2016 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 3 15:48:38 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4a7c6f7
7
8 dev-python/singledispatch: drop useless revbump
9
10 This was a backport from the standard library.
11
12 Package-Manager: portage-2.3.0_p24
13
14 .../singledispatch/singledispatch-3.4.0.3-r1.ebuild | 21 ---------------------
15 1 file changed, 21 deletions(-)
16
17 diff --git a/dev-python/singledispatch/singledispatch-3.4.0.3-r1.ebuild b/dev-python/singledispatch/singledispatch-3.4.0.3-r1.ebuild
18 deleted file mode 100644
19 index ac8c1cf..00000000
20 --- a/dev-python/singledispatch/singledispatch-3.4.0.3-r1.ebuild
21 +++ /dev/null
22 @@ -1,21 +0,0 @@
23 -# Copyright 1999-2015 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -# $Id$
26 -
27 -EAPI=5
28 -
29 -PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 pypy )
30 -
31 -inherit distutils-r1
32 -
33 -DESCRIPTION="A library to bring functools.singledispatch from Python 3.4 to Python 2.6-3.3"
34 -HOMEPAGE="http://docs.python.org/3/library/functools.html#functools.singledispatch"
35 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
36 -
37 -LICENSE="MIT"
38 -SLOT="0"
39 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
40 -IUSE=""
41 -
42 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
43 -RDEPEND="dev-python/six[${PYTHON_USEDEP}]"