diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-01-15 15:51:32 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-01-15 15:51:32 +0000 |
commit | 21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch) | |
tree | e1810a4b135afce04b34862ef0fab2bfaeb8aeca /dev-python/louie | |
parent | 7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff) |
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-python/louie')
-rw-r--r-- | dev-python/louie/Manifest | 3 | ||||
-rw-r--r-- | dev-python/louie/louie-1.1-r1.ebuild | 33 | ||||
-rw-r--r-- | dev-python/louie/metadata.xml | 11 |
3 files changed, 0 insertions, 47 deletions
diff --git a/dev-python/louie/Manifest b/dev-python/louie/Manifest deleted file mode 100644 index ff7f6723ceb0..000000000000 --- a/dev-python/louie/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST Louie-1.1.tar.gz 22306 BLAKE2B e7cd79003113f235e4058f60ec71325dd9bad6082aa66bb115e3adde3e75528fff170df5e547355871f9aaf49393bd89e1da7abc2df598132016e8f0b324d8a6 SHA512 4f5426da4bfbf7a5928007a82e155414e7db9d466397eb9cba6a5fcfddccf4bd162071e5d551fb6ffd41f0b780097a89eea6c268e2d4fb32264683f796d85ec0 -EBUILD louie-1.1-r1.ebuild 721 BLAKE2B 3eccf1986254bbb43e72256a757692ad556faa38dabe5aac246b35d5a4e25b8b8fbf1ac978cabcf9fe43213607a73bf6779b5a87df2b77d81056c0a943cc391a SHA512 fad9ce7d9d36f69cb84eefa7d3613459598fac4280ad696db2412b345af9f9c28d6c98736675e7a74e60a60e413fd090ee2a028313877c35f94d106d91291923 -MISC metadata.xml 308 BLAKE2B f3d2320a61138ae287468fddb81dca0fd3a12500c95f0148ee2c4e67437353cba3198f1560c296a0bbcf985156b183a98e5179ca7da668444911b890903a4da8 SHA512 6559bcc872bf9bfdb5fb0bb7b3f8b61dc0bbba13fe726aa00bd316dcae42c13d2eeb887cd77168810ca6333e442a9deb82cc9de3fd7f2bd66bfea662287e63ed diff --git a/dev-python/louie/louie-1.1-r1.ebuild b/dev-python/louie/louie-1.1-r1.ebuild deleted file mode 100644 index 006482054fcf..000000000000 --- a/dev-python/louie/louie-1.1-r1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="Signal dispatching mechanism for Python" -HOMEPAGE="https://pypi.org/project/Louie/" -SRC_URI="mirror://pypi/L/${PN^}/${P^}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ppc ppc64 sparc x86" -IUSE="test" -RESTRICT="!test? ( test )" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/nose[${PYTHON_USEDEP}] )" -RDEPEND="" - -S="${WORKDIR}/${P^}" - -python_prepare_all() { - sed -e "/'nose >= 0.8.3'/d" -i setup.py || die "sed failed" - distutils-r1_python_prepare_all -} - -python_test() { - nosetests || die "Tests fail with ${EPYTHON}" -} diff --git a/dev-python/louie/metadata.xml b/dev-python/louie/metadata.xml deleted file mode 100644 index 9ca525a62916..000000000000 --- a/dev-python/louie/metadata.xml +++ /dev/null @@ -1,11 +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> - <upstream> - <remote-id type="pypi">Louie</remote-id> - </upstream> -</pkgmetadata> |