Gentoo Archives: gentoo-commits

From: Kacper Kowalik <xarthisius@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/hglib/
Date: Fri, 24 Jun 2016 14:56:45
Message-Id: 1466780172.f86e8a03a1ebb59f5433c007b612ffe4b2747679.xarthisius@gentoo
1 commit: f86e8a03a1ebb59f5433c007b612ffe4b2747679
2 Author: Kacper Kowalik <xarthisius <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 24 14:56:12 2016 +0000
4 Commit: Kacper Kowalik <xarthisius <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 24 14:56:12 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f86e8a03
7
8 dev-python/hglib: version bump, drop old
9
10 Package-Manager: portage-2.2.28
11
12 dev-python/hglib/Manifest | 2 +-
13 dev-python/hglib/{hglib-1.0.ebuild => hglib-2.1.ebuild} | 10 ++++------
14 2 files changed, 5 insertions(+), 7 deletions(-)
15
16 diff --git a/dev-python/hglib/Manifest b/dev-python/hglib/Manifest
17 index bee1d39..c32caec 100644
18 --- a/dev-python/hglib/Manifest
19 +++ b/dev-python/hglib/Manifest
20 @@ -1,2 +1,2 @@
21 -DIST python-hglib-1.0.tar.gz 27833 SHA256 766458699a9f2e5f351bfe73164e4f8c30290d10a097aefacd25532f315b3099 SHA512 9c0a61299779aff613131aaabbc255c8648f0fa7ab1806af53f19fbdcece0c8a68ddca7880d25b926d67ff1b9201954b207919fb09f6a290acb078e8bbed7b68 WHIRLPOOL edb5dddcbe7a1f6d94ca76d6f78a2b3a53bd56c15e55ef5810ae32f07d270fd45be8947cb8eadbca3dac2de945e97f63cddd46c90157b688032b79f48b7d29bc
22 DIST python-hglib-1.5.tar.gz 27812 SHA256 601c04d8daa806768e3075786ffe9b93ad3574ad2b300107dd615dbe7846a367 SHA512 2506e2ac95488830b90f5f099d231e45833a8f19ce14fc2f3391ae1bf48ca72187b6b57afb633ecbe6cd2c6f3d3f482d75e03ea36406b3a07085ed1b4ef9c6b5 WHIRLPOOL 84e0cdc82344cbe3872f70d9d95ec41da4bb99e3fcece0759dea58d727ca9d650449cba1ef9ca214b954942c801363b7e8fc2fbb1abf6e6a0eb7b8133855c7c1
23 +DIST python-hglib-2.1.tar.gz 29030 SHA256 aef394edeeea89803f9764a441423da3efffefaae9cf0eca6ee38cdb4ac00d73 SHA512 82cd00e4184a8a002ea0bcc2dec4de06a705f5f6cecd1ddbddef08ead2817f673590884aee5187fbc3496ced3f27ca8c8d78e0436fb97205ef654cd28d912e68 WHIRLPOOL 248b37b1ef0ff8a0d5f3ecaa9defd2e72f2cd661922847eef4f9501e6a313af9cdc6a6bac774d2aed1b79ad7ab9bb04cd639431376b3502ad75b97ad26a6d6e7
24
25 diff --git a/dev-python/hglib/hglib-1.0.ebuild b/dev-python/hglib/hglib-2.1.ebuild
26 similarity index 81%
27 rename from dev-python/hglib/hglib-1.0.ebuild
28 rename to dev-python/hglib/hglib-2.1.ebuild
29 index 42ab6ed..671cdfc 100644
30 --- a/dev-python/hglib/hglib-1.0.ebuild
31 +++ b/dev-python/hglib/hglib-2.1.ebuild
32 @@ -1,13 +1,13 @@
33 -# Copyright 1999-2015 Gentoo Foundation
34 +# Copyright 1999-2016 Gentoo Foundation
35 # Distributed under the terms of the GNU General Public License v2
36 # $Id$
37
38 EAPI=5
39 -PYTHON_COMPAT=( python2_7 pypy )
40 +PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
41 PYTHON_REQ_USE="threads(+)"
42
43 -MY_P="python-${P}"
44 -MY_PN="python-${PN}"
45 +MY_P=python-${P}
46 +MY_PN=python-${PN}
47
48 inherit distutils-r1
49
50 @@ -26,8 +26,6 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
51
52 S=${WORKDIR}/${MY_P}
53
54 -PATCHES=( "${FILESDIR}"/${PN}-0.3-tests.patch )
55 -
56 python_test() {
57 if ! ${PYTHON} test.py; then
58 die "Tests failed under ${EPYTHON}"