summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2020-07-27 22:33:32 -0400
committerAaron Bauman <bman@gentoo.org>2020-07-27 22:33:32 -0400
commitf63396228c129fdbac0b2b6bf90ca0dbe64bfb08 (patch)
tree7f870e5b96903f3fd9ebe72e4da5188f7092f94d /dev-python/medusa
parentapp-misc/OpenRGB-0.3-r1: Revbump, add udev USE flag to install udev rules (diff)
downloadgentoo-f63396228c129fdbac0b2b6bf90ca0dbe64bfb08.tar.gz
gentoo-f63396228c129fdbac0b2b6bf90ca0dbe64bfb08.tar.bz2
gentoo-f63396228c129fdbac0b2b6bf90ca0dbe64bfb08.zip
*/*: Drop last-rited Py2 only pkgs
Bug: https://bugs.gentoo.org/616064 Closes: https://bugs.gentoo.org/721904 Closes: https://bugs.gentoo.org/609686 Closes: https://bugs.gentoo.org/695016 Closes: https://bugs.gentoo.org/722616 Closes: https://bugs.gentoo.org/684098 Closes: https://bugs.gentoo.org/672164 Closes: https://bugs.gentoo.org/699136 Closes: https://bugs.gentoo.org/690776 Closes: https://bugs.gentoo.org/695912 Closes: https://bugs.gentoo.org/697004 Closes: https://bugs.gentoo.org/711026 Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-python/medusa')
-rw-r--r--dev-python/medusa/Manifest1
-rw-r--r--dev-python/medusa/medusa-0.5.4-r1.ebuild24
-rw-r--r--dev-python/medusa/metadata.xml8
3 files changed, 0 insertions, 33 deletions
diff --git a/dev-python/medusa/Manifest b/dev-python/medusa/Manifest
deleted file mode 100644
index 0cdc121ad27f..000000000000
--- a/dev-python/medusa/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST medusa-0.5.4.tar.gz 107744 BLAKE2B 13050a97887d6dac4ddf561b109880fae9eb4f2e1462ed92a4963724580821190d94c3d9086dcf2b4656551d9f6e1f9d6d3dd6d501923cb25ff1f68257f6a985 SHA512 9b28c13f633c87586b88388719afdc6c8f32cb0e25583e8c03f5bb0a0ef7c75a4fbad23f5b296bf84c8fa50d7d811fa62305f3fbe64d3764aa5d28228a31a43f
diff --git a/dev-python/medusa/medusa-0.5.4-r1.ebuild b/dev-python/medusa/medusa-0.5.4-r1.ebuild
deleted file mode 100644
index 502529c46cf4..000000000000
--- a/dev-python/medusa/medusa-0.5.4-r1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="A framework for writing asynchronous long-running, high-performance network servers in Python"
-HOMEPAGE="https://pypi.org/project/medusa/"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="PSF-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-IUSE=""
-
-python_install_all() {
- distutils-r1_python_install_all
- dodoc CHANGES.txt docs/*.txt
- dodir /usr/share/doc/${PF}/example
- cp -r demo/* "${ED}usr/share/doc/${PF}/example"
- dohtml docs/*.html docs/*.gif
-}
diff --git a/dev-python/medusa/metadata.xml b/dev-python/medusa/metadata.xml
deleted file mode 100644
index 9e5274c5b4ae..000000000000
--- a/dev-python/medusa/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>python@gentoo.org</email>
- <name>Python</name>
-</maintainer>
-</pkgmetadata>