[gentoo-commits] repo/gentoo:master commit in: dev-python/stomp-py/

2024-03-06 Thread Marek Szuba
commit: f9b79bb9c58f2092a4429a4634e3d3fbfa0b9e91
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Mar  6 16:52:18 2024 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Mar  6 17:37:31 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9b79bb9

dev-python/stomp-py: enable py3.12

Signed-off-by: Marek Szuba  gentoo.org>

 dev-python/stomp-py/stomp-py-8.1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/stomp-py/stomp-py-8.1.0.ebuild 
b/dev-python/stomp-py/stomp-py-8.1.0.ebuild
index 828f25bdd8d7..efea6287b7db 100644
--- a/dev-python/stomp-py/stomp-py-8.1.0.ebuild
+++ b/dev-python/stomp-py/stomp-py-8.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -6,7 +6,7 @@ EAPI=8
 DISTUTILS_USE_PEP517=poetry
 PYPI_NO_NORMALIZE=1
 PYPI_PN=${PN/-/.}
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 pypi
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/stomp-py/

2023-04-08 Thread Michał Górny
commit: 03b83cfcee6477b55e3c0e2154e27a903c66d320
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr  8 12:24:07 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr  8 12:24:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03b83cfc

dev-python/stomp-py: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/stomp-py/Manifest  |  1 -
 dev-python/stomp-py/stomp-py-8.0.1.ebuild | 32 ---
 2 files changed, 33 deletions(-)

diff --git a/dev-python/stomp-py/Manifest b/dev-python/stomp-py/Manifest
index e102c44a5334..7534972635f4 100644
--- a/dev-python/stomp-py/Manifest
+++ b/dev-python/stomp-py/Manifest
@@ -1,2 +1 @@
-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

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..
--- 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="

[gentoo-commits] repo/gentoo:master commit in: dev-python/stomp-py/

2023-04-08 Thread Arthur Zamarin
commit: f4b300477105652397bf7a1216b120dd88ddc945
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Apr  8 09:47:54 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Apr  8 09:47:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4b30047

dev-python/stomp-py: Stabilize 8.1.0 ALLARCHES, #903824

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/stomp-py/stomp-py-8.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/stomp-py/stomp-py-8.1.0.ebuild 
b/dev-python/stomp-py/stomp-py-8.1.0.ebuild
index a779d1c0f9e0..828f25bdd8d7 100644
--- a/dev-python/stomp-py/stomp-py-8.1.0.ebuild
+++ b/dev-python/stomp-py/stomp-py-8.1.0.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://pypi.org/project/stomp.py/ 
https://github.com/jasonrbriggs/sto
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 RDEPEND="

[gentoo-commits] repo/gentoo:master commit in: dev-python/stomp-py/

2023-03-25 Thread Michał Górny
commit: be29708d9b8ffe96febb46a677577d1c576c9d43
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 24 13:53:56 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 25 17:18:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be29708d

dev-python/stomp-py: Use pypi.eclass

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/stomp-py/stomp-py-8.1.0.ebuild | 10 +++---
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/dev-python/stomp-py/stomp-py-8.1.0.ebuild 
b/dev-python/stomp-py/stomp-py-8.1.0.ebuild
index 2aaf49e80681..a779d1c0f9e0 100644
--- a/dev-python/stomp-py/stomp-py-8.1.0.ebuild
+++ b/dev-python/stomp-py/stomp-py-8.1.0.ebuild
@@ -4,16 +4,14 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=poetry
+PYPI_NO_NORMALIZE=1
+PYPI_PN=${PN/-/.}
 PYTHON_COMPAT=( python3_{9..11} )
 
-inherit distutils-r1
-
-MY_PN="${PN//-/.}"
-MY_P="${MY_PN}-${PV}"
+inherit distutils-r1 pypi
 
 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"
@@ -21,8 +19,6 @@ KEYWORDS="~amd64"
 
 RDEPEND="

