diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-11-18 09:38:27 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-11-18 09:38:27 +0000 |
commit | 536c3711867ec947c1738f2c4b96f22e4863322d (patch) | |
tree | 697733f5cb713908dcf378e13fd15a798a906a91 /dev-python/python-application | |
parent | f65628136faa35d0c4d3b5e7332275c7b35fcd96 (diff) |
gentoo resync : 18.11.2018
Diffstat (limited to 'dev-python/python-application')
-rw-r--r-- | dev-python/python-application/Manifest | 3 | ||||
-rw-r--r-- | dev-python/python-application/metadata.xml | 29 | ||||
-rw-r--r-- | dev-python/python-application/python-application-2.1.0.ebuild | 17 |
3 files changed, 0 insertions, 49 deletions
diff --git a/dev-python/python-application/Manifest b/dev-python/python-application/Manifest deleted file mode 100644 index 4abce6f9c8de..000000000000 --- a/dev-python/python-application/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST python-application-2.1.0.tar.gz 49045 BLAKE2B 32b3a5e20d5aed21a399651ab8ac8c2b335b3f3076a1de688057851a883afd0d4454c34390e7a0688f0bbb716dff8a321481a509eaa3ae92daf3635ef6236d62 SHA512 54bf7c2257d84d213af5c1c192ea87c30a4c54ec5c334e3dcf4d536e610ffe9f56073b033807818c639b4e2585c38b87d6c7405f33b1ab45158fc6613d75c4c7 -EBUILD python-application-2.1.0.ebuild 381 BLAKE2B e05aebcea19d434c7b87b70a96c06e9aa3d190ea85e845931844fde939d57f19cc415ef3271affdefad27aee7b2624edff4e4f5b3df5d460457aa5c1aa71252f SHA512 a4ed655a2455d78b98ea893b5a992eb1fecab93a63d903c14d7ff4c636a5d5d559874929184bcaa0b25d1404387f7fc0ccecf72fd5f335195017399fa4d25984 -MISC metadata.xml 1284 BLAKE2B c48df5628c15a6d309dda0d21f36c699240a9d903fc21b37c8cc464612e19c3417a249d4a1670add02d66f3f7bb10809a487e7cb94ba59c0caf5eefe3ccd424d SHA512 a40bb81f3a76e9d3012ce5aa6a49f0671c5449856afaeb278f4b7bd32eceaf63cdce667d81385fdcab7af4180f80e46f9123a71140829e5f2d6388b73d919fb1 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> 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 index 77319b3cfa47..000000000000 --- a/dev-python/python-application/python-application-2.1.0.ebuild +++ /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" |