commit:     e74911f28acf871a2c73ddf652879a808caf500a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 14 08:30:24 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jun 14 08:30:24 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e74911f2

dev-python/pyprotocols: Remove last-rited pkg

Closes: https://bugs.gentoo.org/723290
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pyprotocols/Manifest                    |  1 -
 dev-python/pyprotocols/files/SkipTests.patch       | 25 ------------
 dev-python/pyprotocols/metadata.xml                |  8 ----
 .../pyprotocols/pyprotocols-1.0_pre2306-r1.ebuild  | 46 ----------------------
 profiles/package.mask                              |  1 -
 5 files changed, 81 deletions(-)

diff --git a/dev-python/pyprotocols/Manifest b/dev-python/pyprotocols/Manifest
deleted file mode 100644
index 51aff4c4da9..00000000000
--- a/dev-python/pyprotocols/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST PyProtocols-1.0a0dev_r2306.tar.gz 218555 BLAKE2B 
77862a59343b21a97f1bbc5281f397652108912669e6e550e2ae7ad7f4e95c181b8315a940f5b737e20468fba1bec42b4539571ee8ab54a41737fcdc5e3e7a70
 SHA512 
1f18be9548ae29b6111dccd158f5706f3a1ed7074152e9ef2e0d17caaad2227d3f613b50b602b3b1d47b5db7f53e583fce4e06b3e23916ac0daf7a92bcd66ccc

diff --git a/dev-python/pyprotocols/files/SkipTests.patch 
b/dev-python/pyprotocols/files/SkipTests.patch
deleted file mode 100644
index 293f0a2a062..00000000000
--- a/dev-python/pyprotocols/files/SkipTests.patch
+++ /dev/null
@@ -1,25 +0,0 @@
---- a/src/protocols/tests/__init__.py
-+++ b/src/protocols/tests/__init__.py
-@@ -256,22 +256,6 @@
-         makeSuite(GenerationTests,'check'),
-     ]
- 
--    try:
--        import zope.interface
--    except ImportError:
--        pass
--    else:
--        from protocols.tests import test_zope
--        tests.append( test_zope.test_suite() )
--
--    try:
--        from twisted.python.components import Interface
--    except (ImportError, SystemError):
--        pass
--    else:
--        from protocols.tests import test_twisted
--        tests.append( test_twisted.test_suite() )
--
-     return TestSuite(
-         tests
-     )

diff --git a/dev-python/pyprotocols/metadata.xml 
b/dev-python/pyprotocols/metadata.xml
deleted file mode 100644
index 9e5274c5b4a..00000000000
--- a/dev-python/pyprotocols/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-<maintainer type="project">
-       <email>[email protected]</email>
-       <name>Python</name>
-</maintainer>
-</pkgmetadata>

diff --git a/dev-python/pyprotocols/pyprotocols-1.0_pre2306-r1.ebuild 
b/dev-python/pyprotocols/pyprotocols-1.0_pre2306-r1.ebuild
deleted file mode 100644
index b02638a6180..00000000000
--- a/dev-python/pyprotocols/pyprotocols-1.0_pre2306-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 flag-o-matic
-
-MY_PN="PyProtocols"
-MY_P="${MY_PN}-${PV/_pre/a0dev_r}"
-
-DESCRIPTION="Extends the PEP 246 adapt function with a new 'declaration API'"
-HOMEPAGE="http://peak.telecommunity.com/PyProtocols.html 
https://pypi.org/project/PyProtocols/ \
-       http://svn.eby-sarna.com/PyProtocols/";
-SRC_URI="mirror://gentoo/${MY_P}.tar.gz"
-
-LICENSE="|| ( PSF-2 ZPL )"
-SLOT="0"
-KEYWORDS="amd64 ~ia64 ppc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
-IUSE=""
-
-RDEPEND=">=dev-python/decoratortools-1.4[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-       >=dev-python/pyrex-0.9.9[${PYTHON_USEDEP}]
-       dev-python/setuptools[${PYTHON_USEDEP}]"
-
-S="${WORKDIR}/${MY_PN}"
-
-PATCHES=( "${FILESDIR}"/SkipTests.patch )
-DOCS=( CHANGES.txt README.txt UPGRADING.txt )
-
-python_prepare_all() {
-       # Rm peripheral & rogue failing tests
-       rm -f src//protocols/tests/{test_twisted.py,test_zope.py} || die
-
-       distutils-r1_python_prepare_all
-}
-
-python_configure_all() {
-       append-flags -fno-strict-aliasing
-}
-
-python_test() {
-       esetup.py test || die "Tests failed under ${EPYTHON}"
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 0a56a11ed37..877d87d6d55 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -269,7 +269,6 @@ dev-python/decoratortools
 dev-python/extremes
 dev-python/importing
 dev-python/peak-rules
-dev-python/pyprotocols
 
 # Aaron W. Swenson <[email protected]> (2020-05-15)
 # PostgreSQL 9.4 series is EOL. Migrate your database cluster to a more recent

Reply via email to