[gentoo-commits] repo/gentoo:master commit in: dev-python/stomp-py/

2023-02-27 Thread Marek Szuba
commit: 32c66d8a84bbf34e0dbaa4e0da8b05421a30005c
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Feb 27 09:56:43 2023 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Feb 27 10:01:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32c66d8a

dev-python/stomp-py: add 8.1.0

Closes: https://bugs.gentoo.org/896894
Signed-off-by: Marek Szuba  gentoo.org>

 dev-python/stomp-py/Manifest  |  1 +
 dev-python/stomp-py/stomp-py-8.1.0.ebuild | 33 +++
 2 files changed, 34 insertions(+)

diff --git a/dev-python/stomp-py/Manifest b/dev-python/stomp-py/Manifest
index 110bda934ae0..e102c44a5334 100644
--- a/dev-python/stomp-py/Manifest
+++ b/dev-python/stomp-py/Manifest
@@ -1 +1,2 @@
 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

diff --git a/dev-python/stomp-py/stomp-py-8.1.0.ebuild 
b/dev-python/stomp-py/stomp-py-8.1.0.ebuild
new file mode 100644
index ..2aaf49e80681
--- /dev/null
+++ b/dev-python/stomp-py/stomp-py-8.1.0.ebuild
@@ -0,0 +1,33 @@
+# 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..11} )
+
+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="

[gentoo-commits] repo/gentoo:master commit in: dev-python/stomp-py/

2022-06-06 Thread Michał Górny
commit: 28121d0eaa7a81154025fb5805570774a1df7f0c
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun  6 11:28:32 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun  6 11:28:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28121d0e

dev-python/stomp-py: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/stomp-py/Manifest  |  1 -
 dev-python/stomp-py/stomp-py-8.0.0.ebuild | 32 ---
 2 files changed, 33 deletions(-)

diff --git a/dev-python/stomp-py/Manifest b/dev-python/stomp-py/Manifest
index b0efe4826ac1..110bda934ae0 100644
--- a/dev-python/stomp-py/Manifest
+++ b/dev-python/stomp-py/Manifest
@@ -1,2 +1 @@
-DIST stomp.py-8.0.0.tar.gz 35146 BLAKE2B 
65f15e0145e1fc48d4f9ccf37ce81f1f7464e9179d63d6f22e96dd99ce35692dbcb6056730c35255428b0ccf0d744debc39e2c12e6e2b6675ac20c7ec0ff3efd
 SHA512 
068694e9bc42e45dd769275296a1ea817153cb0318b08377be5e0b9563989a83bff35c4bc424e00939b7521938aa34f485401f07a8a51c3d9a90eea3f00c1ea1
 DIST stomp.py-8.0.1.tar.gz 35300 BLAKE2B 
12209e99066fb5bb1f3015398f5eb27186322ce9d92feca46adc4d275aff1d5138908da69abe3be512325bd30a3a21773886ba5fa21917c71d13bc53b0977de4
 SHA512 
009189cd07c379641c9fa3b3af1df70c9e26b77bbb6d2443a78b56ff9895b4382e90a753db83f4a863fae5ef5765c660d2f82ef14ab6e74817bc83e7ea8ba6d3

diff --git a/dev-python/stomp-py/stomp-py-8.0.0.ebuild 
b/dev-python/stomp-py/stomp-py-8.0.0.ebuild
deleted file mode 100644
index bd1012a4f420..
--- a/dev-python/stomp-py/stomp-py-8.0.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{8..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="

[gentoo-commits] repo/gentoo:master commit in: dev-python/stomp-py/

2022-06-06 Thread Jakov Smolić
commit: 841f0c2bab94cdca6b955ef91175b4e40031b5b9
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Jun  6 10:21:30 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Jun  6 10:21:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=841f0c2b

dev-python/stomp-py: Stabilize 8.0.1 ALLARCHES, #850031

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/stomp-py/stomp-py-8.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/stomp-py/stomp-py-8.0.1.ebuild 
b/dev-python/stomp-py/stomp-py-8.0.1.ebuild
index 9b841f321106..bd1012a4f420 100644
--- a/dev-python/stomp-py/stomp-py-8.0.1.ebuild
+++ b/dev-python/stomp-py/stomp-py-8.0.1.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}"/${MY_P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 RDEPEND="

