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/qpid-python/, profiles/
Date: Fri, 21 Feb 2020 19:28:44
Message-Id: 1582313296.debccb93bd7fcc7089a032f05d32ddcc3ee50f40.mgorny@gentoo
1 commit: debccb93bd7fcc7089a032f05d32ddcc3ee50f40
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 21 19:22:49 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 21 19:28:16 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=debccb93
7
8 dev-python/qpid-python: Remove last-rited package
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/qpid-python/Manifest | 1 -
13 dev-python/qpid-python/metadata.xml | 11 -------
14 dev-python/qpid-python/qpid-python-0.20.ebuild | 44 --------------------------
15 profiles/package.mask | 1 -
16 4 files changed, 57 deletions(-)
17
18 diff --git a/dev-python/qpid-python/Manifest b/dev-python/qpid-python/Manifest
19 deleted file mode 100644
20 index 99cd20ce75a..00000000000
21 --- a/dev-python/qpid-python/Manifest
22 +++ /dev/null
23 @@ -1 +0,0 @@
24 -DIST qpid-python-0.20.tar.gz 226543 BLAKE2B 5722cad8f181677c4b78a15dae68dc0292b66595ed94076133fb2e956323efd5afad583399f638704673d7eb7a34546ee7fd3b216bd5ca7ca61f10b15ab7835f SHA512 c3cc466c3b1e13443c9ac1e04d8dfab8fbdb4460fcc828b91e9d520cacdfa69589ccd1928d8d0cb4012c4d0a22ae9e6dc2803488863ccc53bb568e97f8251b44
25
26 diff --git a/dev-python/qpid-python/metadata.xml b/dev-python/qpid-python/metadata.xml
27 deleted file mode 100644
28 index af4614a3930..00000000000
29 --- a/dev-python/qpid-python/metadata.xml
30 +++ /dev/null
31 @@ -1,11 +0,0 @@
32 -<?xml version="1.0" encoding="UTF-8"?>
33 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
34 -<pkgmetadata>
35 - <maintainer type="project">
36 - <email>openstack@g.o</email>
37 - <name>Openstack</name>
38 - </maintainer>
39 - <upstream>
40 - <remote-id type="pypi">qpid-python</remote-id>
41 - </upstream>
42 -</pkgmetadata>
43
44 diff --git a/dev-python/qpid-python/qpid-python-0.20.ebuild b/dev-python/qpid-python/qpid-python-0.20.ebuild
45 deleted file mode 100644
46 index c7d229bf215..00000000000
47 --- a/dev-python/qpid-python/qpid-python-0.20.ebuild
48 +++ /dev/null
49 @@ -1,44 +0,0 @@
50 -# Copyright 1999-2015 Gentoo Foundation
51 -# Distributed under the terms of the GNU General Public License v2
52 -
53 -EAPI=5
54 -PYTHON_COMPAT=( python2_7 )
55 -
56 -inherit distutils-r1
57 -
58 -DESCRIPTION="A high-speed platform independent enterprise messaging system for Apache"
59 -HOMEPAGE="http://qpid.apache.org/"
60 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
61 -
62 -KEYWORDS="amd64 x86"
63 -IUSE="doc examples"
64 -LICENSE="MIT"
65 -SLOT="0"
66 -
67 -RDEPEND=""
68 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
69 - doc? ( dev-python/epydoc[${PYTHON_USEDEP}] )"
70 -
71 -python_compile_all() {
72 - use doc && "${PYTHON}" setup.py doc_option
73 -}
74 -
75 -src_test() {
76 - # For now rm failing tests requiring making a connection, ? via a running broker
77 - # Seems 'we' need figure how to start a broker
78 - sed -e 's:def testReconnect:def _testReconnect:' \
79 - -e 's:testEstablish:_&:' \
80 - -e 's:testOpen:_&:' \
81 - -e 's:testReconnectURLs:_&:' \
82 - -e 's:testTcpNodelay:_&:' \
83 - -e 's:testOpenCloseResourceLeaks:_&:' \
84 - -e 's:testReconnect:_&:' \
85 - -i qpid/tests/messaging/endpoints.py
86 - ./qpid-python-test
87 -}
88 -
89 -python_install_all() {
90 - use doc && local HTML_DOCS=( ../"${P}"-python2_7/doc/. )
91 - use examples && local EXAMPLES=( examples/. )
92 - distutils-r1_python_install_all
93 -}
94
95 diff --git a/profiles/package.mask b/profiles/package.mask
96 index d1405808108..1854dfdfa2b 100644
97 --- a/profiles/package.mask
98 +++ b/profiles/package.mask
99 @@ -633,7 +633,6 @@ net-im/silc-toolkit
100 # The following Gentoo packages are Python 2-only and have no reverse
101 # dependencies.
102 # Removal in 30 days. Bug #705762.
103 -dev-python/qpid-python
104 dev-python/robotframework-selenium2library
105 dev-python/robotframework-sshlibrary
106 dev-python/rtgraph