dev-python/python-eventlib: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Sat, 10 Nov 2018 21:02:20 +0000 (22:02 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 10 Nov 2018 21:06:59 +0000 (22:06 +0100)
Closes: https://bugs.gentoo.org/667354
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/python-eventlib/Manifest [deleted file]
dev-python/python-eventlib/files/python-eventlib-0.2.1-libressl.patch [deleted file]
dev-python/python-eventlib/metadata.xml [deleted file]
dev-python/python-eventlib/python-eventlib-0.2.1.ebuild [deleted file]
profiles/package.mask

diff --git a/dev-python/python-eventlib/Manifest b/dev-python/python-eventlib/Manifest
deleted file mode 100644 (file)
index a68b0bc..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST python-eventlib-0.2.1.tar.gz 189314 BLAKE2B 81cb958813c28f2617e02cc5f6e5c60aadf4fea219bf8fd408b9aa8e346769f5ad8906271c0cd0053ac98e27129328aaa41382b87863c9d1887a5169f0524b92 SHA512 f1ca3c6eb54677068ec209386f09c695c141b08e148475ee3cc69e667dd96af3637a66660e9105a195620f3bde10d4b18087612c501764d52413982c2721e1a6
diff --git a/dev-python/python-eventlib/files/python-eventlib-0.2.1-libressl.patch b/dev-python/python-eventlib/files/python-eventlib-0.2.1-libressl.patch
deleted file mode 100644 (file)
index faa4103..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-From: Julian Ospald <hasufell@gentoo.org>
-Date: Tue Sep  8 01:22:40 UTC 2015
-Subject: fix compatibility with libressl
-
---- a/eventlib/green/socket.py
-+++ b/eventlib/green/socket.py
-@@ -89,7 +89,6 @@
- else:
-     # some constants the SSL module exports but not in __all__
-     from eventlib.green.ssl import (RAND_add,
--                                    RAND_egd,
-                                     RAND_status,
-                                     SSL_ERROR_ZERO_RETURN,
-                                     SSL_ERROR_WANT_READ,
diff --git a/dev-python/python-eventlib/metadata.xml b/dev-python/python-eventlib/metadata.xml
deleted file mode 100644 (file)
index ee0b870..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-       <maintainer type="project">
-               <email>python@gentoo.org</email>
-               <name>Python</name>
-       </maintainer>
-       <longdescription lang="en">
-               Eventlib is a networking library written in Python. It achieves
-               high scalability by using non-blocking io while at the same time
-               retaining high programmer usability by using coroutines to make
-               the non-blocking io operations appear blocking at the source code
-               level.
-       </longdescription>
-</pkgmetadata>
diff --git a/dev-python/python-eventlib/python-eventlib-0.2.1.ebuild b/dev-python/python-eventlib/python-eventlib-0.2.1.ebuild
deleted file mode 100644 (file)
index 4e72a81..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_REQ_USE="ssl"
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Coroutine-based networking library"
-HOMEPAGE="http://sipsimpleclient.org"
-SRC_URI="http://download.ag-projects.com/SipClient/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-       dev-python/greenlet[${PYTHON_USEDEP}]
-       dev-python/twisted-core[${PYTHON_USEDEP}]
-"
-
-PATCHES=( "${FILESDIR}/${P}-libressl.patch" )
index cef892ad404ecd09014cd5351aa4122b85e30d3d..92174995186e0b5f82715f6be2daf92ef47a9fa9 100644 (file)
@@ -358,7 +358,6 @@ net-analyzer/mate-netspeed
 # Removal in 30 days.  Bug #667354.
 dev-python/python-application
 dev-python/python-cjson
-dev-python/python-eventlib
 
 # Michał Górny <mgorny@gentoo.org> (24 Sep 2018)
 # Apparently breaks sys-devel/gcc.  Bug #666954.