[gentoo-commits] repo/gentoo:master commit in: dev-python/stomp-py/

2022-05-02 Thread Arthur Zamarin
commit: 15395cf92796525b358e3fe20621a292cbfe1da7
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon May  2 18:41:35 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon May  2 19:15:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15395cf9

dev-python/stomp-py: add 8.0.1

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/stomp-py/Manifest  |  1 +
 dev-python/stomp-py/stomp-py-8.0.1.ebuild | 32 +++
 2 files changed, 33 insertions(+)

diff --git a/dev-python/stomp-py/Manifest b/dev-python/stomp-py/Manifest
index 612c26af9fc0..b0efe4826ac1 100644
--- a/dev-python/stomp-py/Manifest
+++ b/dev-python/stomp-py/Manifest
@@ -1 +1,2 @@
 DIST stomp.py-8.0.0.tar.gz 35146 BLAKE2B 
65f15e0145e1fc48d4f9ccf37ce81f1f7464e9179d63d6f22e96dd99ce35692dbcb6056730c35255428b0ccf0d744debc39e2c12e6e2b6675ac20c7ec0ff3efd
 SHA512 
068694e9bc42e45dd769275296a1ea817153cb0318b08377be5e0b9563989a83bff35c4bc424e00939b7521938aa34f485401f07a8a51c3d9a90eea3f00c1ea1
+DIST stomp.py-8.0.1.tar.gz 35300 BLAKE2B 
12209e99066fb5bb1f3015398f5eb27186322ce9d92feca46adc4d275aff1d5138908da69abe3be512325bd30a3a21773886ba5fa21917c71d13bc53b0977de4
 SHA512 
009189cd07c379641c9fa3b3af1df70c9e26b77bbb6d2443a78b56ff9895b4382e90a753db83f4a863fae5ef5765c660d2f82ef14ab6e74817bc83e7ea8ba6d3

diff --git a/dev-python/stomp-py/stomp-py-8.0.1.ebuild 
b/dev-python/stomp-py/stomp-py-8.0.1.ebuild
new file mode 100644
index ..9b841f321106
--- /dev/null
+++ b/dev-python/stomp-py/stomp-py-8.0.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{8..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="

[gentoo-commits] repo/gentoo:master commit in: dev-python/stomp-py/

2022-03-15 Thread Michał Górny
commit: c34b44242a780bba6487441d4115bde1da254706
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar 15 14:23:34 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar 15 14:23:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c34b4424

dev-python/stomp-py: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/stomp-py/Manifest  |  1 -
 dev-python/stomp-py/stomp-py-7.0.0.ebuild | 33 ---
 2 files changed, 34 deletions(-)

diff --git a/dev-python/stomp-py/Manifest b/dev-python/stomp-py/Manifest
index bd43186b3713..612c26af9fc0 100644
--- a/dev-python/stomp-py/Manifest
+++ b/dev-python/stomp-py/Manifest
@@ -1,2 +1 @@
-DIST stomp.py-7.0.0.tar.gz 34772 BLAKE2B 
838ee5ebf520bcf0c65d89b00e94c8cadb77204a4d387fa0261b8b8046d123d436fe587481c9a3db9d515b11fcdf246993c955834ff18b9161ff3355341caa3a
 SHA512 
2cce1803125bb60c98ebf7c58c27130a13a2c42c0135e590752fae7a13a82edf3337c85f6ec2fb050e9ece0d3dc604a526610445a1a410fbe440ac8596608f34
 DIST stomp.py-8.0.0.tar.gz 35146 BLAKE2B 
65f15e0145e1fc48d4f9ccf37ce81f1f7464e9179d63d6f22e96dd99ce35692dbcb6056730c35255428b0ccf0d744debc39e2c12e6e2b6675ac20c7ec0ff3efd
 SHA512 
068694e9bc42e45dd769275296a1ea817153cb0318b08377be5e0b9563989a83bff35c4bc424e00939b7521938aa34f485401f07a8a51c3d9a90eea3f00c1ea1

diff --git a/dev-python/stomp-py/stomp-py-7.0.0.ebuild 
b/dev-python/stomp-py/stomp-py-7.0.0.ebuild
deleted file mode 100644
index 4c4d32b8d5cc..
--- a/dev-python/stomp-py/stomp-py-7.0.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..10} )
-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="

