summaryrefslogtreecommitdiff
path: root/dev-python/python-application/metadata.xml
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-11-10 22:02:45 +0100
committerMichał Górny <mgorny@gentoo.org>2018-11-10 22:07:00 +0100
commitd45d0ae9e5842f736dbc60c45ef7e61d61c4eb63 (patch)
treeca233a23a9a463fbb25756a4e44b8d92b5b7ec0c /dev-python/python-application/metadata.xml
parentacbe724205cfc2bb77059685cfa03db0f67f949d (diff)
downloadgentoo-d45d0ae9e5842f736dbc60c45ef7e61d61c4eb63.tar.gz
gentoo-d45d0ae9e5842f736dbc60c45ef7e61d61c4eb63.tar.bz2
gentoo-d45d0ae9e5842f736dbc60c45ef7e61d61c4eb63.zip
dev-python/python-application: Remove last-rited pkg
Closes: https://bugs.gentoo.org/667354 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-application/metadata.xml')
-rw-r--r--dev-python/python-application/metadata.xml29
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-python/python-application/metadata.xml b/dev-python/python-application/metadata.xml
deleted file mode 100644
index bc01efe4aaae..000000000000
--- a/dev-python/python-application/metadata.xml
+++ /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>