summaryrefslogtreecommitdiff
path: root/dev-python/stomp-py
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-06-15 14:57:03 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-06-15 14:57:03 +0100
commitd18bf1e01b65ee4bf0c804e2843b282d3d4e5d7c (patch)
tree4a95cbc6ffdf13bad6ecbc7f8d5af99631984123 /dev-python/stomp-py
parente748ba9741f6540f4675c23e3e37b73e822c13a4 (diff)
gentoo resync : 15.06.2021
Diffstat (limited to 'dev-python/stomp-py')
-rw-r--r--dev-python/stomp-py/Manifest4
-rw-r--r--dev-python/stomp-py/stomp-py-6.1.0.ebuild33
-rw-r--r--dev-python/stomp-py/stomp-py-7.0.0.ebuild2
3 files changed, 2 insertions, 37 deletions
diff --git a/dev-python/stomp-py/Manifest b/dev-python/stomp-py/Manifest
index 2333d766c6d9..f07f5c5f06e0 100644
--- a/dev-python/stomp-py/Manifest
+++ b/dev-python/stomp-py/Manifest
@@ -1,5 +1,3 @@
-DIST stomp.py-6.1.0.tar.gz 34690 BLAKE2B bf7ec2899be25bdc373e7d0d73281a6c4aa8b91a05e6ede263f0f9498b2ba3b9bd2c90b0fe472664c930dadf68ccaf09c74b69e7270259c3959396edff04e07b SHA512 73284b5dac8b9ef0d1251cc1059c4b1a545018a39498303d211fd165f0fb80439f2e01f82e18644cfd5d77a4badedcbced57d184ffc7c19f57945e5262f2394a
DIST stomp.py-7.0.0.tar.gz 34772 BLAKE2B 838ee5ebf520bcf0c65d89b00e94c8cadb77204a4d387fa0261b8b8046d123d436fe587481c9a3db9d515b11fcdf246993c955834ff18b9161ff3355341caa3a SHA512 2cce1803125bb60c98ebf7c58c27130a13a2c42c0135e590752fae7a13a82edf3337c85f6ec2fb050e9ece0d3dc604a526610445a1a410fbe440ac8596608f34
-EBUILD stomp-py-6.1.0.ebuild 1074 BLAKE2B 255e9e9e9642db5313e8272bd746734f3fcbbd6c5a57513a3161973c41fe189204ef437ed2512348904937a1c3b59d2b01bb00fd74423e868aca5db9bcae07d7 SHA512 0a8515aaa521554bc2d330baa9e8bae6b5fc2610228fc5cc6731518d5d006fe69def92c0036e3c7ca3d18e420dda2328529d9a4ab07cabeb9fa8f8a9be54c26a
-EBUILD stomp-py-7.0.0.ebuild 1076 BLAKE2B e1101e18f7f564efe1ad1b4e2345ee843b982b2b4b90aff4165d6413fff301b8ff1a8c37ef530eeef056f46f9168074d115fdad07ea46b0cfd4ca3176e5b522d SHA512 7ae566502bdfb15faaa368f001b80adf808f5ddcf31dc0aed978e2112a960889c3f787027f56820ed3660ec221d9e4cd0ec8c71d6883e3ff22a881874f2ec639
+EBUILD stomp-py-7.0.0.ebuild 1075 BLAKE2B ce14e17cd9e37284be51ba6dd680d57bd79f676811079ee5b8e3eeb831e85025cae31d24d8d5d1bc74ff510c585f4cfaba13c5631e8b406b1c539de4b42bc040 SHA512 0df97efee9a7ff526b4b8c69c5cc0c6e5e0e6c810fa302208c85f65894b3ab0a1e87e6047da1ca87cb68f98cadfc1478cb5f82c7ba59f326e0c5a891e3f8055d
MISC metadata.xml 401 BLAKE2B 5389f4b1d74ff0cb071a2b8fd823902201ba27142dfe1c5506a4e66d99f382cb7439b26de51bc549c40e065067523040621a393574595c4ea8eebe9d130f0895 SHA512 559a80bd20cb399c72006260d3bcaf52fe65dac71eabe77097b772168d8ffef5a9c5619587c7f0563f0193232635c72795d4cdbb7234cd00d93054738c334351
diff --git a/dev-python/stomp-py/stomp-py-6.1.0.ebuild b/dev-python/stomp-py/stomp-py-6.1.0.ebuild
deleted file mode 100644
index bbf0a20a46a9..000000000000
--- a/dev-python/stomp-py/stomp-py-6.1.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-DISTUTILS_USE_SETUPTOOLS="pyproject.toml"
-
-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"
-
-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 6.1.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"
-
-S="${WORKDIR}"/${MY_P}
diff --git a/dev-python/stomp-py/stomp-py-7.0.0.ebuild b/dev-python/stomp-py/stomp-py-7.0.0.ebuild
index 394f084db633..4c4d32b8d5cc 100644
--- a/dev-python/stomp-py/stomp-py-7.0.0.ebuild
+++ b/dev-python/stomp-py/stomp-py-7.0.0.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
RDEPEND="<dev-python/docopt-0.7.0[${PYTHON_USEDEP}]"