[gentoo-commits] repo/gentoo:master commit in: dev-python/stomp-py/

2022-03-15 Thread Jakov Smolić
commit: c09ec71c52b5d5f0d9b4627576dc7363fe4979c6
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Mar 15 13:28:01 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Mar 15 13:30:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c09ec71c

dev-python/stomp-py: Stabilize 8.0.0 ALLARCHES, #835295

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/stomp-py/stomp-py-8.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/stomp-py/stomp-py-8.0.0.ebuild 
b/dev-python/stomp-py/stomp-py-8.0.0.ebuild
index 9b841f321106..bd1012a4f420 100644
--- a/dev-python/stomp-py/stomp-py-8.0.0.ebuild
+++ b/dev-python/stomp-py/stomp-py-8.0.0.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}"/${MY_P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 RDEPEND="

[gentoo-commits] repo/gentoo:master commit in: dev-python/stomp-py/

2022-02-10 Thread Arthur Zamarin
commit: a1de25aab10586750a82309884a48725f2560132
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Feb 10 21:04:46 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Feb 10 21:10:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1de25aa

dev-python/stomp-py: add 8.0.0

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/stomp-py/Manifest  |  1 +
 dev-python/stomp-py/stomp-py-8.0.0.ebuild | 32 +++
 2 files changed, 33 insertions(+)

diff --git a/dev-python/stomp-py/Manifest b/dev-python/stomp-py/Manifest
index bc1c22041fcd..bd43186b3713 100644
--- a/dev-python/stomp-py/Manifest
+++ b/dev-python/stomp-py/Manifest
@@ -1 +1,2 @@
 DIST stomp.py-7.0.0.tar.gz 34772 BLAKE2B 
838ee5ebf520bcf0c65d89b00e94c8cadb77204a4d387fa0261b8b8046d123d436fe587481c9a3db9d515b11fcdf246993c955834ff18b9161ff3355341caa3a
 SHA512 
2cce1803125bb60c98ebf7c58c27130a13a2c42c0135e590752fae7a13a82edf3337c85f6ec2fb050e9ece0d3dc604a526610445a1a410fbe440ac8596608f34
+DIST stomp.py-8.0.0.tar.gz 35146 BLAKE2B 
65f15e0145e1fc48d4f9ccf37ce81f1f7464e9179d63d6f22e96dd99ce35692dbcb6056730c35255428b0ccf0d744debc39e2c12e6e2b6675ac20c7ec0ff3efd
 SHA512 
068694e9bc42e45dd769275296a1ea817153cb0318b08377be5e0b9563989a83bff35c4bc424e00939b7521938aa34f485401f07a8a51c3d9a90eea3f00c1ea1

