summaryrefslogtreecommitdiff
path: root/dev-python/locustio
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-04-12 03:41:30 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-04-12 03:41:30 +0100
commit623ee73d661e5ed8475cb264511f683407d87365 (patch)
tree993eb27c93ec7a2d2d19550300d888fc1fed9e69 /dev-python/locustio
parentceeeb463cc1eef97fd62eaee8bf2196ba04bc384 (diff)
gentoo Easter resync : 12.04.2020
Diffstat (limited to 'dev-python/locustio')
-rw-r--r--dev-python/locustio/Manifest3
-rw-r--r--dev-python/locustio/locustio-0.9.0.ebuild38
-rw-r--r--dev-python/locustio/metadata.xml12
3 files changed, 0 insertions, 53 deletions
diff --git a/dev-python/locustio/Manifest b/dev-python/locustio/Manifest
deleted file mode 100644
index 03e46f707a89..000000000000
--- a/dev-python/locustio/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST locustio-0.9.0.tar.gz 226870 BLAKE2B 595042f110f08ddb6bfdb9642f91448a0fb7229fcffcaa1392fdb351ac5106304e2743801134f4f87fab68b8f098122c88cdedb10566ed70035480ad69755e58 SHA512 9c51fa3af784b4b653fa5f55623ef8ec5eb6a94b8f3eacab97deeb7f5805a96b5467344d653a8916975f547d5a7a7ff63c83ffb8c289e805ccd5bb577aac04d7
-EBUILD locustio-0.9.0.ebuild 969 BLAKE2B 5e00df9f31cf06422ab99572e5abbc1951f25e7c5ed0bdbbb6873ed8e3372ebae421e3cd8313af35434156cf65c27062343cbafac21eb06761c4e10f6012f9e9 SHA512 f893a42cabc1942e7b0f7f36b64deaae383f60835530157c77155817cfdbab282e3ac0aee5842ba41d8296f50c91cde9707a27b9fa213ac7c4c583ba3426389a
-MISC metadata.xml 366 BLAKE2B a5b3f35409c984368b5fa0b7ce3713ead52af9bdb0dae2c18f4224e7c8b392eadf6350471ee4e928b7e39aa82ffdb8ca5b755562073430313357d1ff1e2c6573 SHA512 bfa39e9bf81a8fa9f1ac9fbd635daecbd3856a240bbeccaa8ee9afc632a21c07ccb2b5a6afd15008a828d2ca7fdacdc0825c2381636888a4f044f2ac0c5c311c
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>