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: profiles/, dev-python/URLObject/
Date: Sat, 23 May 2020 09:53:52
Message-Id: 1590227607.e347f07c429f267a257a92eb0a460a5c847f13aa.mgorny@gentoo
1 commit: e347f07c429f267a257a92eb0a460a5c847f13aa
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 23 09:51:18 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat May 23 09:53:27 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e347f07c
7
8 dev-python/URLObject: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/718854
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/URLObject/Manifest | 1 -
14 dev-python/URLObject/URLObject-2.4.3.ebuild | 42 -----------------------------
15 dev-python/URLObject/metadata.xml | 9 -------
16 profiles/package.mask | 6 -----
17 4 files changed, 58 deletions(-)
18
19 diff --git a/dev-python/URLObject/Manifest b/dev-python/URLObject/Manifest
20 deleted file mode 100644
21 index 794fc953cab..00000000000
22 --- a/dev-python/URLObject/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST urlobject-2.4.3.tar.gz 26325 BLAKE2B 6c73bab1768d8676ccd7411175877a17a8b64e2498345443bfd8e28873c1ba9aacf158cfcac739d8ae1abf7d7845bc5fa5f478441d6d99530a9395b236b118f0 SHA512 2bd08ba5695c8277eeed154d7f414939e8b471e83f1fc6b9db93931f8e49dea4583036b0b7fb8d820e0b214bdc4bf2fe78987eb6a5c63ba70611aea6365c2972
26
27 diff --git a/dev-python/URLObject/URLObject-2.4.3.ebuild b/dev-python/URLObject/URLObject-2.4.3.ebuild
28 deleted file mode 100644
29 index 5796b3cf392..00000000000
30 --- a/dev-python/URLObject/URLObject-2.4.3.ebuild
31 +++ /dev/null
32 @@ -1,42 +0,0 @@
33 -# Copyright 1999-2020 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -PYTHON_COMPAT=( python3_6 )
39 -
40 -inherit distutils-r1
41 -
42 -GITHUB_P=${P,,}
43 -DESCRIPTION="A utility class for manipulating URLs"
44 -HOMEPAGE="https://pypi.org/project/URLObject/"
45 -# note: pypi tarball lacks tests
46 -# https://github.com/zacharyvoase/urlobject/issues/39
47 -SRC_URI="https://github.com/zacharyvoase/urlobject/archive/v${PV}.tar.gz -> ${GITHUB_P}.tar.gz"
48 -
49 -LICENSE="BSD"
50 -KEYWORDS="~amd64 ~x86"
51 -SLOT="0"
52 -IUSE="test"
53 -RESTRICT="!test? ( test )"
54 -
55 -RDEPEND="
56 - dev-python/six[${PYTHON_USEDEP}]"
57 -DEPEND="
58 - ${RDEPEND}
59 - dev-python/setuptools[${PYTHON_USEDEP}]
60 - test? ( dev-python/nose[${PYTHON_USEDEP}] )
61 -"
62 -
63 -S=${WORKDIR}/${GITHUB_P}
64 -
65 -python_prepare_all() {
66 - rm "${S}/urlobject/six.py" || die
67 - find "${S}/urlobject" -type f -name \*.py \
68 - -exec sed -e 's/from \.six import/from six import/g' -i "{}" \; || die
69 - distutils-r1_python_prepare_all
70 -}
71 -
72 -python_test() {
73 - nosetests -v || die "Tests fail with ${EPYTHON}"
74 -}
75
76 diff --git a/dev-python/URLObject/metadata.xml b/dev-python/URLObject/metadata.xml
77 deleted file mode 100644
78 index b2ca80a2d7a..00000000000
79 --- a/dev-python/URLObject/metadata.xml
80 +++ /dev/null
81 @@ -1,9 +0,0 @@
82 -<?xml version="1.0" encoding="UTF-8"?>
83 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
84 -<pkgmetadata>
85 - <!-- maintainer-needed -->
86 - <upstream>
87 - <remote-id type="pypi">URLObject</remote-id>
88 - <remote-id type="github">zacharyvoase/urlobject</remote-id>
89 - </upstream>
90 -</pkgmetadata>
91
92 diff --git a/profiles/package.mask b/profiles/package.mask
93 index 6fc99417926..db5066a497b 100644
94 --- a/profiles/package.mask
95 +++ b/profiles/package.mask
96 @@ -439,12 +439,6 @@ dev-python/ipdbplugin
97 # Removal in 30 days. Bug #718896.
98 dev-python/cligj
99
100 -# Michał Górny <mgorny@g.o> (2020-04-22)
101 -# Unmaintained. Stuck at Python 3.6. The only revdep was last rited
102 -# already.
103 -# Removal in 30 days. Bug #718854.
104 -dev-python/URLObject
105 -
106 # Michał Górny <mgorny@g.o> (2020-04-22)
107 # Effectively unmaintained and stuck on Python 3.6.
108 #