diff --git a/dev-python/stomp-py/stomp-py-8.0.0.ebuild 
b/dev-python/stomp-py/stomp-py-8.0.0.ebuild
new file mode 100644
index ..9b841f321106
--- /dev/null
+++ b/dev-python/stomp-py/stomp-py-8.0.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{8..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="

[gentoo-commits] repo/gentoo:master commit in: dev-python/stomp-py/

2021-06-14 Thread Michał Górny
commit: a4822f5d08e87408c222366caf3aef26bb280566
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun 15 05:38:45 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun 15 05:38:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4822f5d

dev-python/stomp-py: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/stomp-py/Manifest  |  1 -
 dev-python/stomp-py/stomp-py-6.1.0.ebuild | 33 ---
 2 files changed, 34 deletions(-)

diff --git a/dev-python/stomp-py/Manifest b/dev-python/stomp-py/Manifest
index aff0d9f2684..bc1c22041fc 100644
--- a/dev-python/stomp-py/Manifest
+++ b/dev-python/stomp-py/Manifest
@@ -1,2 +1 @@
-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

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 bbf0a20a46a..000
--- 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="

[gentoo-commits] repo/gentoo:master commit in: dev-python/stomp-py/

2021-06-14 Thread Sam James
commit: 058a9436ae45c484d86def728796ae7b72cced72
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 15 05:23:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun 15 05:23:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=058a9436

dev-python/stomp-py: Stabilize 7.0.0 ALLARCHES, #796113

Signed-off-by: Sam James  gentoo.org>

 dev-python/stomp-py/stomp-py-7.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 394f084db63..4c4d32b8d5c 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="

[gentoo-commits] repo/gentoo:master commit in: dev-python/stomp-py/

2021-05-14 Thread Marek Szuba
commit: fc905578815ccf7313779862caa16a4b0142582a
Author: Marek Szuba  gentoo  org>
AuthorDate: Fri May 14 18:38:54 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Fri May 14 18:41:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc905578

dev-python/stomp-py: support python3_10

Builds and installs fine, having manually run the test suite it
fails in exactly the same places as for older Python versions, and my
own script for pulling data from ActiveMQ using this module works fine
under 3.10 as well.

Signed-off-by: Marek Szuba  gentoo.org>

 dev-python/stomp-py/stomp-py-7.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 3174c667421..394f084db63 100644
--- a/dev-python/stomp-py/stomp-py-7.0.0.ebuild
+++ b/dev-python/stomp-py/stomp-py-7.0.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{7..10} )
 DISTUTILS_USE_SETUPTOOLS="pyproject.toml"
 
 inherit distutils-r1



[gentoo-commits] repo/gentoo:master commit in: dev-python/stomp-py/

2021-05-14 Thread Marek Szuba
commit: bb3520a86b51deb4c0492082092163a505e7ee8d
Author: Marek Szuba  gentoo  org>
AuthorDate: Fri May 14 17:24:43 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Fri May 14 17:31:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb3520a8

dev-python/stomp-py: add 7.0.0

Nb. ready for python3_10 support, will add it as soon as
dev-python/docopt has been updated for this as well.

Signed-off-by: Marek Szuba  gentoo.org>

 dev-python/stomp-py/Manifest  |  1 +
 dev-python/stomp-py/stomp-py-7.0.0.ebuild | 33 +++
 2 files changed, 34 insertions(+)

diff --git a/dev-python/stomp-py/Manifest b/dev-python/stomp-py/Manifest
index 36c72ae4158..aff0d9f2684 100644
--- a/dev-python/stomp-py/Manifest
+++ b/dev-python/stomp-py/Manifest
@@ -1 +1,2 @@
 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

diff --git a/dev-python/stomp-py/stomp-py-7.0.0.ebuild 
b/dev-python/stomp-py/stomp-py-7.0.0.ebuild
new file mode 100644
index 000..3174c667421
--- /dev/null
+++ b/dev-python/stomp-py/stomp-py-7.0.0.ebuild
@@ -0,0 +1,33 @@
+# 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="

[gentoo-commits] repo/gentoo:master commit in: dev-python/stomp-py/

2021-05-13 Thread Sam James
commit: 8aabe380c963b8d3e7ea8851c6a7e166e61871e1
Author: Sam James  gentoo  org>
AuthorDate: Thu May 13 18:54:43 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May 13 18:54:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8aabe380

