summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-21 20:22:49 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-21 20:28:16 +0100
commitdebccb93bd7fcc7089a032f05d32ddcc3ee50f40 (patch)
tree94c1157a7317283183fc3db0a8a6cf1816aee898
parentdev-python/python-yadis: Remove last-rited package (diff)
downloadgentoo-debccb93bd7fcc7089a032f05d32ddcc3ee50f40.tar.gz
gentoo-debccb93bd7fcc7089a032f05d32ddcc3ee50f40.tar.bz2
gentoo-debccb93bd7fcc7089a032f05d32ddcc3ee50f40.zip
dev-python/qpid-python: Remove last-rited package
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/qpid-python/Manifest1
-rw-r--r--dev-python/qpid-python/metadata.xml11
-rw-r--r--dev-python/qpid-python/qpid-python-0.20.ebuild44
-rw-r--r--profiles/package.mask1
4 files changed, 0 insertions, 57 deletions
diff --git a/dev-python/qpid-python/Manifest b/dev-python/qpid-python/Manifest
deleted file mode 100644
index 99cd20ce75a8..000000000000
--- a/dev-python/qpid-python/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST qpid-python-0.20.tar.gz 226543 BLAKE2B 5722cad8f181677c4b78a15dae68dc0292b66595ed94076133fb2e956323efd5afad583399f638704673d7eb7a34546ee7fd3b216bd5ca7ca61f10b15ab7835f SHA512 c3cc466c3b1e13443c9ac1e04d8dfab8fbdb4460fcc828b91e9d520cacdfa69589ccd1928d8d0cb4012c4d0a22ae9e6dc2803488863ccc53bb568e97f8251b44
diff --git a/dev-python/qpid-python/metadata.xml b/dev-python/qpid-python/metadata.xml
deleted file mode 100644
index af4614a39307..000000000000
--- a/dev-python/qpid-python/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>openstack@gentoo.org</email>
- <name>Openstack</name>
- </maintainer>
- <upstream>
- <remote-id type="pypi">qpid-python</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/qpid-python/qpid-python-0.20.ebuild b/dev-python/qpid-python/qpid-python-0.20.ebuild
deleted file mode 100644
index c7d229bf2153..000000000000
--- a/dev-python/qpid-python/qpid-python-0.20.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="A high-speed platform independent enterprise messaging system for Apache"
-HOMEPAGE="http://qpid.apache.org/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-KEYWORDS="amd64 x86"
-IUSE="doc examples"
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND=""
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- doc? ( dev-python/epydoc[${PYTHON_USEDEP}] )"
-
-python_compile_all() {
- use doc && "${PYTHON}" setup.py doc_option
-}
-
-src_test() {
- # For now rm failing tests requiring making a connection, ? via a running broker
- # Seems 'we' need figure how to start a broker
- sed -e 's:def testReconnect:def _testReconnect:' \
- -e 's:testEstablish:_&:' \
- -e 's:testOpen:_&:' \
- -e 's:testReconnectURLs:_&:' \
- -e 's:testTcpNodelay:_&:' \
- -e 's:testOpenCloseResourceLeaks:_&:' \
- -e 's:testReconnect:_&:' \
- -i qpid/tests/messaging/endpoints.py
- ./qpid-python-test
-}
-
-python_install_all() {
- use doc && local HTML_DOCS=( ../"${P}"-python2_7/doc/. )
- use examples && local EXAMPLES=( examples/. )
- distutils-r1_python_install_all
-}
diff --git a/profiles/package.mask b/profiles/package.mask
index d14058081080..1854dfdfa2be 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -633,7 +633,6 @@ net-im/silc-toolkit
# The following Gentoo packages are Python 2-only and have no reverse
# dependencies.
# Removal in 30 days. Bug #705762.
-dev-python/qpid-python
dev-python/robotframework-selenium2library
dev-python/robotframework-sshlibrary
dev-python/rtgraph