diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-04-06 08:35:26 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-04-06 08:38:06 +0300 |
commit | 7622f900c65bed93baa22c98c8b09cce1af77e64 (patch) | |
tree | fdb9fda6b1291d0ed16223e0968f7ab337335890 /dev-python/locustio | |
parent | net-news/newsboat: unmaintain (diff) | |
download | gentoo-7622f900c65bed93baa22c98c8b09cce1af77e64.tar.gz gentoo-7622f900c65bed93baa22c98c8b09cce1af77e64.tar.bz2 gentoo-7622f900c65bed93baa22c98c8b09cce1af77e64.zip |
dev-python: mass last-rites removal
Closes: https://bugs.gentoo.org/711808
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'dev-python/locustio')
-rw-r--r-- | dev-python/locustio/Manifest | 1 | ||||
-rw-r--r-- | dev-python/locustio/locustio-0.9.0.ebuild | 38 | ||||
-rw-r--r-- | dev-python/locustio/metadata.xml | 12 |
3 files changed, 0 insertions, 51 deletions
diff --git a/dev-python/locustio/Manifest b/dev-python/locustio/Manifest deleted file mode 100644 index 6d1bf25652d4..000000000000 --- a/dev-python/locustio/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST locustio-0.9.0.tar.gz 226870 BLAKE2B 595042f110f08ddb6bfdb9642f91448a0fb7229fcffcaa1392fdb351ac5106304e2743801134f4f87fab68b8f098122c88cdedb10566ed70035480ad69755e58 SHA512 9c51fa3af784b4b653fa5f55623ef8ec5eb6a94b8f3eacab97deeb7f5805a96b5467344d653a8916975f547d5a7a7ff63c83ffb8c289e805ccd5bb577aac04d7 diff --git a/dev-python/locustio/locustio-0.9.0.ebuild b/dev-python/locustio/locustio-0.9.0.ebuild deleted file mode 100644 index 8195cc9dec4e..000000000000 --- a/dev-python/locustio/locustio-0.9.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_6 ) -inherit distutils-r1 - -DESCRIPTION="A python utility for doing easy, distributed load testing of a web site" -HOMEPAGE="https://locust.io/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="test" -RESTRICT="!test? ( test )" - -DEPEND="test? ( - dev-python/unittest2[${PYTHON_USEDEP}] - dev-python/mock[${PYTHON_USEDEP}] - )" -RDEPEND=">=dev-python/gevent-1.2.2[${PYTHON_USEDEP}] - >=dev-python/flask-0.10.1[${PYTHON_USEDEP}] - >=dev-python/pyzmq-16.0.2[${PYTHON_USEDEP}] - >=dev-python/requests-2.9.1[${PYTHON_USEDEP}] - >=dev-python/six-1.10.0[${PYTHON_USEDEP}] - >=dev-python/msgpack-0.4.2[${PYTHON_USEDEP}]" - -python_test() { - esetup.py test -} - -python_prepare_all() { - # allow useage of renamed msgpack - sed -i 's/"msgpack[^"]*"[, ]*//' setup.py || die - distutils-r1_python_prepare_all -} diff --git a/dev-python/locustio/metadata.xml b/dev-python/locustio/metadata.xml deleted file mode 100644 index 259d0153947c..000000000000 --- a/dev-python/locustio/metadata.xml +++ /dev/null @@ -1,12 +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">locustio</remote-id> - <remote-id type="github">locustio/locust</remote-id> - </upstream> -</pkgmetadata> |