summaryrefslogtreecommitdiff
path: root/dev-python/stomp-py
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-04-08 17:32:36 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-04-08 17:32:36 +0100
commit02f2b9c649c1687088b6ccb6d30b35f519f107cf (patch)
tree0465ff79d2692a3e01db8bb1ab412adbbf744854 /dev-python/stomp-py
parent74cd29ea4467291ea2c34971de87d6bdc21233e9 (diff)
gentoo auto-resync : 08:04:2023 - 17:32:35
Diffstat (limited to 'dev-python/stomp-py')
-rw-r--r--dev-python/stomp-py/Manifest2
-rw-r--r--dev-python/stomp-py/stomp-py-8.0.1.ebuild32
2 files changed, 0 insertions, 34 deletions
diff --git a/dev-python/stomp-py/Manifest b/dev-python/stomp-py/Manifest
index 58fab4276c0d..45054c43d66f 100644
--- a/dev-python/stomp-py/Manifest
+++ b/dev-python/stomp-py/Manifest
@@ -1,5 +1,3 @@
-DIST stomp.py-8.0.1.tar.gz 35300 BLAKE2B 12209e99066fb5bb1f3015398f5eb27186322ce9d92feca46adc4d275aff1d5138908da69abe3be512325bd30a3a21773886ba5fa21917c71d13bc53b0977de4 SHA512 009189cd07c379641c9fa3b3af1df70c9e26b77bbb6d2443a78b56ff9895b4382e90a753db83f4a863fae5ef5765c660d2f82ef14ab6e74817bc83e7ea8ba6d3
DIST stomp.py-8.1.0.tar.gz 39808 BLAKE2B c6efb19fbee81142f251c4bf4114b445878b81fa457260a306cb82ef5e9c57f0b75e3dc8cd6035676e688f1d33081cdf936ac6ccc0628819722849d60f4d8602 SHA512 7385842a23fbe6022c386489641948932e805430ce71c09079d9484fe17d02241ee705d92a1bcdf873eebcbacf68f44bbf884ea103c8963944b84758073fdac7
-EBUILD stomp-py-8.0.1.ebuild 1060 BLAKE2B db1a0c5ebb663559f586be366455e0ced04006fd1e875dee24f985f739d904a4c46c60bdfd95a40df7aad245ba1ae7440274621a7fb0ad08553ae53ac668b2ae SHA512 c612d9e59cd891b8b0172e10ac0a6730e2af5e6d038f0561ab4f49ede7e1e04cb6396f3b024df37de0588959551462a9b840f2b0620bdffd8c8858bc0b82bfc6
EBUILD stomp-py-8.1.0.ebuild 977 BLAKE2B 38e7d1d533af33d25251c08ddede1cc6974bcfcca0b0ecbc983239206e62d6fd9c21f819a8a96a3c38cf845ca9eaae695154f17bb53b7b5712973e63d67705d7 SHA512 b1301cfa745dda0da85cb8ad0b24be0c13fa84714070f1e45a83bf7ba085adeb1713238864e74e6e26ec5120fe13c4790c0b79c7a03c5c271dd331e7a53eb20e
MISC metadata.xml 402 BLAKE2B 2cca58b54cd707a4c0db87e034f4e6387e9243aabe392cd0046d11b6d2074c57285798db5a81d7f3f6854a9a43436a193678d384ccde45af0552bc50b26e77ba SHA512 770aac685fa99c5e3a01bab4864d6af4c9c810ad52c4f8a2a0c32a4303f0e5e9a1573d7ad6220737e6fa4093c5a1430fb2a7765a151bcd5aa9925e059d5bed41
diff --git a/dev-python/stomp-py/stomp-py-8.0.1.ebuild b/dev-python/stomp-py/stomp-py-8.0.1.ebuild
deleted file mode 100644
index 49382e320ab6..000000000000
--- a/dev-python/stomp-py/stomp-py-8.0.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{9..10} )
-
-inherit distutils-r1
-
-MY_PN="${PN//-/.}"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Python client library for the STOMP messaging protocol"
-HOMEPAGE="https://pypi.org/project/stomp.py/ https://github.com/jasonrbriggs/stomp.py/"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-S="${WORKDIR}"/${MY_P}
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64"
-
-RDEPEND="<dev-python/docopt-0.7.0[${PYTHON_USEDEP}]"
-
-# stomp.py test suite requires quite a few appropriately configured
-# messaging servers (as of 7.0.0: RabbitMQ, ActiveMQ, ActiveMQ Artemis,
-# stompserver). Upstream relies on Docker to provide those servers, however
-# doing the same in src_test would require both granting the portage user
-# extra permissions and packaging the base image (trying to download it
-# on the fly would violate the network sandbox).
-# Side note: PyPI tarballs do not include tests.
-RESTRICT="test"