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

diff --git a/dev-python/python-application/Manifest b/dev-python/python-application/Manifest
deleted file mode 100644 (file)
index cd20774..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST python-application-2.1.0.tar.gz 49045 BLAKE2B 32b3a5e20d5aed21a399651ab8ac8c2b335b3f3076a1de688057851a883afd0d4454c34390e7a0688f0bbb716dff8a321481a509eaa3ae92daf3635ef6236d62 SHA512 54bf7c2257d84d213af5c1c192ea87c30a4c54ec5c334e3dcf4d536e610ffe9f56073b033807818c639b4e2585c38b87d6c7405f33b1ab45158fc6613d75c4c7
diff --git a/dev-python/python-application/metadata.xml b/dev-python/python-application/metadata.xml
deleted file mode 100644 (file)
index bc01efe..0000000
+++ /dev/null
@@ -1,29 +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">
-               This package is a collection of modules that are useful when
-               building python applications. Their purpose is to eliminate the
-               need to divert resources into implementing the small tasks that
-               every application needs to do in order to run successfully and
-               focus instead on the application logic itself.
-
-               The modules that the application package provides are:
-               1. process - UNIX process and signal management.
-               2. python - python utility classes and functions.
-               3. configuration - a simple interface to handle configuration files.
-               4. log - an extensible system logger for console and syslog.
-               5. debug - memory troubleshooting and execution timing.
-               6. system - interaction with the underlying operating system.
-               7. notification - an application wide notification system.
-               8. version - manage version numbers for applications and packages.
-               9. dependency - verify package dependencies at runtime.
-       </longdescription>
-       <upstream>
-               <remote-id type="pypi">python-application</remote-id>
-       </upstream>
-</pkgmetadata>
diff --git a/dev-python/python-application/python-application-2.1.0.ebuild b/dev-python/python-application/python-application-2.1.0.ebuild
deleted file mode 100644 (file)
index 77319b3..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-
-inherit distutils-r1
-
-DESCRIPTION="Basic building blocks for python applications"
-HOMEPAGE="http://ag-projects.com/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2"
-SLOT="0"
-
-KEYWORDS="~amd64 ~x86"
index 9f3d3755548efa37e50984fb924a40aab2f2cae6..7296a4fbed617102e45c8d8ee7a53bd8036220c1 100644 (file)
@@ -350,14 +350,6 @@ net-analyzer/mate-netspeed
 # version for now
 =media-video/libav-13_pre20171219
 
-# Michał Górny <mgorny@gentoo.org> (30 Sep 2018)
-# Poor quality NIH ebuilds with multiple issues and lack of test suites.
-# They do not support Python 3 (even if somebody claimed otherwise,
-# completely ignoring all the errors during install phase), depend
-# on old Twisted packages and have no reverse dependencies in ::gentoo.
-# Removal in 30 days.  Bug #667354.
-dev-python/python-application
-
 # Michał Górny <mgorny@gentoo.org> (24 Sep 2018)
 # Apparently breaks sys-devel/gcc.  Bug #666954.
 =dev-util/debugedit-4.14.2