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/pathlib/
Date: Sat, 03 Sep 2016 15:44:47
Message-Id: 1472917480.9ec42c2249ac2207471b17ab064c0c0fecd566e4.floppym@gentoo
1 commit: 9ec42c2249ac2207471b17ab064c0c0fecd566e4
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 3 15:44:29 2016 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 3 15:44:40 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ec42c22
7
8 dev-python/pathlib: drop useless revbump
9
10 This added python 3.4 an 3.4 to a module that already exists in
11 the standard library.
12
13 Package-Manager: portage-2.3.0_p24
14
15 dev-python/pathlib/pathlib-1.0.1-r2.ebuild | 19 -------------------
16 1 file changed, 19 deletions(-)
17
18 diff --git a/dev-python/pathlib/pathlib-1.0.1-r2.ebuild b/dev-python/pathlib/pathlib-1.0.1-r2.ebuild
19 deleted file mode 100644
20 index 9f459c6..00000000
21 --- a/dev-python/pathlib/pathlib-1.0.1-r2.ebuild
22 +++ /dev/null
23 @@ -1,19 +0,0 @@
24 -# Copyright 1999-2015 Gentoo Foundation
25 -# Distributed under the terms of the GNU General Public License v2
26 -# $Id$
27 -
28 -EAPI=5
29 -
30 -# In Python 3.4, pathlib is now part of the standard library.
31 -PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy )
32 -
33 -inherit distutils-r1
34 -
35 -DESCRIPTION="Object-oriented filesystem paths"
36 -HOMEPAGE="https://pathlib.readthedocs.org/"
37 -SRC_URI="mirror://pypi/p/pathlib/${P}.tar.gz"
38 -
39 -LICENSE="MIT"
40 -SLOT="0"
41 -KEYWORDS="~amd64 ~x86"
42 -IUSE=""