dev-python/stomp-py: Stabilize 6.1.0 ALLARCHES, #789990

Signed-off-by: Sam James  gentoo.org>

 dev-python/stomp-py/stomp-py-6.1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/stomp-py/stomp-py-6.1.0.ebuild 
b/dev-python/stomp-py/stomp-py-6.1.0.ebuild
index 43324414a60..bbf0a20a46a 100644
--- a/dev-python/stomp-py/stomp-py-6.1.0.ebuild
+++ b/dev-python/stomp-py/stomp-py-6.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -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="

[gentoo-commits] repo/gentoo:master commit in: dev-python/stomp-py/

2021-05-13 Thread Marek Szuba
commit: d1e8ef556edbd9af44dd16a7dcbe73aab56162f5
Author: Marek Szuba  gentoo  org>
AuthorDate: Thu May 13 15:44:51 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Thu May 13 15:45:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1e8ef55

dev-python/stomp-py: metadata: tag as stabilize-allarches

A pure-Python module.

Signed-off-by: Marek Szuba  gentoo.org>

 dev-python/stomp-py/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/stomp-py/metadata.xml b/dev-python/stomp-py/metadata.xml
index 53838ba131f..57331ba1ba4 100644
--- a/dev-python/stomp-py/metadata.xml
+++ b/dev-python/stomp-py/metadata.xml
@@ -5,6 +5,7 @@
mare...@gentoo.org
Marek Szuba

+   

stomp.py
jasonrbriggs/stomp.py



[gentoo-commits] repo/gentoo:master commit in: dev-python/stomp-py/

2020-12-14 Thread Marek Szuba
commit: 2dffe5c65439921204cee6759c87967144b97ff8
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Dec 14 18:41:34 2020 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Dec 14 18:47:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dffe5c6

dev-python/stomp-py: new package

Python STOMP client library + CLI tool. No tests because running them
requires either Docker or carefully setting up several different
messaging servers. May or may not support pypy3, for the time being
this is blocked by dev-python/docopt.

Signed-off-by: Marek Szuba  gentoo.org>

 dev-python/stomp-py/Manifest  |  1 +
 dev-python/stomp-py/metadata.xml  | 12 +++
 dev-python/stomp-py/stomp-py-6.1.0.ebuild | 33 +++
 3 files changed, 46 insertions(+)

diff --git a/dev-python/stomp-py/Manifest b/dev-python/stomp-py/Manifest
new file mode 100644
index 000..36c72ae4158
--- /dev/null
+++ b/dev-python/stomp-py/Manifest
@@ -0,0 +1 @@
+DIST stomp.py-6.1.0.tar.gz 34690 BLAKE2B 
bf7ec2899be25bdc373e7d0d73281a6c4aa8b91a05e6ede263f0f9498b2ba3b9bd2c90b0fe472664c930dadf68ccaf09c74b69e7270259c3959396edff04e07b
 SHA512 
73284b5dac8b9ef0d1251cc1059c4b1a545018a39498303d211fd165f0fb80439f2e01f82e18644cfd5d77a4badedcbced57d184ffc7c19f57945e5262f2394a

diff --git a/dev-python/stomp-py/metadata.xml b/dev-python/stomp-py/metadata.xml
new file mode 100644
index 000..53838ba131f
--- /dev/null
+++ b/dev-python/stomp-py/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   mare...@gentoo.org
+   Marek Szuba
+   
+   
+   stomp.py
+   jasonrbriggs/stomp.py
+   
+

diff --git a/dev-python/stomp-py/stomp-py-6.1.0.ebuild 
b/dev-python/stomp-py/stomp-py-6.1.0.ebuild
new file mode 100644
index 000..43324414a60
--- /dev/null
+++ b/dev-python/stomp-py/stomp-py-6.1.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 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="