Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pychm/
Date: Sat, 28 Mar 2020 17:22:02
Message-Id: 1585415475.03df927267efccb83f46b74471f704a204a4180d.mgorny@gentoo
1 commit: 03df927267efccb83f46b74471f704a204a4180d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 28 17:11:15 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 28 17:11:15 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03df9272
7
8 dev-python/pychm: Remove redundant versions
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pychm/Manifest | 2 --
13 dev-python/pychm/pychm-0.8.4-r1.ebuild | 20 --------------------
14 dev-python/pychm/pychm-0.8.5.ebuild | 26 --------------------------
15 3 files changed, 48 deletions(-)
16
17 diff --git a/dev-python/pychm/Manifest b/dev-python/pychm/Manifest
18 index 6609951b341..a5d9bf0b55c 100644
19 --- a/dev-python/pychm/Manifest
20 +++ b/dev-python/pychm/Manifest
21 @@ -1,3 +1 @@
22 -DIST pychm-0.8.4.tar.gz 28803 BLAKE2B c6b66c83b1bd5b20280cb60636ccf2780f665fd589b107542c887fc791642f780701b84c8863883e02496c626b92552e3bbfdacd025723fccdb7947de62ada61 SHA512 0c0c107e59ea9f5fef97a0c2869349b5e90fc9eb7a37c35e8a929eaf764c7abe5a06a389340a912b9ba2f71172f3c94a78da016707bb201bbd07bdc3feddfe0d
23 -DIST pychm-0.8.5.gh.tar.gz 23539 BLAKE2B 4671ccca56153ee493f239de46a01c9e878448f46ecb7e1a39156457562d7f7ac951007e04bd534ea26455da68607eab9b2e2266eed71a7b14c90f103888887e SHA512 3f6b175710880fd4e45c4407af06bec580839517727ee0f5f706747c78be727171f7f8ad2d8fa9add0065825556c3a5d48cc1a6016705f34569350c495f5710d
24 DIST pychm-0.8.6.gh.tar.gz 23803 BLAKE2B fdf3c37eead60455fd5bde1638a010f2788074752f98c32cf4b3431b4a87b8893c23a9fa29995352b35b41f628b7026fdbfa6ff20b75e8a6efdf75fc2da3f67d SHA512 cc1b254b6c58aba038171ad9db1eea3212094d7fb9386b22ada67381d702b388e6a1dde0317b5724587ee135d2695c546a7c2d65af7091dafeb394647597b0ae
25
26 diff --git a/dev-python/pychm/pychm-0.8.4-r1.ebuild b/dev-python/pychm/pychm-0.8.4-r1.ebuild
27 deleted file mode 100644
28 index eccfb6bb99a..00000000000
29 --- a/dev-python/pychm/pychm-0.8.4-r1.ebuild
30 +++ /dev/null
31 @@ -1,20 +0,0 @@
32 -# Copyright 1999-2016 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -
37 -PYTHON_COMPAT=( python2_7 )
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="Python bindings for the chmlib library"
42 -HOMEPAGE="http://gnochm.sourceforge.net/pychm.html"
43 -SRC_URI="mirror://sourceforge/gnochm/${P}.tar.gz"
44 -
45 -LICENSE="GPL-2"
46 -SLOT="0"
47 -KEYWORDS="amd64 ~ppc x86"
48 -IUSE=""
49 -
50 -DEPEND="dev-libs/chmlib"
51 -RDEPEND="${DEPEND}"
52
53 diff --git a/dev-python/pychm/pychm-0.8.5.ebuild b/dev-python/pychm/pychm-0.8.5.ebuild
54 deleted file mode 100644
55 index acb52459dc5..00000000000
56 --- a/dev-python/pychm/pychm-0.8.5.ebuild
57 +++ /dev/null
58 @@ -1,26 +0,0 @@
59 -# Copyright 1999-2020 Gentoo Authors
60 -# Distributed under the terms of the GNU General Public License v2
61 -
62 -EAPI=7
63 -
64 -PYTHON_COMPAT=( python{2_7,3_{6,7}} )
65 -
66 -inherit distutils-r1
67 -
68 -DESCRIPTION="Python bindings for the chmlib library"
69 -HOMEPAGE="https://github.com/dottedmag/pychm"
70 -SRC_URI="https://github.com/dottedmag/pychm/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
71 -
72 -LICENSE="GPL-2+"
73 -SLOT="0"
74 -KEYWORDS="~amd64 ~ppc ~x86"
75 -IUSE="test"
76 -RESTRICT="!test? ( test )"
77 -
78 -RDEPEND="dev-libs/chmlib"
79 -DEPEND="${RDEPEND}
80 - test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
81 -
82 -python_test() {
83 - pytest -vv || die
84 -}