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/dugong/
Date: Wed, 23 Dec 2020 09:06:23
Message-Id: 1608714004.8e395d9eb02a46a26e05e595ac942694d9ad5e69.mgorny@gentoo
1 commit: 8e395d9eb02a46a26e05e595ac942694d9ad5e69
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 23 09:00:04 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 23 09:00:04 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e395d9e
7
8 dev-python/dugong: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/755623
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/dugong/Manifest | 1 -
14 dev-python/dugong/dugong-3.7.3.ebuild | 36 -----------------------------------
15 dev-python/dugong/metadata.xml | 12 ------------
16 profiles/package.mask | 1 -
17 4 files changed, 50 deletions(-)
18
19 diff --git a/dev-python/dugong/Manifest b/dev-python/dugong/Manifest
20 deleted file mode 100644
21 index b49469c6cb8..00000000000
22 --- a/dev-python/dugong/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST dugong-3.7.3.tar.bz2 206720 BLAKE2B 41dd349336ae37dd290c88233a4a1eed283a774a072396a03b0b97fe3aaca95a4aa90b2951ebc3d59c517221b1b1b77f90d64538f5a17fcc84fa927650af1fdb SHA512 b20b720fa18789ff137524b67dd7339ec3ad532cff164c03c74d38accc72e035d33ebe97df028f75d7d904f3d0d460f99edf7cf45abf9c4849a5a3a05529a7a4
26
27 diff --git a/dev-python/dugong/dugong-3.7.3.ebuild b/dev-python/dugong/dugong-3.7.3.ebuild
28 deleted file mode 100644
29 index e0c89a1e4cf..00000000000
30 --- a/dev-python/dugong/dugong-3.7.3.ebuild
31 +++ /dev/null
32 @@ -1,36 +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 -PYTHON_COMPAT=( python3_{6,7} )
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="Python library for communicating with HTTP 1.1 servers"
42 -HOMEPAGE="https://github.com/python-dugong/python-dugong/"
43 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2"
44 -
45 -LICENSE="LGPL-2"
46 -SLOT="0"
47 -KEYWORDS="amd64 x86"
48 -IUSE="doc examples test"
49 -RESTRICT="!test? ( test )"
50 -
51 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
52 - test? (
53 - dev-python/pytest[${PYTHON_USEDEP}]
54 - || (
55 - dev-python/pytest-catchlog[${PYTHON_USEDEP}]
56 - >=dev-python/pytest-3.3.0[${PYTHON_USEDEP}]
57 - )
58 - )"
59 -
60 -python_test() {
61 - py.test -v || die "Tests failed under ${EPYTHON}"
62 -}
63 -
64 -python_install_all() {
65 - use doc && local HTML_DOCS=( doc/html/. )
66 - use examples && dodoc -r examples
67 - distutils-r1_python_install_all
68 -}
69
70 diff --git a/dev-python/dugong/metadata.xml b/dev-python/dugong/metadata.xml
71 deleted file mode 100644
72 index 63b91a9dfd9..00000000000
73 --- a/dev-python/dugong/metadata.xml
74 +++ /dev/null
75 @@ -1,12 +0,0 @@
76 -<?xml version="1.0" encoding="UTF-8"?>
77 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
78 -<pkgmetadata>
79 - <maintainer type="project">
80 - <email>python@g.o</email>
81 - <name>Python</name>
82 - </maintainer>
83 - <upstream>
84 - <remote-id type="pypi">dugong</remote-id>
85 - <remote-id type="github">python-dugong/python-dugong</remote-id>
86 - </upstream>
87 -</pkgmetadata>
88
89 diff --git a/profiles/package.mask b/profiles/package.mask
90 index 9d5eafee813..2cd7d728741 100644
91 --- a/profiles/package.mask
92 +++ b/profiles/package.mask
93 @@ -297,7 +297,6 @@ games-emulation/fakenes
94 # (or are broken). They have no reverse dependencies, except for other
95 # packages from the list.
96 # Removal in 30 days. Bug #755623.
97 -dev-python/dugong
98 dev-python/hgdistver
99 dev-python/nose-cover3
100 dev-python/nose-parameterized