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/python-djvulibre/, profiles/
Date: Sun, 31 May 2020 10:14:35
Message-Id: 1590919899.e2c21bf91d48e87457d38d532550f5ce949317e7.mgorny@gentoo
1 commit: e2c21bf91d48e87457d38d532550f5ce949317e7
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 31 10:11:39 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun May 31 10:11:39 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2c21bf9
7
8 dev-python/python-djvulibre: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/719488
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/python-djvulibre/Manifest | 1 -
14 dev-python/python-djvulibre/metadata.xml | 8 ------
15 .../python-djvulibre/python-djvulibre-0.8.ebuild | 31 ----------------------
16 profiles/package.mask | 6 -----
17 4 files changed, 46 deletions(-)
18
19 diff --git a/dev-python/python-djvulibre/Manifest b/dev-python/python-djvulibre/Manifest
20 deleted file mode 100644
21 index 5420dd79607..00000000000
22 --- a/dev-python/python-djvulibre/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST python-djvulibre-0.8.tar.gz 85436 BLAKE2B fa30c4e78ce41a0f8c3af1580806f82fe856ac7012cb26dd7380158f5a0fb8b78d9f6e0bacbaf146959db7334fca4afec9caa324d8c2d6af697b3e0a171ee1ee SHA512 c817fc518f398bf16664a5f5dc80e8bd086015c13f82c5265548e5ca5d90f293cb2132961ba8a73cb184bc7883bb5868d2d49ecd950d045d0729f876703e710c
26
27 diff --git a/dev-python/python-djvulibre/metadata.xml b/dev-python/python-djvulibre/metadata.xml
28 deleted file mode 100644
29 index 3383b6ee474..00000000000
30 --- a/dev-python/python-djvulibre/metadata.xml
31 +++ /dev/null
32 @@ -1,8 +0,0 @@
33 -<?xml version="1.0" encoding="UTF-8"?>
34 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
35 -<pkgmetadata>
36 - <!-- maintainer-needed -->
37 - <upstream>
38 - <remote-id type="pypi">python-djvulibre</remote-id>
39 - </upstream>
40 -</pkgmetadata>
41
42 diff --git a/dev-python/python-djvulibre/python-djvulibre-0.8.ebuild b/dev-python/python-djvulibre/python-djvulibre-0.8.ebuild
43 deleted file mode 100644
44 index 9ad0623b5d6..00000000000
45 --- a/dev-python/python-djvulibre/python-djvulibre-0.8.ebuild
46 +++ /dev/null
47 @@ -1,31 +0,0 @@
48 -# Copyright 1999-2020 Gentoo Authors
49 -# Distributed under the terms of the GNU General Public License v2
50 -
51 -EAPI=5
52 -
53 -PYTHON_COMPAT=( python{2_7,3_6} )
54 -
55 -inherit distutils-r1
56 -
57 -DESCRIPTION="Set of Python bindings for the DjVuLibre library"
58 -HOMEPAGE="http://jwilk.net/software/python-djvulibre"
59 -SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz"
60 -
61 -LICENSE="GPL-2"
62 -SLOT="0"
63 -KEYWORDS="~amd64 ~x86"
64 -IUSE="test"
65 -RESTRICT="!test? ( test )"
66 -
67 -RDEPEND="app-text/djvu"
68 -DEPEND="${RDEPEND}
69 - dev-python/cython[${PYTHON_USEDEP}]
70 - dev-python/setuptools[${PYTHON_USEDEP}]
71 - test? ( dev-python/nose[${PYTHON_USEDEP}] )
72 -"
73 -
74 -python_test() {
75 - ln -s "${S}/tests" "${BUILD_DIR}/tests" || die
76 - cd "${BUILD_DIR}" || die
77 - nosetests -v || die
78 -}
79
80 diff --git a/profiles/package.mask b/profiles/package.mask
81 index a6d4fa45203..34507e47b8a 100644
82 --- a/profiles/package.mask
83 +++ b/profiles/package.mask
84 @@ -317,12 +317,6 @@ dev-python/scoop
85 # Removal in 30 days. Bug #719504.
86 dev-python/pythonmagick
87
88 -# Michał Górny <mgorny@g.o> (2020-04-26)
89 -# Unmaintained. djvusmooth is stuck on py2, python-djvulibre on py3.6.
90 -# Unresolved test failures. No other revdeps.
91 -# Removal in 30 days. Bug #719488.
92 -dev-python/python-djvulibre
93 -
94 # Michał Górny <mgorny@g.o> (2020-04-22)
95 # Effectively unmaintained and stuck on Python 3.6.
96 #