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

2024-08-03 Thread Michał Górny
commit: 0ee319d98a3f996739cfd16e30f1c02029ace51c
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug  3 08:42:34 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug  3 08:44:39 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ee319d9

dev-python/nbxmpp: Remove old

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

 dev-python/nbxmpp/Manifest|  1 -
 dev-python/nbxmpp/nbxmpp-5.0.1.ebuild | 35 ---
 2 files changed, 36 deletions(-)

diff --git a/dev-python/nbxmpp/Manifest b/dev-python/nbxmpp/Manifest
index 624cb19f321c..2d7e465831c8 100644
--- a/dev-python/nbxmpp/Manifest
+++ b/dev-python/nbxmpp/Manifest
@@ -1,4 +1,3 @@
 DIST python-nbxmpp-4.5.4.tar.bz2 138170 BLAKE2B 
00a4919032dd29828dc735695afe9c0814a8fe2ec765a534257768896d9f27bc3a395275d546ad717bdd16c97161e8f0a8acaf43cdb7bd9404e40bc72f2c3da5
 SHA512 
fcaedae519d8cd2d52cc65721ab1e743569ba1cf7c29f2db41ed5671ba0f2c5b47f1f6d9521e1614e89e21512a4575c6788316cdb86936f0c4886d54c3831bb3
-DIST python-nbxmpp-5.0.1.tar.bz2 142702 BLAKE2B 
5459da538e3c05959c382e70fe8348b566333f4f68e76775b7bc8760f294ecc3bdb999124d1124bd5d7874af209f699eb4ffa1a15ce61ad70f98f235c70e98dd
 SHA512 
eb20df090ec61013e6f26288798aeb2f2d61eab493cb4a52d5097a85d6dab8c45f033f2064583af5bf3ed920be33107419a958b65df2cf13fcd8ea6ae3297adf
 DIST python-nbxmpp-5.0.2.tar.bz2 142857 BLAKE2B 
555370478aaafb24449b6147b4a80de5e300d1df83fe9e6fba87fa9e29eb09d51b16d74df63dbe6dd2c806a31bbd83e41eaf1a5261ba9b69996c10455bfbbcf8
 SHA512 
947fb4b47f98196becb0065898b51e7dcb6e3fbbc97cacd89641e4a57c5f310c9825029f5f54135f33d3e58b089d1063bf1e3d3af3cdc3ebf7dd9490d0277c92
 DIST python-nbxmpp-5.0.3.tar.bz2 142891 BLAKE2B 
5a73660357e0ce5056f34290e6b1148a4e36af82c88ace89a562b0a5675422d364047d16604856c5ac81a87a3f262651b65c97cff79fd95dad508a4a2977c15f
 SHA512 
ae433fe943dcc996bf10cb5c0cda70bd15b825fa40d7cb49a16e86476074dffa3b0f6a2286a03ef9bde11f572be447fc615ca157895de0dcba598ab74262b48a

diff --git a/dev-python/nbxmpp/nbxmpp-5.0.1.ebuild 
b/dev-python/nbxmpp/nbxmpp-5.0.1.ebuild
deleted file mode 100644
index b5d256e868ef..
--- a/dev-python/nbxmpp/nbxmpp-5.0.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
-
-inherit distutils-r1
-
-MY_P=python-nbxmpp-${PV}
-DESCRIPTION="Python library to use Jabber/XMPP networks in a non-blocking way"
-HOMEPAGE="
-   https://dev.gajim.org/gajim/python-nbxmpp/
-   https://pypi.org/project/nbxmpp/
-"
-SRC_URI="
-   
https://dev.gajim.org/gajim/python-nbxmpp/-/archive/${PV}/${MY_P}.tar.bz2
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 arm64 ~loong ~riscv x86"
-
-RDEPEND="
-   dev-libs/gobject-introspection
-   net-libs/libsoup:3.0[introspection]
-   dev-python/idna[${PYTHON_USEDEP}]
-   dev-python/packaging[${PYTHON_USEDEP}]
-   >=dev-python/precis-i18n-1.0.0[${PYTHON_USEDEP}]
-   >=dev-python/pygobject-3.42[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest



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

2024-08-03 Thread Jakov Smolić
commit: cb6b5b0ec04f2e03681174aa66f700cbc2241b97
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sat Aug  3 08:29:49 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sat Aug  3 08:29:49 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb6b5b0e

dev-python/nbxmpp: Stabilize 5.0.2 ALLARCHES, #937207

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

 dev-python/nbxmpp/nbxmpp-5.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/nbxmpp/nbxmpp-5.0.2.ebuild 
b/dev-python/nbxmpp/nbxmpp-5.0.2.ebuild
index 0299ed984918..b5d256e868ef 100644
--- a/dev-python/nbxmpp/nbxmpp-5.0.2.ebuild
+++ b/dev-python/nbxmpp/nbxmpp-5.0.2.ebuild
@@ -21,7 +21,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
+KEYWORDS="amd64 arm64 ~loong ~riscv x86"
 
 RDEPEND="
dev-libs/gobject-introspection



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

2024-07-29 Thread Michał Górny
commit: 55193bbde898245e597eaebc2acc023b34bbfd95
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul 30 02:30:18 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul 30 02:30:18 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55193bbd

dev-python/nbxmpp: Bump to 5.0.3

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

 dev-python/nbxmpp/Manifest|  1 +
 dev-python/nbxmpp/nbxmpp-5.0.3.ebuild | 35 +++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/nbxmpp/Manifest b/dev-python/nbxmpp/Manifest
index 13343f181b0b..624cb19f321c 100644
--- a/dev-python/nbxmpp/Manifest
+++ b/dev-python/nbxmpp/Manifest
@@ -1,3 +1,4 @@
 DIST python-nbxmpp-4.5.4.tar.bz2 138170 BLAKE2B 
00a4919032dd29828dc735695afe9c0814a8fe2ec765a534257768896d9f27bc3a395275d546ad717bdd16c97161e8f0a8acaf43cdb7bd9404e40bc72f2c3da5
 SHA512 
fcaedae519d8cd2d52cc65721ab1e743569ba1cf7c29f2db41ed5671ba0f2c5b47f1f6d9521e1614e89e21512a4575c6788316cdb86936f0c4886d54c3831bb3
 DIST python-nbxmpp-5.0.1.tar.bz2 142702 BLAKE2B 
5459da538e3c05959c382e70fe8348b566333f4f68e76775b7bc8760f294ecc3bdb999124d1124bd5d7874af209f699eb4ffa1a15ce61ad70f98f235c70e98dd
 SHA512 
eb20df090ec61013e6f26288798aeb2f2d61eab493cb4a52d5097a85d6dab8c45f033f2064583af5bf3ed920be33107419a958b65df2cf13fcd8ea6ae3297adf
 DIST python-nbxmpp-5.0.2.tar.bz2 142857 BLAKE2B 
555370478aaafb24449b6147b4a80de5e300d1df83fe9e6fba87fa9e29eb09d51b16d74df63dbe6dd2c806a31bbd83e41eaf1a5261ba9b69996c10455bfbbcf8
 SHA512 
947fb4b47f98196becb0065898b51e7dcb6e3fbbc97cacd89641e4a57c5f310c9825029f5f54135f33d3e58b089d1063bf1e3d3af3cdc3ebf7dd9490d0277c92
+DIST python-nbxmpp-5.0.3.tar.bz2 142891 BLAKE2B 
5a73660357e0ce5056f34290e6b1148a4e36af82c88ace89a562b0a5675422d364047d16604856c5ac81a87a3f262651b65c97cff79fd95dad508a4a2977c15f
 SHA512 
ae433fe943dcc996bf10cb5c0cda70bd15b825fa40d7cb49a16e86476074dffa3b0f6a2286a03ef9bde11f572be447fc615ca157895de0dcba598ab74262b48a

diff --git a/dev-python/nbxmpp/nbxmpp-5.0.3.ebuild 
b/dev-python/nbxmpp/nbxmpp-5.0.3.ebuild
new file mode 100644
index ..0299ed984918
--- /dev/null
+++ b/dev-python/nbxmpp/nbxmpp-5.0.3.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} )
+
+inherit distutils-r1
+
+MY_P=python-nbxmpp-${PV}
+DESCRIPTION="Python library to use Jabber/XMPP networks in a non-blocking way"
+HOMEPAGE="
+   https://dev.gajim.org/gajim/python-nbxmpp/
+   https://pypi.org/project/nbxmpp/
+"
+SRC_URI="
+   
https://dev.gajim.org/gajim/python-nbxmpp/-/archive/${PV}/${MY_P}.tar.bz2
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
+
+RDEPEND="
+   dev-libs/gobject-introspection
+   net-libs/libsoup:3.0[introspection]
+   dev-python/idna[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+   >=dev-python/precis-i18n-1.0.0[${PYTHON_USEDEP}]
+   >=dev-python/pygobject-3.42[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest



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

2024-07-19 Thread Michał Górny
commit: 72c3faa198cfd4d083e3a4ba89de1f7d3b95d7e1
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul 19 18:32:34 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul 19 19:56:13 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72c3faa1

dev-python/nbxmpp: Bump to 5.0.2

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

 dev-python/nbxmpp/Manifest|  1 +
 dev-python/nbxmpp/nbxmpp-5.0.2.ebuild | 35 +++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/nbxmpp/Manifest b/dev-python/nbxmpp/Manifest
index f2a0b2589cb9..13343f181b0b 100644
--- a/dev-python/nbxmpp/Manifest
+++ b/dev-python/nbxmpp/Manifest
@@ -1,2 +1,3 @@
 DIST python-nbxmpp-4.5.4.tar.bz2 138170 BLAKE2B 
00a4919032dd29828dc735695afe9c0814a8fe2ec765a534257768896d9f27bc3a395275d546ad717bdd16c97161e8f0a8acaf43cdb7bd9404e40bc72f2c3da5
 SHA512 
fcaedae519d8cd2d52cc65721ab1e743569ba1cf7c29f2db41ed5671ba0f2c5b47f1f6d9521e1614e89e21512a4575c6788316cdb86936f0c4886d54c3831bb3
 DIST python-nbxmpp-5.0.1.tar.bz2 142702 BLAKE2B 
5459da538e3c05959c382e70fe8348b566333f4f68e76775b7bc8760f294ecc3bdb999124d1124bd5d7874af209f699eb4ffa1a15ce61ad70f98f235c70e98dd
 SHA512 
eb20df090ec61013e6f26288798aeb2f2d61eab493cb4a52d5097a85d6dab8c45f033f2064583af5bf3ed920be33107419a958b65df2cf13fcd8ea6ae3297adf
+DIST python-nbxmpp-5.0.2.tar.bz2 142857 BLAKE2B 
555370478aaafb24449b6147b4a80de5e300d1df83fe9e6fba87fa9e29eb09d51b16d74df63dbe6dd2c806a31bbd83e41eaf1a5261ba9b69996c10455bfbbcf8
 SHA512 
947fb4b47f98196becb0065898b51e7dcb6e3fbbc97cacd89641e4a57c5f310c9825029f5f54135f33d3e58b089d1063bf1e3d3af3cdc3ebf7dd9490d0277c92

diff --git a/dev-python/nbxmpp/nbxmpp-5.0.2.ebuild 
b/dev-python/nbxmpp/nbxmpp-5.0.2.ebuild
new file mode 100644
index ..0299ed984918
--- /dev/null
+++ b/dev-python/nbxmpp/nbxmpp-5.0.2.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} )
+
+inherit distutils-r1
+
+MY_P=python-nbxmpp-${PV}
+DESCRIPTION="Python library to use Jabber/XMPP networks in a non-blocking way"
+HOMEPAGE="
+   https://dev.gajim.org/gajim/python-nbxmpp/
+   https://pypi.org/project/nbxmpp/
+"
+SRC_URI="
+   
https://dev.gajim.org/gajim/python-nbxmpp/-/archive/${PV}/${MY_P}.tar.bz2
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
+
+RDEPEND="
+   dev-libs/gobject-introspection
+   net-libs/libsoup:3.0[introspection]
+   dev-python/idna[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+   >=dev-python/precis-i18n-1.0.0[${PYTHON_USEDEP}]
+   >=dev-python/pygobject-3.42[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest



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

2024-07-13 Thread Michał Górny
commit: c682802bfa3385fd8a9acfd2a18038f0be97c61f
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul 13 08:32:06 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul 13 08:59:11 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c682802b

dev-python/nbxmpp: Remove old

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

 dev-python/nbxmpp/Manifest|  1 -
 dev-python/nbxmpp/nbxmpp-5.0.0.ebuild | 35 ---
 2 files changed, 36 deletions(-)

diff --git a/dev-python/nbxmpp/Manifest b/dev-python/nbxmpp/Manifest
index 23b509216d1f..f2a0b2589cb9 100644
--- a/dev-python/nbxmpp/Manifest
+++ b/dev-python/nbxmpp/Manifest
@@ -1,3 +1,2 @@
 DIST python-nbxmpp-4.5.4.tar.bz2 138170 BLAKE2B 
00a4919032dd29828dc735695afe9c0814a8fe2ec765a534257768896d9f27bc3a395275d546ad717bdd16c97161e8f0a8acaf43cdb7bd9404e40bc72f2c3da5
 SHA512 
fcaedae519d8cd2d52cc65721ab1e743569ba1cf7c29f2db41ed5671ba0f2c5b47f1f6d9521e1614e89e21512a4575c6788316cdb86936f0c4886d54c3831bb3
-DIST python-nbxmpp-5.0.0.tar.bz2 142680 BLAKE2B 
9e54ad931ad5145c743f07e888eca519707b9179ece95d740c2209068cc02ee56b8af41bf18cf690ddb703485fab5f532b5bcf33eb74f022b0701c9421e3cd96
 SHA512 
0797e20dbdfaebbeb0a274786cb615cd0e57b26ec876ce94e5d66beb077510f8b38a97e0d0b151e2e069b10d1fe10b755d6531a4c676d7292675335314e4c214
 DIST python-nbxmpp-5.0.1.tar.bz2 142702 BLAKE2B 
5459da538e3c05959c382e70fe8348b566333f4f68e76775b7bc8760f294ecc3bdb999124d1124bd5d7874af209f699eb4ffa1a15ce61ad70f98f235c70e98dd
 SHA512 
eb20df090ec61013e6f26288798aeb2f2d61eab493cb4a52d5097a85d6dab8c45f033f2064583af5bf3ed920be33107419a958b65df2cf13fcd8ea6ae3297adf

diff --git a/dev-python/nbxmpp/nbxmpp-5.0.0.ebuild 
b/dev-python/nbxmpp/nbxmpp-5.0.0.ebuild
deleted file mode 100644
index b5d256e868ef..
--- a/dev-python/nbxmpp/nbxmpp-5.0.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
-
-inherit distutils-r1
-
-MY_P=python-nbxmpp-${PV}
-DESCRIPTION="Python library to use Jabber/XMPP networks in a non-blocking way"
-HOMEPAGE="
-   https://dev.gajim.org/gajim/python-nbxmpp/
-   https://pypi.org/project/nbxmpp/
-"
-SRC_URI="
-   
https://dev.gajim.org/gajim/python-nbxmpp/-/archive/${PV}/${MY_P}.tar.bz2
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 arm64 ~loong ~riscv x86"
-
-RDEPEND="
-   dev-libs/gobject-introspection
-   net-libs/libsoup:3.0[introspection]
-   dev-python/idna[${PYTHON_USEDEP}]
-   dev-python/packaging[${PYTHON_USEDEP}]
-   >=dev-python/precis-i18n-1.0.0[${PYTHON_USEDEP}]
-   >=dev-python/pygobject-3.42[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest



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

2024-07-13 Thread Arthur Zamarin
commit: 7e3e9f41ab598c0bab4343a82e4180ae2b778e60
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jul 13 08:28:04 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jul 13 08:28:04 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e3e9f41

dev-python/nbxmpp: Stabilize 5.0.1 ALLARCHES, #935941

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

 dev-python/nbxmpp/nbxmpp-5.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/nbxmpp/nbxmpp-5.0.1.ebuild 
b/dev-python/nbxmpp/nbxmpp-5.0.1.ebuild
index 0299ed984918..b5d256e868ef 100644
--- a/dev-python/nbxmpp/nbxmpp-5.0.1.ebuild
+++ b/dev-python/nbxmpp/nbxmpp-5.0.1.ebuild
@@ -21,7 +21,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
+KEYWORDS="amd64 arm64 ~loong ~riscv x86"
 
 RDEPEND="
dev-libs/gobject-introspection



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

2024-06-22 Thread Michał Górny
commit: b880e0047dcb62217bd81a160b8b68bd567a1fb1
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun 23 02:47:57 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun 23 02:53:04 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b880e004

dev-python/nbxmpp: Bump to 5.0.1

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

 dev-python/nbxmpp/Manifest|  1 +
 dev-python/nbxmpp/nbxmpp-5.0.1.ebuild | 35 +++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/nbxmpp/Manifest b/dev-python/nbxmpp/Manifest
index 79fb592b6398..23b509216d1f 100644
--- a/dev-python/nbxmpp/Manifest
+++ b/dev-python/nbxmpp/Manifest
@@ -1,2 +1,3 @@
 DIST python-nbxmpp-4.5.4.tar.bz2 138170 BLAKE2B 
00a4919032dd29828dc735695afe9c0814a8fe2ec765a534257768896d9f27bc3a395275d546ad717bdd16c97161e8f0a8acaf43cdb7bd9404e40bc72f2c3da5
 SHA512 
fcaedae519d8cd2d52cc65721ab1e743569ba1cf7c29f2db41ed5671ba0f2c5b47f1f6d9521e1614e89e21512a4575c6788316cdb86936f0c4886d54c3831bb3
 DIST python-nbxmpp-5.0.0.tar.bz2 142680 BLAKE2B 
9e54ad931ad5145c743f07e888eca519707b9179ece95d740c2209068cc02ee56b8af41bf18cf690ddb703485fab5f532b5bcf33eb74f022b0701c9421e3cd96
 SHA512 
0797e20dbdfaebbeb0a274786cb615cd0e57b26ec876ce94e5d66beb077510f8b38a97e0d0b151e2e069b10d1fe10b755d6531a4c676d7292675335314e4c214
+DIST python-nbxmpp-5.0.1.tar.bz2 142702 BLAKE2B 
5459da538e3c05959c382e70fe8348b566333f4f68e76775b7bc8760f294ecc3bdb999124d1124bd5d7874af209f699eb4ffa1a15ce61ad70f98f235c70e98dd
 SHA512 
eb20df090ec61013e6f26288798aeb2f2d61eab493cb4a52d5097a85d6dab8c45f033f2064583af5bf3ed920be33107419a958b65df2cf13fcd8ea6ae3297adf

diff --git a/dev-python/nbxmpp/nbxmpp-5.0.1.ebuild 
b/dev-python/nbxmpp/nbxmpp-5.0.1.ebuild
new file mode 100644
index ..0299ed984918
--- /dev/null
+++ b/dev-python/nbxmpp/nbxmpp-5.0.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} )
+
+inherit distutils-r1
+
+MY_P=python-nbxmpp-${PV}
+DESCRIPTION="Python library to use Jabber/XMPP networks in a non-blocking way"
+HOMEPAGE="
+   https://dev.gajim.org/gajim/python-nbxmpp/
+   https://pypi.org/project/nbxmpp/
+"
+SRC_URI="
+   
https://dev.gajim.org/gajim/python-nbxmpp/-/archive/${PV}/${MY_P}.tar.bz2
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
+
+RDEPEND="
+   dev-libs/gobject-introspection
+   net-libs/libsoup:3.0[introspection]
+   dev-python/idna[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+   >=dev-python/precis-i18n-1.0.0[${PYTHON_USEDEP}]
+   >=dev-python/pygobject-3.42[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest



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

2024-06-22 Thread Arthur Zamarin
commit: 5d8cb508d3de141541351aa26e16d80a5b6e8ae6
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jun 22 13:49:28 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jun 22 13:49:28 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d8cb508

dev-python/nbxmpp: Stabilize 5.0.0 ALLARCHES, #934720

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

 dev-python/nbxmpp/nbxmpp-5.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/nbxmpp/nbxmpp-5.0.0.ebuild 
b/dev-python/nbxmpp/nbxmpp-5.0.0.ebuild
index 0299ed984918..b5d256e868ef 100644
--- a/dev-python/nbxmpp/nbxmpp-5.0.0.ebuild
+++ b/dev-python/nbxmpp/nbxmpp-5.0.0.ebuild
@@ -21,7 +21,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
+KEYWORDS="amd64 arm64 ~loong ~riscv x86"
 
 RDEPEND="
dev-libs/gobject-introspection



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

2024-06-16 Thread Petr Vaněk
commit: c02a77f4d0dca09fca8fb5eecfa66d687f9d6a44
Author: Petr Vaněk  gentoo  org>
AuthorDate: Sun Jun 16 19:54:13 2024 +
Commit: Petr Vaněk  gentoo  org>
CommitDate: Sun Jun 16 19:54:57 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c02a77f4

dev-python/nbxmpp: enable py3.13

Signed-off-by: Petr Vaněk  gentoo.org>

 dev-python/nbxmpp/nbxmpp-5.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/nbxmpp/nbxmpp-5.0.0.ebuild 
b/dev-python/nbxmpp/nbxmpp-5.0.0.ebuild
index 6ed0b60facda..0299ed984918 100644
--- a/dev-python/nbxmpp/nbxmpp-5.0.0.ebuild
+++ b/dev-python/nbxmpp/nbxmpp-5.0.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 
 inherit distutils-r1
 



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

2024-06-07 Thread Michał Górny
commit: d4729e6bdbda617978e68216e10a5228713c2d52
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun  8 05:01:18 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun  8 05:01:18 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4729e6b

dev-python/nbxmpp: Fix variable order

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

 dev-python/nbxmpp/nbxmpp-4.5.4.ebuild | 2 +-
 dev-python/nbxmpp/nbxmpp-5.0.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/nbxmpp/nbxmpp-4.5.4.ebuild 
b/dev-python/nbxmpp/nbxmpp-4.5.4.ebuild
index b8da6e5c49c4..7f2595a80c09 100644
--- a/dev-python/nbxmpp/nbxmpp-4.5.4.ebuild
+++ b/dev-python/nbxmpp/nbxmpp-4.5.4.ebuild
@@ -19,8 +19,8 @@ SRC_URI="
 "
 S=${WORKDIR}/${MY_P}
 
-SLOT="0"
 LICENSE="GPL-3"
+SLOT="0"
 KEYWORDS="amd64 arm64 ~loong ~riscv x86"
 
 RDEPEND="

diff --git a/dev-python/nbxmpp/nbxmpp-5.0.0.ebuild 
b/dev-python/nbxmpp/nbxmpp-5.0.0.ebuild
index 67560e6f811d..6ed0b60facda 100644
--- a/dev-python/nbxmpp/nbxmpp-5.0.0.ebuild
+++ b/dev-python/nbxmpp/nbxmpp-5.0.0.ebuild
@@ -19,8 +19,8 @@ SRC_URI="
 "
 S=${WORKDIR}/${MY_P}
 
-SLOT="0"
 LICENSE="GPL-3"
+SLOT="0"
 KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
 
 RDEPEND="



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

2024-06-07 Thread Michał Górny
commit: 5ed6f0d532a52adbccf28fe6d10db08296eda882
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun  8 04:48:51 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun  8 04:48:51 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ed6f0d5

dev-python/nbxmpp: Bump to 5.0.0

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

 dev-python/nbxmpp/Manifest|  1 +
 dev-python/nbxmpp/nbxmpp-5.0.0.ebuild | 35 +++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/nbxmpp/Manifest b/dev-python/nbxmpp/Manifest
index 945b22ec087f..79fb592b6398 100644
--- a/dev-python/nbxmpp/Manifest
+++ b/dev-python/nbxmpp/Manifest
@@ -1 +1,2 @@
 DIST python-nbxmpp-4.5.4.tar.bz2 138170 BLAKE2B 
00a4919032dd29828dc735695afe9c0814a8fe2ec765a534257768896d9f27bc3a395275d546ad717bdd16c97161e8f0a8acaf43cdb7bd9404e40bc72f2c3da5
 SHA512 
fcaedae519d8cd2d52cc65721ab1e743569ba1cf7c29f2db41ed5671ba0f2c5b47f1f6d9521e1614e89e21512a4575c6788316cdb86936f0c4886d54c3831bb3
+DIST python-nbxmpp-5.0.0.tar.bz2 142680 BLAKE2B 
9e54ad931ad5145c743f07e888eca519707b9179ece95d740c2209068cc02ee56b8af41bf18cf690ddb703485fab5f532b5bcf33eb74f022b0701c9421e3cd96
 SHA512 
0797e20dbdfaebbeb0a274786cb615cd0e57b26ec876ce94e5d66beb077510f8b38a97e0d0b151e2e069b10d1fe10b755d6531a4c676d7292675335314e4c214

diff --git a/dev-python/nbxmpp/nbxmpp-5.0.0.ebuild 
b/dev-python/nbxmpp/nbxmpp-5.0.0.ebuild
new file mode 100644
index ..67560e6f811d
--- /dev/null
+++ b/dev-python/nbxmpp/nbxmpp-5.0.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+MY_P=python-nbxmpp-${PV}
+DESCRIPTION="Python library to use Jabber/XMPP networks in a non-blocking way"
+HOMEPAGE="
+   https://dev.gajim.org/gajim/python-nbxmpp/
+   https://pypi.org/project/nbxmpp/
+"
+SRC_URI="
+   
https://dev.gajim.org/gajim/python-nbxmpp/-/archive/${PV}/${MY_P}.tar.bz2
+"
+S=${WORKDIR}/${MY_P}
+
+SLOT="0"
+LICENSE="GPL-3"
+KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
+
+RDEPEND="
+   dev-libs/gobject-introspection
+   net-libs/libsoup:3.0[introspection]
+   dev-python/idna[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+   >=dev-python/precis-i18n-1.0.0[${PYTHON_USEDEP}]
+   >=dev-python/pygobject-3.42[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest



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

2024-03-02 Thread Michał Górny
commit: 3d4ea7733d3145a60a9b38f7cb51e10be2c7b69c
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar  2 11:36:08 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar  2 11:43:47 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d4ea773

dev-python/nbxmpp: Remove old

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

 dev-python/nbxmpp/Manifest|  1 -
 dev-python/nbxmpp/nbxmpp-4.5.3.ebuild | 35 ---
 2 files changed, 36 deletions(-)

diff --git a/dev-python/nbxmpp/Manifest b/dev-python/nbxmpp/Manifest
index 024d57eeb2f9..945b22ec087f 100644
--- a/dev-python/nbxmpp/Manifest
+++ b/dev-python/nbxmpp/Manifest
@@ -1,2 +1 @@
-DIST python-nbxmpp-4.5.3.tar.bz2 138080 BLAKE2B 
cb3051acc13f13d519ce4427121810cd17df7783a3c76c2abbab458be827b46be45a7710b0045e2b2a5619ffc327bd98c0a0db00f482e12223322811ca26d0c9
 SHA512 
d6dec900b56fb2638976206497e966ad27f566f4d829cc4d19e7f004ec39f2d2bd8f62c3322101df3a26004d7fc5be5a9691ce575234d801f3934b6a41ba5a0d
 DIST python-nbxmpp-4.5.4.tar.bz2 138170 BLAKE2B 
00a4919032dd29828dc735695afe9c0814a8fe2ec765a534257768896d9f27bc3a395275d546ad717bdd16c97161e8f0a8acaf43cdb7bd9404e40bc72f2c3da5
 SHA512 
fcaedae519d8cd2d52cc65721ab1e743569ba1cf7c29f2db41ed5671ba0f2c5b47f1f6d9521e1614e89e21512a4575c6788316cdb86936f0c4886d54c3831bb3

diff --git a/dev-python/nbxmpp/nbxmpp-4.5.3.ebuild 
b/dev-python/nbxmpp/nbxmpp-4.5.3.ebuild
deleted file mode 100644
index 70cc32b69957..
--- a/dev-python/nbxmpp/nbxmpp-4.5.3.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-MY_P=python-nbxmpp-${PV}
-DESCRIPTION="Python library to use Jabber/XMPP networks in a non-blocking way"
-HOMEPAGE="
-   https://dev.gajim.org/gajim/python-nbxmpp/
-   https://pypi.org/project/nbxmpp/
-"
-SRC_URI="
-   
https://dev.gajim.org/gajim/python-nbxmpp/-/archive/${PV}/${MY_P}.tar.bz2
-"
-S=${WORKDIR}/${MY_P}
-
-SLOT="0"
-LICENSE="GPL-3"
-KEYWORDS="amd64 arm64 ~loong ~riscv x86"
-
-RDEPEND="
-   dev-libs/gobject-introspection
-   net-libs/libsoup:3.0[introspection]
-   dev-python/idna[${PYTHON_USEDEP}]
-   dev-python/packaging[${PYTHON_USEDEP}]
-   >=dev-python/precis-i18n-1.0.0[${PYTHON_USEDEP}]
-   >=dev-python/pygobject-3.42[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest



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

2024-03-02 Thread Arthur Zamarin
commit: 06d42719250687fda4f3ae2f17c572a6f4c6b9d4
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar  2 10:23:27 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar  2 10:23:27 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06d42719

dev-python/nbxmpp: Stabilize 4.5.4 ALLARCHES, #925968

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

 dev-python/nbxmpp/nbxmpp-4.5.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/nbxmpp/nbxmpp-4.5.4.ebuild 
b/dev-python/nbxmpp/nbxmpp-4.5.4.ebuild
index 67560e6f811d..b8da6e5c49c4 100644
--- a/dev-python/nbxmpp/nbxmpp-4.5.4.ebuild
+++ b/dev-python/nbxmpp/nbxmpp-4.5.4.ebuild
@@ -21,7 +21,7 @@ S=${WORKDIR}/${MY_P}
 
 SLOT="0"
 LICENSE="GPL-3"
-KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
+KEYWORDS="amd64 arm64 ~loong ~riscv x86"
 
 RDEPEND="
dev-libs/gobject-introspection



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

2024-02-24 Thread Hanno Böck
commit: e5d71125c7f40b0be888f2aa0d22507f04aef52d
Author: Hanno Böck  gentoo  org>
AuthorDate: Sat Feb 24 15:19:14 2024 +
Commit: Hanno Böck  gentoo  org>
CommitDate: Sat Feb 24 15:19:18 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5d71125

dev-python/nbxmpp: drop myself as a maintainer

Signed-off-by: Hanno Böck  gentoo.org>

 dev-python/nbxmpp/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/dev-python/nbxmpp/metadata.xml b/dev-python/nbxmpp/metadata.xml
index e43d3f1339a6..fc462f2d9e9c 100644
--- a/dev-python/nbxmpp/metadata.xml
+++ b/dev-python/nbxmpp/metadata.xml
@@ -5,9 +5,6 @@
 pyt...@gentoo.org
 Python
   
-  
-ha...@gentoo.org
-  
   
   
 nbxmpp



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

2024-02-12 Thread Michał Górny
commit: 025dff7c8f76851fabd52553f5a723f1e0c12414
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb 13 04:12:55 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb 13 04:12:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=025dff7c

dev-python/nbxmpp: Bump to 4.5.4

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

 dev-python/nbxmpp/Manifest|  1 +
 dev-python/nbxmpp/nbxmpp-4.5.4.ebuild | 35 +++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/nbxmpp/Manifest b/dev-python/nbxmpp/Manifest
index ccfe1e19c59e..024d57eeb2f9 100644
--- a/dev-python/nbxmpp/Manifest
+++ b/dev-python/nbxmpp/Manifest
@@ -1 +1,2 @@
 DIST python-nbxmpp-4.5.3.tar.bz2 138080 BLAKE2B 
cb3051acc13f13d519ce4427121810cd17df7783a3c76c2abbab458be827b46be45a7710b0045e2b2a5619ffc327bd98c0a0db00f482e12223322811ca26d0c9
 SHA512 
d6dec900b56fb2638976206497e966ad27f566f4d829cc4d19e7f004ec39f2d2bd8f62c3322101df3a26004d7fc5be5a9691ce575234d801f3934b6a41ba5a0d
+DIST python-nbxmpp-4.5.4.tar.bz2 138170 BLAKE2B 
00a4919032dd29828dc735695afe9c0814a8fe2ec765a534257768896d9f27bc3a395275d546ad717bdd16c97161e8f0a8acaf43cdb7bd9404e40bc72f2c3da5
 SHA512 
fcaedae519d8cd2d52cc65721ab1e743569ba1cf7c29f2db41ed5671ba0f2c5b47f1f6d9521e1614e89e21512a4575c6788316cdb86936f0c4886d54c3831bb3

diff --git a/dev-python/nbxmpp/nbxmpp-4.5.4.ebuild 
b/dev-python/nbxmpp/nbxmpp-4.5.4.ebuild
new file mode 100644
index ..67560e6f811d
--- /dev/null
+++ b/dev-python/nbxmpp/nbxmpp-4.5.4.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+MY_P=python-nbxmpp-${PV}
+DESCRIPTION="Python library to use Jabber/XMPP networks in a non-blocking way"
+HOMEPAGE="
+   https://dev.gajim.org/gajim/python-nbxmpp/
+   https://pypi.org/project/nbxmpp/
+"
+SRC_URI="
+   
https://dev.gajim.org/gajim/python-nbxmpp/-/archive/${PV}/${MY_P}.tar.bz2
+"
+S=${WORKDIR}/${MY_P}
+
+SLOT="0"
+LICENSE="GPL-3"
+KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
+
+RDEPEND="
+   dev-libs/gobject-introspection
+   net-libs/libsoup:3.0[introspection]
+   dev-python/idna[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+   >=dev-python/precis-i18n-1.0.0[${PYTHON_USEDEP}]
+   >=dev-python/pygobject-3.42[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest



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

2023-12-09 Thread Michał Górny
commit: 52d99b07d91316dbfc0ea1eeb3c323ad65fd4963
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec  9 15:00:17 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec  9 15:00:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52d99b07

dev-python/nbxmpp: Remove old

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

 dev-python/nbxmpp/Manifest|  1 -
 dev-python/nbxmpp/nbxmpp-4.5.2.ebuild | 35 ---
 2 files changed, 36 deletions(-)

diff --git a/dev-python/nbxmpp/Manifest b/dev-python/nbxmpp/Manifest
index 019514a05fe8..ccfe1e19c59e 100644
--- a/dev-python/nbxmpp/Manifest
+++ b/dev-python/nbxmpp/Manifest
@@ -1,2 +1 @@
-DIST python-nbxmpp-4.5.2.tar.bz2 138088 BLAKE2B 
fb0a13f564a0dbff0fa52a2093e0d5da1461fe8bcf810b34e92b2d18d29be4de678fe2f51c55774330c2785be0caab73930cefc1288292c2d9a5064ccf15e224
 SHA512 
ad7bd3d3673b6f2e718263505e88a4ade502a79cc70d290d6ded5ace96e582945b7ddbf954f5a0419c2b9062e39211f62ba121ed46364314e8afa5e74aad6fc7
 DIST python-nbxmpp-4.5.3.tar.bz2 138080 BLAKE2B 
cb3051acc13f13d519ce4427121810cd17df7783a3c76c2abbab458be827b46be45a7710b0045e2b2a5619ffc327bd98c0a0db00f482e12223322811ca26d0c9
 SHA512 
d6dec900b56fb2638976206497e966ad27f566f4d829cc4d19e7f004ec39f2d2bd8f62c3322101df3a26004d7fc5be5a9691ce575234d801f3934b6a41ba5a0d

diff --git a/dev-python/nbxmpp/nbxmpp-4.5.2.ebuild 
b/dev-python/nbxmpp/nbxmpp-4.5.2.ebuild
deleted file mode 100644
index 70cc32b69957..
--- a/dev-python/nbxmpp/nbxmpp-4.5.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-MY_P=python-nbxmpp-${PV}
-DESCRIPTION="Python library to use Jabber/XMPP networks in a non-blocking way"
-HOMEPAGE="
-   https://dev.gajim.org/gajim/python-nbxmpp/
-   https://pypi.org/project/nbxmpp/
-"
-SRC_URI="
-   
https://dev.gajim.org/gajim/python-nbxmpp/-/archive/${PV}/${MY_P}.tar.bz2
-"
-S=${WORKDIR}/${MY_P}
-
-SLOT="0"
-LICENSE="GPL-3"
-KEYWORDS="amd64 arm64 ~loong ~riscv x86"
-
-RDEPEND="
-   dev-libs/gobject-introspection
-   net-libs/libsoup:3.0[introspection]
-   dev-python/idna[${PYTHON_USEDEP}]
-   dev-python/packaging[${PYTHON_USEDEP}]
-   >=dev-python/precis-i18n-1.0.0[${PYTHON_USEDEP}]
-   >=dev-python/pygobject-3.42[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest



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

2023-12-09 Thread Michał Górny
commit: c614d403b2803d3c6bfa0d921a931d59412a4c0b
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec  9 14:58:16 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec  9 14:58:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c614d403

dev-python/nbxmpp: Stabilize 4.5.3 ALLARCHES, #919537

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

 dev-python/nbxmpp/nbxmpp-4.5.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/nbxmpp/nbxmpp-4.5.3.ebuild 
b/dev-python/nbxmpp/nbxmpp-4.5.3.ebuild
index 63ba8f9839aa..70cc32b69957 100644
--- a/dev-python/nbxmpp/nbxmpp-4.5.3.ebuild
+++ b/dev-python/nbxmpp/nbxmpp-4.5.3.ebuild
@@ -21,7 +21,7 @@ S=${WORKDIR}/${MY_P}
 
 SLOT="0"
 LICENSE="GPL-3"
-KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
+KEYWORDS="amd64 arm64 ~loong ~riscv x86"
 
 RDEPEND="
dev-libs/gobject-introspection



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

2023-11-24 Thread Arthur Zamarin
commit: 56a49a4b2d66d8053ab4aa2a72fca17d04eafbed
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Nov 24 16:50:51 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Nov 24 16:50:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56a49a4b

dev-python/nbxmpp: Stabilize 4.5.2 arm64, #918292

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

 dev-python/nbxmpp/nbxmpp-4.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/nbxmpp/nbxmpp-4.5.2.ebuild 
b/dev-python/nbxmpp/nbxmpp-4.5.2.ebuild
index 057dbf661908..70cc32b69957 100644
--- a/dev-python/nbxmpp/nbxmpp-4.5.2.ebuild
+++ b/dev-python/nbxmpp/nbxmpp-4.5.2.ebuild
@@ -21,7 +21,7 @@ S=${WORKDIR}/${MY_P}
 
 SLOT="0"
 LICENSE="GPL-3"
-KEYWORDS="amd64 ~arm64 ~loong ~riscv x86"
+KEYWORDS="amd64 arm64 ~loong ~riscv x86"
 
 RDEPEND="
dev-libs/gobject-introspection



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

2023-11-23 Thread Michał Górny
commit: aa7811e2686201bbf70a5b1642eff165e29fec34
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 23 16:06:29 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 23 16:08:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa7811e2

dev-python/nbxmpp: Stabilize 4.5.2 ALLARCHES, #917713

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

 dev-python/nbxmpp/nbxmpp-4.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/nbxmpp/nbxmpp-4.5.2.ebuild 
b/dev-python/nbxmpp/nbxmpp-4.5.2.ebuild
index 63ba8f9839aa..057dbf661908 100644
--- a/dev-python/nbxmpp/nbxmpp-4.5.2.ebuild
+++ b/dev-python/nbxmpp/nbxmpp-4.5.2.ebuild
@@ -21,7 +21,7 @@ S=${WORKDIR}/${MY_P}
 
 SLOT="0"
 LICENSE="GPL-3"
-KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~loong ~riscv x86"
 
 RDEPEND="
dev-libs/gobject-introspection



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

2023-11-23 Thread Michał Górny
commit: 23ba5de895e2b8c77a370f98705e290f2bbb484c
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 23 16:07:39 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 23 16:08:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23ba5de8

dev-python/nbxmpp: Remove old

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

 dev-python/nbxmpp/Manifest|  3 ---
 dev-python/nbxmpp/nbxmpp-4.3.3.ebuild | 35 ---
 dev-python/nbxmpp/nbxmpp-4.4.0.ebuild | 35 ---
 dev-python/nbxmpp/nbxmpp-4.5.0.ebuild | 35 ---
 4 files changed, 108 deletions(-)

diff --git a/dev-python/nbxmpp/Manifest b/dev-python/nbxmpp/Manifest
index a8e09b1330af..019514a05fe8 100644
--- a/dev-python/nbxmpp/Manifest
+++ b/dev-python/nbxmpp/Manifest
@@ -1,5 +1,2 @@
-DIST python-nbxmpp-4.3.3.tar.bz2 136583 BLAKE2B 
2b5a8cf976a44747c9ab245c6744d6b9b797e5634cff689c17f929107b5ed9e01273cf34e96427d26df0397c70d7fdb7a9f4db095d7582b00e464bea4ea9f4b5
 SHA512 
0c433821b88103418a9326519f8793ae5b430901141333b10a747e60eeec63d576020b3b32b610a5dd52a4a4ec22572eb8728d92460411bdc92b4c54d3764980
-DIST python-nbxmpp-4.4.0.tar.bz2 137431 BLAKE2B 
5c14d8c8519a862a50d53ff3b7a3f33d8ba4d1e82e9e5b9a9b011f8f36c05ef7c217c95f9410911476c8b24ba2430bda8ad7eafba1ab490b0bc3f55d9cce69ba
 SHA512 
2d6d1ca38345e14785e3a8b85a0f98343daee2e968e5da3e7abd07625fd35318a01d1bb2841fd65c0d05d2a5afccf1226a1d8c273614cedf1a7d3c9543ea83e1
-DIST python-nbxmpp-4.5.0.tar.bz2 137866 BLAKE2B 
ca1f30e351a67fb7b65871cf9aad7181851a0b3293ca66d65b954573773597703cf91c8e6dd2dba434be5e11b1c4cd416c66aa1cef3461cf3757b480e4f86a21
 SHA512 
6bf60dabce29e0af1695f7be372a1bc44d001da338f2e3d50c62b9b4fdfafbeb50f05e465635fceeac88a5b98c700a9c0c630dc535e2fc0a6b342c9006cecdde
 DIST python-nbxmpp-4.5.2.tar.bz2 138088 BLAKE2B 
fb0a13f564a0dbff0fa52a2093e0d5da1461fe8bcf810b34e92b2d18d29be4de678fe2f51c55774330c2785be0caab73930cefc1288292c2d9a5064ccf15e224
 SHA512 
ad7bd3d3673b6f2e718263505e88a4ade502a79cc70d290d6ded5ace96e582945b7ddbf954f5a0419c2b9062e39211f62ba121ed46364314e8afa5e74aad6fc7
 DIST python-nbxmpp-4.5.3.tar.bz2 138080 BLAKE2B 
cb3051acc13f13d519ce4427121810cd17df7783a3c76c2abbab458be827b46be45a7710b0045e2b2a5619ffc327bd98c0a0db00f482e12223322811ca26d0c9
 SHA512 
d6dec900b56fb2638976206497e966ad27f566f4d829cc4d19e7f004ec39f2d2bd8f62c3322101df3a26004d7fc5be5a9691ce575234d801f3934b6a41ba5a0d

diff --git a/dev-python/nbxmpp/nbxmpp-4.3.3.ebuild 
b/dev-python/nbxmpp/nbxmpp-4.3.3.ebuild
deleted file mode 100644
index 057dbf661908..
--- a/dev-python/nbxmpp/nbxmpp-4.3.3.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-MY_P=python-nbxmpp-${PV}
-DESCRIPTION="Python library to use Jabber/XMPP networks in a non-blocking way"
-HOMEPAGE="
-   https://dev.gajim.org/gajim/python-nbxmpp/
-   https://pypi.org/project/nbxmpp/
-"
-SRC_URI="
-   
https://dev.gajim.org/gajim/python-nbxmpp/-/archive/${PV}/${MY_P}.tar.bz2
-"
-S=${WORKDIR}/${MY_P}
-
-SLOT="0"
-LICENSE="GPL-3"
-KEYWORDS="amd64 ~arm64 ~loong ~riscv x86"
-
-RDEPEND="
-   dev-libs/gobject-introspection
-   net-libs/libsoup:3.0[introspection]
-   dev-python/idna[${PYTHON_USEDEP}]
-   dev-python/packaging[${PYTHON_USEDEP}]
-   >=dev-python/precis-i18n-1.0.0[${PYTHON_USEDEP}]
-   >=dev-python/pygobject-3.42[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest

diff --git a/dev-python/nbxmpp/nbxmpp-4.4.0.ebuild 
b/dev-python/nbxmpp/nbxmpp-4.4.0.ebuild
deleted file mode 100644
index 63ba8f9839aa..
--- a/dev-python/nbxmpp/nbxmpp-4.4.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-MY_P=python-nbxmpp-${PV}
-DESCRIPTION="Python library to use Jabber/XMPP networks in a non-blocking way"
-HOMEPAGE="
-   https://dev.gajim.org/gajim/python-nbxmpp/
-   https://pypi.org/project/nbxmpp/
-"
-SRC_URI="
-   
https://dev.gajim.org/gajim/python-nbxmpp/-/archive/${PV}/${MY_P}.tar.bz2
-"
-S=${WORKDIR}/${MY_P}
-
-SLOT="0"
-LICENSE="GPL-3"
-KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
-
-RDEPEND="
-   dev-libs/gobject-introspection
-   net-libs/libsoup:3.0[introspection]
-   dev-python/idna[${PYTHON_USEDEP}]
-   dev-python/packaging[${PYTHON_USEDEP}]
-   >=dev-python/precis-i18n-1.0.0[${PYTHON_USEDEP}]
-   >=dev-python/pygobject-3.42[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest

diff --git a/dev-python/nbxmpp/nbxmpp-4.5.0.ebuild 
b/dev-python/nbxmpp/nbxmpp-4.5.0.ebuild
deleted file mode 100644
index 63ba8f9839aa..
--- 

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

2023-11-22 Thread Michał Górny
commit: 6afc4a86b3a2700405e4106b1158abcc0d6f7d66
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 23 03:58:38 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 23 04:05:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6afc4a86

dev-python/nbxmpp: Bump to 4.5.3

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

 dev-python/nbxmpp/Manifest|  1 +
 dev-python/nbxmpp/nbxmpp-4.5.3.ebuild | 35 +++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/nbxmpp/Manifest b/dev-python/nbxmpp/Manifest
index f701797984e1..a8e09b1330af 100644
--- a/dev-python/nbxmpp/Manifest
+++ b/dev-python/nbxmpp/Manifest
@@ -2,3 +2,4 @@ DIST python-nbxmpp-4.3.3.tar.bz2 136583 BLAKE2B 
2b5a8cf976a44747c9ab245c6744d6b9
 DIST python-nbxmpp-4.4.0.tar.bz2 137431 BLAKE2B 
5c14d8c8519a862a50d53ff3b7a3f33d8ba4d1e82e9e5b9a9b011f8f36c05ef7c217c95f9410911476c8b24ba2430bda8ad7eafba1ab490b0bc3f55d9cce69ba
 SHA512 
2d6d1ca38345e14785e3a8b85a0f98343daee2e968e5da3e7abd07625fd35318a01d1bb2841fd65c0d05d2a5afccf1226a1d8c273614cedf1a7d3c9543ea83e1
 DIST python-nbxmpp-4.5.0.tar.bz2 137866 BLAKE2B 
ca1f30e351a67fb7b65871cf9aad7181851a0b3293ca66d65b954573773597703cf91c8e6dd2dba434be5e11b1c4cd416c66aa1cef3461cf3757b480e4f86a21
 SHA512 
6bf60dabce29e0af1695f7be372a1bc44d001da338f2e3d50c62b9b4fdfafbeb50f05e465635fceeac88a5b98c700a9c0c630dc535e2fc0a6b342c9006cecdde
 DIST python-nbxmpp-4.5.2.tar.bz2 138088 BLAKE2B 
fb0a13f564a0dbff0fa52a2093e0d5da1461fe8bcf810b34e92b2d18d29be4de678fe2f51c55774330c2785be0caab73930cefc1288292c2d9a5064ccf15e224
 SHA512 
ad7bd3d3673b6f2e718263505e88a4ade502a79cc70d290d6ded5ace96e582945b7ddbf954f5a0419c2b9062e39211f62ba121ed46364314e8afa5e74aad6fc7
+DIST python-nbxmpp-4.5.3.tar.bz2 138080 BLAKE2B 
cb3051acc13f13d519ce4427121810cd17df7783a3c76c2abbab458be827b46be45a7710b0045e2b2a5619ffc327bd98c0a0db00f482e12223322811ca26d0c9
 SHA512 
d6dec900b56fb2638976206497e966ad27f566f4d829cc4d19e7f004ec39f2d2bd8f62c3322101df3a26004d7fc5be5a9691ce575234d801f3934b6a41ba5a0d

diff --git a/dev-python/nbxmpp/nbxmpp-4.5.3.ebuild 
b/dev-python/nbxmpp/nbxmpp-4.5.3.ebuild
new file mode 100644
index ..63ba8f9839aa
--- /dev/null
+++ b/dev-python/nbxmpp/nbxmpp-4.5.3.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+MY_P=python-nbxmpp-${PV}
+DESCRIPTION="Python library to use Jabber/XMPP networks in a non-blocking way"
+HOMEPAGE="
+   https://dev.gajim.org/gajim/python-nbxmpp/
+   https://pypi.org/project/nbxmpp/
+"
+SRC_URI="
+   
https://dev.gajim.org/gajim/python-nbxmpp/-/archive/${PV}/${MY_P}.tar.bz2
+"
+S=${WORKDIR}/${MY_P}
+
+SLOT="0"
+LICENSE="GPL-3"
+KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
+
+RDEPEND="
+   dev-libs/gobject-introspection
+   net-libs/libsoup:3.0[introspection]
+   dev-python/idna[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+   >=dev-python/precis-i18n-1.0.0[${PYTHON_USEDEP}]
+   >=dev-python/pygobject-3.42[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest



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

2023-11-09 Thread Arthur Zamarin
commit: 7a7915703e6cf481ef2e655ad1be03f22db6bf9d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Nov  9 21:13:21 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Nov  9 21:13:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a791570

dev-python/nbxmpp: drop 3.2.5-r1

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

 dev-python/nbxmpp/Manifest   |  1 -
 dev-python/nbxmpp/nbxmpp-3.2.5-r1.ebuild | 34 
 2 files changed, 35 deletions(-)

diff --git a/dev-python/nbxmpp/Manifest b/dev-python/nbxmpp/Manifest
index 4fa37c41aa70..f701797984e1 100644
--- a/dev-python/nbxmpp/Manifest
+++ b/dev-python/nbxmpp/Manifest
@@ -1,4 +1,3 @@
-DIST python-nbxmpp-3.2.5.tar.bz2 132029 BLAKE2B 
846f3b47c3a9a95cf1fa1b557a007fd4901fb4acaa3160ea4b9b1cdff1e9d2c3e64bc5251b739d816f3f1c449c350d1ac44c14cbef87d14fe5a6450418451007
 SHA512 
577f8c7b0f5a7c69b4d980bff93f0a208ab0a660d731eb95ec63b76583194b94bd9d9f6b10fcac3951a6e6afb5d0c4da2140cbc17ef653f19ec6957b5d2e5f04
 DIST python-nbxmpp-4.3.3.tar.bz2 136583 BLAKE2B 
2b5a8cf976a44747c9ab245c6744d6b9b797e5634cff689c17f929107b5ed9e01273cf34e96427d26df0397c70d7fdb7a9f4db095d7582b00e464bea4ea9f4b5
 SHA512 
0c433821b88103418a9326519f8793ae5b430901141333b10a747e60eeec63d576020b3b32b610a5dd52a4a4ec22572eb8728d92460411bdc92b4c54d3764980
 DIST python-nbxmpp-4.4.0.tar.bz2 137431 BLAKE2B 
5c14d8c8519a862a50d53ff3b7a3f33d8ba4d1e82e9e5b9a9b011f8f36c05ef7c217c95f9410911476c8b24ba2430bda8ad7eafba1ab490b0bc3f55d9cce69ba
 SHA512 
2d6d1ca38345e14785e3a8b85a0f98343daee2e968e5da3e7abd07625fd35318a01d1bb2841fd65c0d05d2a5afccf1226a1d8c273614cedf1a7d3c9543ea83e1
 DIST python-nbxmpp-4.5.0.tar.bz2 137866 BLAKE2B 
ca1f30e351a67fb7b65871cf9aad7181851a0b3293ca66d65b954573773597703cf91c8e6dd2dba434be5e11b1c4cd416c66aa1cef3461cf3757b480e4f86a21
 SHA512 
6bf60dabce29e0af1695f7be372a1bc44d001da338f2e3d50c62b9b4fdfafbeb50f05e465635fceeac88a5b98c700a9c0c630dc535e2fc0a6b342c9006cecdde

diff --git a/dev-python/nbxmpp/nbxmpp-3.2.5-r1.ebuild 
b/dev-python/nbxmpp/nbxmpp-3.2.5-r1.ebuild
deleted file mode 100644
index 1b483f172fab..
--- a/dev-python/nbxmpp/nbxmpp-3.2.5-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-MY_P=python-nbxmpp-${PV}
-DESCRIPTION="Python library to use Jabber/XMPP networks in a non-blocking way"
-HOMEPAGE="
-   https://dev.gajim.org/gajim/python-nbxmpp/
-   https://pypi.org/project/nbxmpp/
-"
-SRC_URI="
-   
https://dev.gajim.org/gajim/python-nbxmpp/-/archive/${PV}/${MY_P}.tar.bz2
-"
-S=${WORKDIR}/${MY_P}
-
-SLOT="0"
-LICENSE="GPL-3"
-KEYWORDS="amd64 ~arm64 ~riscv x86"
-
-RDEPEND="
-   dev-libs/gobject-introspection
-   net-libs/libsoup:2.4[introspection]
-   dev-python/idna[${PYTHON_USEDEP}]
-   dev-python/precis-i18n[${PYTHON_USEDEP}]
-   dev-python/pygobject[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest



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

2023-11-07 Thread Michał Górny
commit: 6abc17bf5b9e74a5153fab7bd6c3f4ebd7b969b7
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Nov  7 14:33:46 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Nov  7 15:18:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6abc17bf

dev-python/nbxmpp: Bump to 4.5.2

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

 dev-python/nbxmpp/Manifest|  1 +
 dev-python/nbxmpp/nbxmpp-4.5.2.ebuild | 35 +++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/nbxmpp/Manifest b/dev-python/nbxmpp/Manifest
index 93fe3485c860..4fa37c41aa70 100644
--- a/dev-python/nbxmpp/Manifest
+++ b/dev-python/nbxmpp/Manifest
@@ -2,3 +2,4 @@ DIST python-nbxmpp-3.2.5.tar.bz2 132029 BLAKE2B 
846f3b47c3a9a95cf1fa1b557a007fd4
 DIST python-nbxmpp-4.3.3.tar.bz2 136583 BLAKE2B 
2b5a8cf976a44747c9ab245c6744d6b9b797e5634cff689c17f929107b5ed9e01273cf34e96427d26df0397c70d7fdb7a9f4db095d7582b00e464bea4ea9f4b5
 SHA512 
0c433821b88103418a9326519f8793ae5b430901141333b10a747e60eeec63d576020b3b32b610a5dd52a4a4ec22572eb8728d92460411bdc92b4c54d3764980
 DIST python-nbxmpp-4.4.0.tar.bz2 137431 BLAKE2B 
5c14d8c8519a862a50d53ff3b7a3f33d8ba4d1e82e9e5b9a9b011f8f36c05ef7c217c95f9410911476c8b24ba2430bda8ad7eafba1ab490b0bc3f55d9cce69ba
 SHA512 
2d6d1ca38345e14785e3a8b85a0f98343daee2e968e5da3e7abd07625fd35318a01d1bb2841fd65c0d05d2a5afccf1226a1d8c273614cedf1a7d3c9543ea83e1
 DIST python-nbxmpp-4.5.0.tar.bz2 137866 BLAKE2B 
ca1f30e351a67fb7b65871cf9aad7181851a0b3293ca66d65b954573773597703cf91c8e6dd2dba434be5e11b1c4cd416c66aa1cef3461cf3757b480e4f86a21
 SHA512 
6bf60dabce29e0af1695f7be372a1bc44d001da338f2e3d50c62b9b4fdfafbeb50f05e465635fceeac88a5b98c700a9c0c630dc535e2fc0a6b342c9006cecdde
+DIST python-nbxmpp-4.5.2.tar.bz2 138088 BLAKE2B 
fb0a13f564a0dbff0fa52a2093e0d5da1461fe8bcf810b34e92b2d18d29be4de678fe2f51c55774330c2785be0caab73930cefc1288292c2d9a5064ccf15e224
 SHA512 
ad7bd3d3673b6f2e718263505e88a4ade502a79cc70d290d6ded5ace96e582945b7ddbf954f5a0419c2b9062e39211f62ba121ed46364314e8afa5e74aad6fc7

diff --git a/dev-python/nbxmpp/nbxmpp-4.5.2.ebuild 
b/dev-python/nbxmpp/nbxmpp-4.5.2.ebuild
new file mode 100644
index ..63ba8f9839aa
--- /dev/null
+++ b/dev-python/nbxmpp/nbxmpp-4.5.2.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+MY_P=python-nbxmpp-${PV}
+DESCRIPTION="Python library to use Jabber/XMPP networks in a non-blocking way"
+HOMEPAGE="
+   https://dev.gajim.org/gajim/python-nbxmpp/
+   https://pypi.org/project/nbxmpp/
+"
+SRC_URI="
+   
https://dev.gajim.org/gajim/python-nbxmpp/-/archive/${PV}/${MY_P}.tar.bz2
+"
+S=${WORKDIR}/${MY_P}
+
+SLOT="0"
+LICENSE="GPL-3"
+KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
+
+RDEPEND="
+   dev-libs/gobject-introspection
+   net-libs/libsoup:3.0[introspection]
+   dev-python/idna[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+   >=dev-python/precis-i18n-1.0.0[${PYTHON_USEDEP}]
+   >=dev-python/pygobject-3.42[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest



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

2023-10-30 Thread Michał Górny
commit: e2e2f97767345a4e6829fb7cbc9f9598628a9bef
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Oct 30 17:46:31 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Oct 30 18:04:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2e2f977

dev-python/nbxmpp: Bump to 4.5.0

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

 dev-python/nbxmpp/Manifest|  1 +
 dev-python/nbxmpp/nbxmpp-4.5.0.ebuild | 35 +++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/nbxmpp/Manifest b/dev-python/nbxmpp/Manifest
index 07ce8e4d1504..93fe3485c860 100644
--- a/dev-python/nbxmpp/Manifest
+++ b/dev-python/nbxmpp/Manifest
@@ -1,3 +1,4 @@
 DIST python-nbxmpp-3.2.5.tar.bz2 132029 BLAKE2B 
846f3b47c3a9a95cf1fa1b557a007fd4901fb4acaa3160ea4b9b1cdff1e9d2c3e64bc5251b739d816f3f1c449c350d1ac44c14cbef87d14fe5a6450418451007
 SHA512 
577f8c7b0f5a7c69b4d980bff93f0a208ab0a660d731eb95ec63b76583194b94bd9d9f6b10fcac3951a6e6afb5d0c4da2140cbc17ef653f19ec6957b5d2e5f04
 DIST python-nbxmpp-4.3.3.tar.bz2 136583 BLAKE2B 
2b5a8cf976a44747c9ab245c6744d6b9b797e5634cff689c17f929107b5ed9e01273cf34e96427d26df0397c70d7fdb7a9f4db095d7582b00e464bea4ea9f4b5
 SHA512 
0c433821b88103418a9326519f8793ae5b430901141333b10a747e60eeec63d576020b3b32b610a5dd52a4a4ec22572eb8728d92460411bdc92b4c54d3764980
 DIST python-nbxmpp-4.4.0.tar.bz2 137431 BLAKE2B 
5c14d8c8519a862a50d53ff3b7a3f33d8ba4d1e82e9e5b9a9b011f8f36c05ef7c217c95f9410911476c8b24ba2430bda8ad7eafba1ab490b0bc3f55d9cce69ba
 SHA512 
2d6d1ca38345e14785e3a8b85a0f98343daee2e968e5da3e7abd07625fd35318a01d1bb2841fd65c0d05d2a5afccf1226a1d8c273614cedf1a7d3c9543ea83e1
+DIST python-nbxmpp-4.5.0.tar.bz2 137866 BLAKE2B 
ca1f30e351a67fb7b65871cf9aad7181851a0b3293ca66d65b954573773597703cf91c8e6dd2dba434be5e11b1c4cd416c66aa1cef3461cf3757b480e4f86a21
 SHA512 
6bf60dabce29e0af1695f7be372a1bc44d001da338f2e3d50c62b9b4fdfafbeb50f05e465635fceeac88a5b98c700a9c0c630dc535e2fc0a6b342c9006cecdde

diff --git a/dev-python/nbxmpp/nbxmpp-4.5.0.ebuild 
b/dev-python/nbxmpp/nbxmpp-4.5.0.ebuild
new file mode 100644
index ..63ba8f9839aa
--- /dev/null
+++ b/dev-python/nbxmpp/nbxmpp-4.5.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+MY_P=python-nbxmpp-${PV}
+DESCRIPTION="Python library to use Jabber/XMPP networks in a non-blocking way"
+HOMEPAGE="
+   https://dev.gajim.org/gajim/python-nbxmpp/
+   https://pypi.org/project/nbxmpp/
+"
+SRC_URI="
+   
https://dev.gajim.org/gajim/python-nbxmpp/-/archive/${PV}/${MY_P}.tar.bz2
+"
+S=${WORKDIR}/${MY_P}
+
+SLOT="0"
+LICENSE="GPL-3"
+KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
+
+RDEPEND="
+   dev-libs/gobject-introspection
+   net-libs/libsoup:3.0[introspection]
+   dev-python/idna[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+   >=dev-python/precis-i18n-1.0.0[${PYTHON_USEDEP}]
+   >=dev-python/pygobject-3.42[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest



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

2023-10-22 Thread Michał Górny
commit: 4d74e5ccca57298357675611d14dbcaf838d7e7e
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 22 18:58:16 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 22 19:14:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d74e5cc

dev-python/nbxmpp: Bump to 4.4.0

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

 dev-python/nbxmpp/Manifest|  1 +
 dev-python/nbxmpp/nbxmpp-4.4.0.ebuild | 35 +++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/nbxmpp/Manifest b/dev-python/nbxmpp/Manifest
index d77791cdfad3..07ce8e4d1504 100644
--- a/dev-python/nbxmpp/Manifest
+++ b/dev-python/nbxmpp/Manifest
@@ -1,2 +1,3 @@
 DIST python-nbxmpp-3.2.5.tar.bz2 132029 BLAKE2B 
846f3b47c3a9a95cf1fa1b557a007fd4901fb4acaa3160ea4b9b1cdff1e9d2c3e64bc5251b739d816f3f1c449c350d1ac44c14cbef87d14fe5a6450418451007
 SHA512 
577f8c7b0f5a7c69b4d980bff93f0a208ab0a660d731eb95ec63b76583194b94bd9d9f6b10fcac3951a6e6afb5d0c4da2140cbc17ef653f19ec6957b5d2e5f04
 DIST python-nbxmpp-4.3.3.tar.bz2 136583 BLAKE2B 
2b5a8cf976a44747c9ab245c6744d6b9b797e5634cff689c17f929107b5ed9e01273cf34e96427d26df0397c70d7fdb7a9f4db095d7582b00e464bea4ea9f4b5
 SHA512 
0c433821b88103418a9326519f8793ae5b430901141333b10a747e60eeec63d576020b3b32b610a5dd52a4a4ec22572eb8728d92460411bdc92b4c54d3764980
+DIST python-nbxmpp-4.4.0.tar.bz2 137431 BLAKE2B 
5c14d8c8519a862a50d53ff3b7a3f33d8ba4d1e82e9e5b9a9b011f8f36c05ef7c217c95f9410911476c8b24ba2430bda8ad7eafba1ab490b0bc3f55d9cce69ba
 SHA512 
2d6d1ca38345e14785e3a8b85a0f98343daee2e968e5da3e7abd07625fd35318a01d1bb2841fd65c0d05d2a5afccf1226a1d8c273614cedf1a7d3c9543ea83e1

diff --git a/dev-python/nbxmpp/nbxmpp-4.4.0.ebuild 
b/dev-python/nbxmpp/nbxmpp-4.4.0.ebuild
new file mode 100644
index ..63ba8f9839aa
--- /dev/null
+++ b/dev-python/nbxmpp/nbxmpp-4.4.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+MY_P=python-nbxmpp-${PV}
+DESCRIPTION="Python library to use Jabber/XMPP networks in a non-blocking way"
+HOMEPAGE="
+   https://dev.gajim.org/gajim/python-nbxmpp/
+   https://pypi.org/project/nbxmpp/
+"
+SRC_URI="
+   
https://dev.gajim.org/gajim/python-nbxmpp/-/archive/${PV}/${MY_P}.tar.bz2
+"
+S=${WORKDIR}/${MY_P}
+
+SLOT="0"
+LICENSE="GPL-3"
+KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
+
+RDEPEND="
+   dev-libs/gobject-introspection
+   net-libs/libsoup:3.0[introspection]
+   dev-python/idna[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+   >=dev-python/precis-i18n-1.0.0[${PYTHON_USEDEP}]
+   >=dev-python/pygobject-3.42[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest



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

2023-10-20 Thread Michał Górny
commit: 057a4b947113a084b97bb913ceb9a1b78eb8298f
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 20 13:19:05 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 20 13:22:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=057a4b94

dev-python/nbxmpp: Enable py3.12

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

 dev-python/nbxmpp/nbxmpp-4.3.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/nbxmpp/nbxmpp-4.3.3.ebuild 
b/dev-python/nbxmpp/nbxmpp-4.3.3.ebuild
index 31c7f5c3b498..057dbf661908 100644
--- a/dev-python/nbxmpp/nbxmpp-4.3.3.ebuild
+++ b/dev-python/nbxmpp/nbxmpp-4.3.3.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1
 



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

2023-09-07 Thread Michał Górny
commit: 4e0665946c166a3e07105b09c29807be334711c1
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Sep  8 04:50:55 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Sep  8 04:53:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e066594

dev-python/nbxmpp: Remove old

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

 dev-python/nbxmpp/Manifest|  2 --
 dev-python/nbxmpp/nbxmpp-4.3.1.ebuild | 35 ---
 dev-python/nbxmpp/nbxmpp-4.3.2.ebuild | 35 ---
 3 files changed, 72 deletions(-)

diff --git a/dev-python/nbxmpp/Manifest b/dev-python/nbxmpp/Manifest
index cf39276b2e9b..d77791cdfad3 100644
--- a/dev-python/nbxmpp/Manifest
+++ b/dev-python/nbxmpp/Manifest
@@ -1,4 +1,2 @@
 DIST python-nbxmpp-3.2.5.tar.bz2 132029 BLAKE2B 
846f3b47c3a9a95cf1fa1b557a007fd4901fb4acaa3160ea4b9b1cdff1e9d2c3e64bc5251b739d816f3f1c449c350d1ac44c14cbef87d14fe5a6450418451007
 SHA512 
577f8c7b0f5a7c69b4d980bff93f0a208ab0a660d731eb95ec63b76583194b94bd9d9f6b10fcac3951a6e6afb5d0c4da2140cbc17ef653f19ec6957b5d2e5f04
-DIST python-nbxmpp-4.3.1.tar.bz2 135981 BLAKE2B 
eb14bf40448fc49cd2656d4ffdafcbe66e4d91d371377f976cc1030067830f47cdd1a27b7c28f0d0a7a4292225913e55db12b6dfb7cc2e5f4ffe230f3aef0e51
 SHA512 
da69a54efed5c906d8c6e5a093254c0b86d21071403838c2cf969b2d969ea4647c3153fdc4231efa5ecce00eff8989a83e818e9ff7590964d25167878ae93adc
-DIST python-nbxmpp-4.3.2.tar.bz2 136430 BLAKE2B 
9f282ab7a5df4c674f83e01282f7d34af8e9f54546d8462e46e84a032847f4e7a21df1852f46a41f07a26c0ef9957fffe068711d08aa73545a35452c24c4
 SHA512 
6aca60d354c0ffc46b95cce13b17a261aa9bb9f3f7f3292499f0e994806377472c74dc5407aee71c773ab76c62a7958899b7959d5ec95a367c0e4b4f7c104c02
 DIST python-nbxmpp-4.3.3.tar.bz2 136583 BLAKE2B 
2b5a8cf976a44747c9ab245c6744d6b9b797e5634cff689c17f929107b5ed9e01273cf34e96427d26df0397c70d7fdb7a9f4db095d7582b00e464bea4ea9f4b5
 SHA512 
0c433821b88103418a9326519f8793ae5b430901141333b10a747e60eeec63d576020b3b32b610a5dd52a4a4ec22572eb8728d92460411bdc92b4c54d3764980

diff --git a/dev-python/nbxmpp/nbxmpp-4.3.1.ebuild 
b/dev-python/nbxmpp/nbxmpp-4.3.1.ebuild
deleted file mode 100644
index 31c7f5c3b498..
--- a/dev-python/nbxmpp/nbxmpp-4.3.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1
-
-MY_P=python-nbxmpp-${PV}
-DESCRIPTION="Python library to use Jabber/XMPP networks in a non-blocking way"
-HOMEPAGE="
-   https://dev.gajim.org/gajim/python-nbxmpp/
-   https://pypi.org/project/nbxmpp/
-"
-SRC_URI="
-   
https://dev.gajim.org/gajim/python-nbxmpp/-/archive/${PV}/${MY_P}.tar.bz2
-"
-S=${WORKDIR}/${MY_P}
-
-SLOT="0"
-LICENSE="GPL-3"
-KEYWORDS="amd64 ~arm64 ~loong ~riscv x86"
-
-RDEPEND="
-   dev-libs/gobject-introspection
-   net-libs/libsoup:3.0[introspection]
-   dev-python/idna[${PYTHON_USEDEP}]
-   dev-python/packaging[${PYTHON_USEDEP}]
-   >=dev-python/precis-i18n-1.0.0[${PYTHON_USEDEP}]
-   >=dev-python/pygobject-3.42[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest

diff --git a/dev-python/nbxmpp/nbxmpp-4.3.2.ebuild 
b/dev-python/nbxmpp/nbxmpp-4.3.2.ebuild
deleted file mode 100644
index 8eff1b51bf70..
--- a/dev-python/nbxmpp/nbxmpp-4.3.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1
-
-MY_P=python-nbxmpp-${PV}
-DESCRIPTION="Python library to use Jabber/XMPP networks in a non-blocking way"
-HOMEPAGE="
-   https://dev.gajim.org/gajim/python-nbxmpp/
-   https://pypi.org/project/nbxmpp/
-"
-SRC_URI="
-   
https://dev.gajim.org/gajim/python-nbxmpp/-/archive/${PV}/${MY_P}.tar.bz2
-"
-S=${WORKDIR}/${MY_P}
-
-SLOT="0"
-LICENSE="GPL-3"
-KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
-
-RDEPEND="
-   dev-libs/gobject-introspection
-   net-libs/libsoup:3.0[introspection]
-   dev-python/idna[${PYTHON_USEDEP}]
-   dev-python/packaging[${PYTHON_USEDEP}]
-   >=dev-python/precis-i18n-1.0.0[${PYTHON_USEDEP}]
-   >=dev-python/pygobject-3.42[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest



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

2023-09-07 Thread Sam James
commit: 212c11698929113add623a1ffb090d902ecf7d1c
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  7 19:50:56 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  7 19:50:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=212c1169

dev-python/nbxmpp: Stabilize 4.3.3 ALLARCHES, #913769

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

 dev-python/nbxmpp/nbxmpp-4.3.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/nbxmpp/nbxmpp-4.3.3.ebuild 
b/dev-python/nbxmpp/nbxmpp-4.3.3.ebuild
index 8eff1b51bf70..31c7f5c3b498 100644
--- a/dev-python/nbxmpp/nbxmpp-4.3.3.ebuild
+++ b/dev-python/nbxmpp/nbxmpp-4.3.3.ebuild
@@ -21,7 +21,7 @@ S=${WORKDIR}/${MY_P}
 
 SLOT="0"
 LICENSE="GPL-3"
-KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~loong ~riscv x86"
 
 RDEPEND="
dev-libs/gobject-introspection



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

2023-08-07 Thread Michał Górny
commit: b2f1fc584c3cfa07eda37697b78076d3ea1cf4ea
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Aug  8 05:25:50 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug  8 05:31:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2f1fc58

dev-python/nbxmpp: Bump to 4.3.2

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

 dev-python/nbxmpp/Manifest|  1 +
 dev-python/nbxmpp/nbxmpp-4.3.2.ebuild | 35 +++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/nbxmpp/Manifest b/dev-python/nbxmpp/Manifest
index 544055f4344e..9cc68269550f 100644
--- a/dev-python/nbxmpp/Manifest
+++ b/dev-python/nbxmpp/Manifest
@@ -1,2 +1,3 @@
 DIST python-nbxmpp-3.2.5.tar.bz2 132029 BLAKE2B 
846f3b47c3a9a95cf1fa1b557a007fd4901fb4acaa3160ea4b9b1cdff1e9d2c3e64bc5251b739d816f3f1c449c350d1ac44c14cbef87d14fe5a6450418451007
 SHA512 
577f8c7b0f5a7c69b4d980bff93f0a208ab0a660d731eb95ec63b76583194b94bd9d9f6b10fcac3951a6e6afb5d0c4da2140cbc17ef653f19ec6957b5d2e5f04
 DIST python-nbxmpp-4.3.1.tar.bz2 135981 BLAKE2B 
eb14bf40448fc49cd2656d4ffdafcbe66e4d91d371377f976cc1030067830f47cdd1a27b7c28f0d0a7a4292225913e55db12b6dfb7cc2e5f4ffe230f3aef0e51
 SHA512 
da69a54efed5c906d8c6e5a093254c0b86d21071403838c2cf969b2d969ea4647c3153fdc4231efa5ecce00eff8989a83e818e9ff7590964d25167878ae93adc
+DIST python-nbxmpp-4.3.2.tar.bz2 136430 BLAKE2B 
9f282ab7a5df4c674f83e01282f7d34af8e9f54546d8462e46e84a032847f4e7a21df1852f46a41f07a26c0ef9957fffe068711d08aa73545a35452c24c4
 SHA512 
6aca60d354c0ffc46b95cce13b17a261aa9bb9f3f7f3292499f0e994806377472c74dc5407aee71c773ab76c62a7958899b7959d5ec95a367c0e4b4f7c104c02

diff --git a/dev-python/nbxmpp/nbxmpp-4.3.2.ebuild 
b/dev-python/nbxmpp/nbxmpp-4.3.2.ebuild
new file mode 100644
index ..8eff1b51bf70
--- /dev/null
+++ b/dev-python/nbxmpp/nbxmpp-4.3.2.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1
+
+MY_P=python-nbxmpp-${PV}
+DESCRIPTION="Python library to use Jabber/XMPP networks in a non-blocking way"
+HOMEPAGE="
+   https://dev.gajim.org/gajim/python-nbxmpp/
+   https://pypi.org/project/nbxmpp/
+"
+SRC_URI="
+   
https://dev.gajim.org/gajim/python-nbxmpp/-/archive/${PV}/${MY_P}.tar.bz2
+"
+S=${WORKDIR}/${MY_P}
+
+SLOT="0"
+LICENSE="GPL-3"
+KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
+
+RDEPEND="
+   dev-libs/gobject-introspection
+   net-libs/libsoup:3.0[introspection]
+   dev-python/idna[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+   >=dev-python/precis-i18n-1.0.0[${PYTHON_USEDEP}]
+   >=dev-python/pygobject-3.42[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest



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

2023-07-26 Thread WANG Xuerui
commit: 066a7a74a01b004fe88e269bbb5a4ace1ebefd3a
Author: WANG Xuerui  gentoo  org>
AuthorDate: Thu Jul 27 04:25:20 2023 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Thu Jul 27 05:10:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=066a7a74

dev-python/nbxmpp: keyword 4.3.1 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 dev-python/nbxmpp/nbxmpp-4.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/nbxmpp/nbxmpp-4.3.1.ebuild 
b/dev-python/nbxmpp/nbxmpp-4.3.1.ebuild
index 24eb0a76f3a8..31c7f5c3b498 100644
--- a/dev-python/nbxmpp/nbxmpp-4.3.1.ebuild
+++ b/dev-python/nbxmpp/nbxmpp-4.3.1.ebuild
@@ -21,7 +21,7 @@ S=${WORKDIR}/${MY_P}
 
 SLOT="0"
 LICENSE="GPL-3"
-KEYWORDS="amd64 ~arm64 ~riscv x86"
+KEYWORDS="amd64 ~arm64 ~loong ~riscv x86"
 
 RDEPEND="
dev-libs/gobject-introspection



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

2023-06-27 Thread Michał Górny
commit: d9d84e8d5d6f68b507a783003e8afbd46b0d69f6
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun 27 11:54:13 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun 27 11:54:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9d84e8d

dev-python/nbxmpp: Remove old

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

 dev-python/nbxmpp/Manifest|  2 --
 dev-python/nbxmpp/nbxmpp-4.2.2.ebuild | 35 ---
 dev-python/nbxmpp/nbxmpp-4.3.0.ebuild | 35 ---
 3 files changed, 72 deletions(-)

diff --git a/dev-python/nbxmpp/Manifest b/dev-python/nbxmpp/Manifest
index 5d59a70bcf34..544055f4344e 100644
--- a/dev-python/nbxmpp/Manifest
+++ b/dev-python/nbxmpp/Manifest
@@ -1,4 +1,2 @@
 DIST python-nbxmpp-3.2.5.tar.bz2 132029 BLAKE2B 
846f3b47c3a9a95cf1fa1b557a007fd4901fb4acaa3160ea4b9b1cdff1e9d2c3e64bc5251b739d816f3f1c449c350d1ac44c14cbef87d14fe5a6450418451007
 SHA512 
577f8c7b0f5a7c69b4d980bff93f0a208ab0a660d731eb95ec63b76583194b94bd9d9f6b10fcac3951a6e6afb5d0c4da2140cbc17ef653f19ec6957b5d2e5f04
-DIST python-nbxmpp-4.2.2.tar.bz2 133951 BLAKE2B 
4ef9d7a6b2f1a548eac3d97eee322badbce5c69114441145ee525df45c5291771de3171e6591c0962dfe077fd9bc9fc83b8caeaefaeb13e0eb65b4ebcb5d37c7
 SHA512 
6edf469354ad1bb1eeb2545f67b4e7cf2362becfb2cc8c2caa6f050d56c0c15ac2fd29d52095d673199da7170ccfddbf7e8d8f98c47882ab75d14d19f71a81d9
-DIST python-nbxmpp-4.3.0.tar.bz2 135597 BLAKE2B 
e0d193bc8c99aa473c013607d341b4b0adc8a3639f8f51c2d00ac8f7d5fbd779540f791d44e685f54e46b3df140c18611fe252bdaad7cb5e650318ac8cdfd70f
 SHA512 
da1fc22d51d7ffbe5a1df5fffd33c16c131348713f6e56b1d654d3f3c0e30e9dae9745ff6f20148e746205b74e8180dbf322e5f603475d85779ab2e075d22835
 DIST python-nbxmpp-4.3.1.tar.bz2 135981 BLAKE2B 
eb14bf40448fc49cd2656d4ffdafcbe66e4d91d371377f976cc1030067830f47cdd1a27b7c28f0d0a7a4292225913e55db12b6dfb7cc2e5f4ffe230f3aef0e51
 SHA512 
da69a54efed5c906d8c6e5a093254c0b86d21071403838c2cf969b2d969ea4647c3153fdc4231efa5ecce00eff8989a83e818e9ff7590964d25167878ae93adc

diff --git a/dev-python/nbxmpp/nbxmpp-4.2.2.ebuild 
b/dev-python/nbxmpp/nbxmpp-4.2.2.ebuild
deleted file mode 100644
index 24eb0a76f3a8..
--- a/dev-python/nbxmpp/nbxmpp-4.2.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1
-
-MY_P=python-nbxmpp-${PV}
-DESCRIPTION="Python library to use Jabber/XMPP networks in a non-blocking way"
-HOMEPAGE="
-   https://dev.gajim.org/gajim/python-nbxmpp/
-   https://pypi.org/project/nbxmpp/
-"
-SRC_URI="
-   
https://dev.gajim.org/gajim/python-nbxmpp/-/archive/${PV}/${MY_P}.tar.bz2
-"
-S=${WORKDIR}/${MY_P}
-
-SLOT="0"
-LICENSE="GPL-3"
-KEYWORDS="amd64 ~arm64 ~riscv x86"
-
-RDEPEND="
-   dev-libs/gobject-introspection
-   net-libs/libsoup:3.0[introspection]
-   dev-python/idna[${PYTHON_USEDEP}]
-   dev-python/packaging[${PYTHON_USEDEP}]
-   >=dev-python/precis-i18n-1.0.0[${PYTHON_USEDEP}]
-   >=dev-python/pygobject-3.42[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest

diff --git a/dev-python/nbxmpp/nbxmpp-4.3.0.ebuild 
b/dev-python/nbxmpp/nbxmpp-4.3.0.ebuild
deleted file mode 100644
index 570d6eeeb400..
--- a/dev-python/nbxmpp/nbxmpp-4.3.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1
-
-MY_P=python-nbxmpp-${PV}
-DESCRIPTION="Python library to use Jabber/XMPP networks in a non-blocking way"
-HOMEPAGE="
-   https://dev.gajim.org/gajim/python-nbxmpp/
-   https://pypi.org/project/nbxmpp/
-"
-SRC_URI="
-   
https://dev.gajim.org/gajim/python-nbxmpp/-/archive/${PV}/${MY_P}.tar.bz2
-"
-S=${WORKDIR}/${MY_P}
-
-SLOT="0"
-LICENSE="GPL-3"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
-
-RDEPEND="
-   dev-libs/gobject-introspection
-   net-libs/libsoup:3.0[introspection]
-   dev-python/idna[${PYTHON_USEDEP}]
-   dev-python/packaging[${PYTHON_USEDEP}]
-   >=dev-python/precis-i18n-1.0.0[${PYTHON_USEDEP}]
-   >=dev-python/pygobject-3.42[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest



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

2023-06-26 Thread Jakov Smolić
commit: d9787259c4105f3ac0bd78acbba4559d4ce630bd
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Jun 27 05:18:44 2023 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Jun 27 05:18:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9787259

dev-python/nbxmpp: Stabilize 4.3.1 ALLARCHES, #909239

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

 dev-python/nbxmpp/nbxmpp-4.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/nbxmpp/nbxmpp-4.3.1.ebuild 
b/dev-python/nbxmpp/nbxmpp-4.3.1.ebuild
index 570d6eeeb400..24eb0a76f3a8 100644
--- a/dev-python/nbxmpp/nbxmpp-4.3.1.ebuild
+++ b/dev-python/nbxmpp/nbxmpp-4.3.1.ebuild
@@ -21,7 +21,7 @@ S=${WORKDIR}/${MY_P}
 
 SLOT="0"
 LICENSE="GPL-3"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~riscv x86"
 
 RDEPEND="
dev-libs/gobject-introspection



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

2023-05-28 Thread Michał Górny
commit: 0a1dd79599217693a38c4b6ba0ce4f08b3b7bcdc
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 29 05:29:18 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 29 05:49:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a1dd795

dev-python/nbxmpp: Bump to 4.3.1

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

 dev-python/nbxmpp/Manifest|  1 +
 dev-python/nbxmpp/nbxmpp-4.3.1.ebuild | 35 +++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/nbxmpp/Manifest b/dev-python/nbxmpp/Manifest
index cad19b83deea..5d59a70bcf34 100644
--- a/dev-python/nbxmpp/Manifest
+++ b/dev-python/nbxmpp/Manifest
@@ -1,3 +1,4 @@
 DIST python-nbxmpp-3.2.5.tar.bz2 132029 BLAKE2B 
846f3b47c3a9a95cf1fa1b557a007fd4901fb4acaa3160ea4b9b1cdff1e9d2c3e64bc5251b739d816f3f1c449c350d1ac44c14cbef87d14fe5a6450418451007
 SHA512 
577f8c7b0f5a7c69b4d980bff93f0a208ab0a660d731eb95ec63b76583194b94bd9d9f6b10fcac3951a6e6afb5d0c4da2140cbc17ef653f19ec6957b5d2e5f04
 DIST python-nbxmpp-4.2.2.tar.bz2 133951 BLAKE2B 
4ef9d7a6b2f1a548eac3d97eee322badbce5c69114441145ee525df45c5291771de3171e6591c0962dfe077fd9bc9fc83b8caeaefaeb13e0eb65b4ebcb5d37c7
 SHA512 
6edf469354ad1bb1eeb2545f67b4e7cf2362becfb2cc8c2caa6f050d56c0c15ac2fd29d52095d673199da7170ccfddbf7e8d8f98c47882ab75d14d19f71a81d9
 DIST python-nbxmpp-4.3.0.tar.bz2 135597 BLAKE2B 
e0d193bc8c99aa473c013607d341b4b0adc8a3639f8f51c2d00ac8f7d5fbd779540f791d44e685f54e46b3df140c18611fe252bdaad7cb5e650318ac8cdfd70f
 SHA512 
da1fc22d51d7ffbe5a1df5fffd33c16c131348713f6e56b1d654d3f3c0e30e9dae9745ff6f20148e746205b74e8180dbf322e5f603475d85779ab2e075d22835
+DIST python-nbxmpp-4.3.1.tar.bz2 135981 BLAKE2B 
eb14bf40448fc49cd2656d4ffdafcbe66e4d91d371377f976cc1030067830f47cdd1a27b7c28f0d0a7a4292225913e55db12b6dfb7cc2e5f4ffe230f3aef0e51
 SHA512 
da69a54efed5c906d8c6e5a093254c0b86d21071403838c2cf969b2d969ea4647c3153fdc4231efa5ecce00eff8989a83e818e9ff7590964d25167878ae93adc

diff --git a/dev-python/nbxmpp/nbxmpp-4.3.1.ebuild 
b/dev-python/nbxmpp/nbxmpp-4.3.1.ebuild
new file mode 100644
index ..570d6eeeb400
--- /dev/null
+++ b/dev-python/nbxmpp/nbxmpp-4.3.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1
+
+MY_P=python-nbxmpp-${PV}
+DESCRIPTION="Python library to use Jabber/XMPP networks in a non-blocking way"
+HOMEPAGE="
+   https://dev.gajim.org/gajim/python-nbxmpp/
+   https://pypi.org/project/nbxmpp/
+"
+SRC_URI="
+   
https://dev.gajim.org/gajim/python-nbxmpp/-/archive/${PV}/${MY_P}.tar.bz2
+"
+S=${WORKDIR}/${MY_P}
+
+SLOT="0"
+LICENSE="GPL-3"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+
+RDEPEND="
+   dev-libs/gobject-introspection
+   net-libs/libsoup:3.0[introspection]
+   dev-python/idna[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+   >=dev-python/precis-i18n-1.0.0[${PYTHON_USEDEP}]
+   >=dev-python/pygobject-3.42[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest



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

2023-05-26 Thread Michał Górny
commit: f6b765a289c14adab0aea95a2054982e26d34cb5
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May 26 17:14:04 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May 26 17:14:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6b765a2

dev-python/nbxmpp: Bump to 4.3.0

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

 dev-python/nbxmpp/Manifest|  1 +
 dev-python/nbxmpp/nbxmpp-4.3.0.ebuild | 35 +++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/nbxmpp/Manifest b/dev-python/nbxmpp/Manifest
index 0147d4cb5a0d..cad19b83deea 100644
--- a/dev-python/nbxmpp/Manifest
+++ b/dev-python/nbxmpp/Manifest
@@ -1,2 +1,3 @@
 DIST python-nbxmpp-3.2.5.tar.bz2 132029 BLAKE2B 
846f3b47c3a9a95cf1fa1b557a007fd4901fb4acaa3160ea4b9b1cdff1e9d2c3e64bc5251b739d816f3f1c449c350d1ac44c14cbef87d14fe5a6450418451007
 SHA512 
577f8c7b0f5a7c69b4d980bff93f0a208ab0a660d731eb95ec63b76583194b94bd9d9f6b10fcac3951a6e6afb5d0c4da2140cbc17ef653f19ec6957b5d2e5f04
 DIST python-nbxmpp-4.2.2.tar.bz2 133951 BLAKE2B 
4ef9d7a6b2f1a548eac3d97eee322badbce5c69114441145ee525df45c5291771de3171e6591c0962dfe077fd9bc9fc83b8caeaefaeb13e0eb65b4ebcb5d37c7
 SHA512 
6edf469354ad1bb1eeb2545f67b4e7cf2362becfb2cc8c2caa6f050d56c0c15ac2fd29d52095d673199da7170ccfddbf7e8d8f98c47882ab75d14d19f71a81d9
+DIST python-nbxmpp-4.3.0.tar.bz2 135597 BLAKE2B 
e0d193bc8c99aa473c013607d341b4b0adc8a3639f8f51c2d00ac8f7d5fbd779540f791d44e685f54e46b3df140c18611fe252bdaad7cb5e650318ac8cdfd70f
 SHA512 
da1fc22d51d7ffbe5a1df5fffd33c16c131348713f6e56b1d654d3f3c0e30e9dae9745ff6f20148e746205b74e8180dbf322e5f603475d85779ab2e075d22835

diff --git a/dev-python/nbxmpp/nbxmpp-4.3.0.ebuild 
b/dev-python/nbxmpp/nbxmpp-4.3.0.ebuild
new file mode 100644
index ..570d6eeeb400
--- /dev/null
+++ b/dev-python/nbxmpp/nbxmpp-4.3.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1
+
+MY_P=python-nbxmpp-${PV}
+DESCRIPTION="Python library to use Jabber/XMPP networks in a non-blocking way"
+HOMEPAGE="
+   https://dev.gajim.org/gajim/python-nbxmpp/
+   https://pypi.org/project/nbxmpp/
+"
+SRC_URI="
+   
https://dev.gajim.org/gajim/python-nbxmpp/-/archive/${PV}/${MY_P}.tar.bz2
+"
+S=${WORKDIR}/${MY_P}
+
+SLOT="0"
+LICENSE="GPL-3"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+
+RDEPEND="
+   dev-libs/gobject-introspection
+   net-libs/libsoup:3.0[introspection]
+   dev-python/idna[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+   >=dev-python/precis-i18n-1.0.0[${PYTHON_USEDEP}]
+   >=dev-python/pygobject-3.42[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest



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

2023-04-22 Thread Michał Górny
commit: 3bdabdc4dd1c5b72927efd4aa398dcf82a07404c
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 22 16:16:30 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr 22 16:16:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bdabdc4

dev-python/nbxmpp: Remove old

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

 dev-python/nbxmpp/Manifest|  2 --
 dev-python/nbxmpp/nbxmpp-4.2.0.ebuild | 35 ---
 dev-python/nbxmpp/nbxmpp-4.2.1.ebuild | 35 ---
 3 files changed, 72 deletions(-)

diff --git a/dev-python/nbxmpp/Manifest b/dev-python/nbxmpp/Manifest
index c651283ffd4f..0147d4cb5a0d 100644
--- a/dev-python/nbxmpp/Manifest
+++ b/dev-python/nbxmpp/Manifest
@@ -1,4 +1,2 @@
 DIST python-nbxmpp-3.2.5.tar.bz2 132029 BLAKE2B 
846f3b47c3a9a95cf1fa1b557a007fd4901fb4acaa3160ea4b9b1cdff1e9d2c3e64bc5251b739d816f3f1c449c350d1ac44c14cbef87d14fe5a6450418451007
 SHA512 
577f8c7b0f5a7c69b4d980bff93f0a208ab0a660d731eb95ec63b76583194b94bd9d9f6b10fcac3951a6e6afb5d0c4da2140cbc17ef653f19ec6957b5d2e5f04
-DIST python-nbxmpp-4.2.0.tar.bz2 133803 BLAKE2B 
db63b5ca085a90913ba6cac07c214e2528bf629bab24f7256ee751fb3ae4ddf417a9d09c509a259d468fff81feaf890b639bb9145b02c957fe777101bfbe7afb
 SHA512 
8927b867ece2be1a2610cc5221615f026bd84b242a2d257740079f86aaa61c7f6208e90c8051f570d5539189476c68a316f840240ae0a6372311f353182b2940
-DIST python-nbxmpp-4.2.1.tar.bz2 134008 BLAKE2B 
bfd412bcef465eb59f7f5b6311d7786f24585be80932b74b2d2e75999320c24bef7438d10cbb81cd87f00dbb6733859e19c2c8b032374c3ff0c75d678f5a1439
 SHA512 
3ff7b29e374057c646b153a1bb987b5df830a3392988b97c2b27466054d50d09109893399a02ef11da7f7e7a9386c987d289205f0d1bd4af56e495b19c7c3026
 DIST python-nbxmpp-4.2.2.tar.bz2 133951 BLAKE2B 
4ef9d7a6b2f1a548eac3d97eee322badbce5c69114441145ee525df45c5291771de3171e6591c0962dfe077fd9bc9fc83b8caeaefaeb13e0eb65b4ebcb5d37c7
 SHA512 
6edf469354ad1bb1eeb2545f67b4e7cf2362becfb2cc8c2caa6f050d56c0c15ac2fd29d52095d673199da7170ccfddbf7e8d8f98c47882ab75d14d19f71a81d9

diff --git a/dev-python/nbxmpp/nbxmpp-4.2.0.ebuild 
b/dev-python/nbxmpp/nbxmpp-4.2.0.ebuild
deleted file mode 100644
index 24eb0a76f3a8..
--- a/dev-python/nbxmpp/nbxmpp-4.2.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1
-
-MY_P=python-nbxmpp-${PV}
-DESCRIPTION="Python library to use Jabber/XMPP networks in a non-blocking way"
-HOMEPAGE="
-   https://dev.gajim.org/gajim/python-nbxmpp/
-   https://pypi.org/project/nbxmpp/
-"
-SRC_URI="
-   
https://dev.gajim.org/gajim/python-nbxmpp/-/archive/${PV}/${MY_P}.tar.bz2
-"
-S=${WORKDIR}/${MY_P}
-
-SLOT="0"
-LICENSE="GPL-3"
-KEYWORDS="amd64 ~arm64 ~riscv x86"
-
-RDEPEND="
-   dev-libs/gobject-introspection
-   net-libs/libsoup:3.0[introspection]
-   dev-python/idna[${PYTHON_USEDEP}]
-   dev-python/packaging[${PYTHON_USEDEP}]
-   >=dev-python/precis-i18n-1.0.0[${PYTHON_USEDEP}]
-   >=dev-python/pygobject-3.42[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest

diff --git a/dev-python/nbxmpp/nbxmpp-4.2.1.ebuild 
b/dev-python/nbxmpp/nbxmpp-4.2.1.ebuild
deleted file mode 100644
index 570d6eeeb400..
--- a/dev-python/nbxmpp/nbxmpp-4.2.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1
-
-MY_P=python-nbxmpp-${PV}
-DESCRIPTION="Python library to use Jabber/XMPP networks in a non-blocking way"
-HOMEPAGE="
-   https://dev.gajim.org/gajim/python-nbxmpp/
-   https://pypi.org/project/nbxmpp/
-"
-SRC_URI="
-   
https://dev.gajim.org/gajim/python-nbxmpp/-/archive/${PV}/${MY_P}.tar.bz2
-"
-S=${WORKDIR}/${MY_P}
-
-SLOT="0"
-LICENSE="GPL-3"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
-
-RDEPEND="
-   dev-libs/gobject-introspection
-   net-libs/libsoup:3.0[introspection]
-   dev-python/idna[${PYTHON_USEDEP}]
-   dev-python/packaging[${PYTHON_USEDEP}]
-   >=dev-python/precis-i18n-1.0.0[${PYTHON_USEDEP}]
-   >=dev-python/pygobject-3.42[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest



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

2023-04-22 Thread Sam James
commit: 645a5ef72dcc0c5246c03663023d9bf44729e041
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr 22 11:31:25 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr 22 11:31:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=645a5ef7

dev-python/nbxmpp: Stabilize 4.2.2 ALLARCHES, #904811

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

 dev-python/nbxmpp/nbxmpp-4.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/nbxmpp/nbxmpp-4.2.2.ebuild 
b/dev-python/nbxmpp/nbxmpp-4.2.2.ebuild
index 570d6eeeb400..24eb0a76f3a8 100644
--- a/dev-python/nbxmpp/nbxmpp-4.2.2.ebuild
+++ b/dev-python/nbxmpp/nbxmpp-4.2.2.ebuild
@@ -21,7 +21,7 @@ S=${WORKDIR}/${MY_P}
 
 SLOT="0"
 LICENSE="GPL-3"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~riscv x86"
 
 RDEPEND="
dev-libs/gobject-introspection



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

2023-03-25 Thread Michał Górny
commit: a415dd7eb0292cf9c0de78027a93617c9dddec5b
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar 26 02:46:18 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar 26 03:01:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a415dd7e

dev-python/nbxmpp: Bump to 4.2.2

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

 dev-python/nbxmpp/Manifest|  1 +
 dev-python/nbxmpp/nbxmpp-4.2.2.ebuild | 35 +++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/nbxmpp/Manifest b/dev-python/nbxmpp/Manifest
index 9fd9b911bdf6..c651283ffd4f 100644
--- a/dev-python/nbxmpp/Manifest
+++ b/dev-python/nbxmpp/Manifest
@@ -1,3 +1,4 @@
 DIST python-nbxmpp-3.2.5.tar.bz2 132029 BLAKE2B 
846f3b47c3a9a95cf1fa1b557a007fd4901fb4acaa3160ea4b9b1cdff1e9d2c3e64bc5251b739d816f3f1c449c350d1ac44c14cbef87d14fe5a6450418451007
 SHA512 
577f8c7b0f5a7c69b4d980bff93f0a208ab0a660d731eb95ec63b76583194b94bd9d9f6b10fcac3951a6e6afb5d0c4da2140cbc17ef653f19ec6957b5d2e5f04
 DIST python-nbxmpp-4.2.0.tar.bz2 133803 BLAKE2B 
db63b5ca085a90913ba6cac07c214e2528bf629bab24f7256ee751fb3ae4ddf417a9d09c509a259d468fff81feaf890b639bb9145b02c957fe777101bfbe7afb
 SHA512 
8927b867ece2be1a2610cc5221615f026bd84b242a2d257740079f86aaa61c7f6208e90c8051f570d5539189476c68a316f840240ae0a6372311f353182b2940
 DIST python-nbxmpp-4.2.1.tar.bz2 134008 BLAKE2B 
bfd412bcef465eb59f7f5b6311d7786f24585be80932b74b2d2e75999320c24bef7438d10cbb81cd87f00dbb6733859e19c2c8b032374c3ff0c75d678f5a1439
 SHA512 
3ff7b29e374057c646b153a1bb987b5df830a3392988b97c2b27466054d50d09109893399a02ef11da7f7e7a9386c987d289205f0d1bd4af56e495b19c7c3026
+DIST python-nbxmpp-4.2.2.tar.bz2 133951 BLAKE2B 
4ef9d7a6b2f1a548eac3d97eee322badbce5c69114441145ee525df45c5291771de3171e6591c0962dfe077fd9bc9fc83b8caeaefaeb13e0eb65b4ebcb5d37c7
 SHA512 
6edf469354ad1bb1eeb2545f67b4e7cf2362becfb2cc8c2caa6f050d56c0c15ac2fd29d52095d673199da7170ccfddbf7e8d8f98c47882ab75d14d19f71a81d9

diff --git a/dev-python/nbxmpp/nbxmpp-4.2.2.ebuild 
b/dev-python/nbxmpp/nbxmpp-4.2.2.ebuild
new file mode 100644
index ..570d6eeeb400
--- /dev/null
+++ b/dev-python/nbxmpp/nbxmpp-4.2.2.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1
+
+MY_P=python-nbxmpp-${PV}
+DESCRIPTION="Python library to use Jabber/XMPP networks in a non-blocking way"
+HOMEPAGE="
+   https://dev.gajim.org/gajim/python-nbxmpp/
+   https://pypi.org/project/nbxmpp/
+"
+SRC_URI="
+   
https://dev.gajim.org/gajim/python-nbxmpp/-/archive/${PV}/${MY_P}.tar.bz2
+"
+S=${WORKDIR}/${MY_P}
+
+SLOT="0"
+LICENSE="GPL-3"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+
+RDEPEND="
+   dev-libs/gobject-introspection
+   net-libs/libsoup:3.0[introspection]
+   dev-python/idna[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+   >=dev-python/precis-i18n-1.0.0[${PYTHON_USEDEP}]
+   >=dev-python/pygobject-3.42[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest



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

2023-03-18 Thread Michał Górny
commit: 779335094965aaf15aacd39c01f7c0f92a691c1a
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar 19 04:02:16 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar 19 04:13:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77933509

dev-python/nbxmpp: Bump to 4.2.1

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

 dev-python/nbxmpp/Manifest|  1 +
 dev-python/nbxmpp/nbxmpp-4.2.1.ebuild | 35 +++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/nbxmpp/Manifest b/dev-python/nbxmpp/Manifest
index 86fff1b44467..9fd9b911bdf6 100644
--- a/dev-python/nbxmpp/Manifest
+++ b/dev-python/nbxmpp/Manifest
@@ -1,2 +1,3 @@
 DIST python-nbxmpp-3.2.5.tar.bz2 132029 BLAKE2B 
846f3b47c3a9a95cf1fa1b557a007fd4901fb4acaa3160ea4b9b1cdff1e9d2c3e64bc5251b739d816f3f1c449c350d1ac44c14cbef87d14fe5a6450418451007
 SHA512 
577f8c7b0f5a7c69b4d980bff93f0a208ab0a660d731eb95ec63b76583194b94bd9d9f6b10fcac3951a6e6afb5d0c4da2140cbc17ef653f19ec6957b5d2e5f04
 DIST python-nbxmpp-4.2.0.tar.bz2 133803 BLAKE2B 
db63b5ca085a90913ba6cac07c214e2528bf629bab24f7256ee751fb3ae4ddf417a9d09c509a259d468fff81feaf890b639bb9145b02c957fe777101bfbe7afb
 SHA512 
8927b867ece2be1a2610cc5221615f026bd84b242a2d257740079f86aaa61c7f6208e90c8051f570d5539189476c68a316f840240ae0a6372311f353182b2940
+DIST python-nbxmpp-4.2.1.tar.bz2 134008 BLAKE2B 
bfd412bcef465eb59f7f5b6311d7786f24585be80932b74b2d2e75999320c24bef7438d10cbb81cd87f00dbb6733859e19c2c8b032374c3ff0c75d678f5a1439
 SHA512 
3ff7b29e374057c646b153a1bb987b5df830a3392988b97c2b27466054d50d09109893399a02ef11da7f7e7a9386c987d289205f0d1bd4af56e495b19c7c3026

diff --git a/dev-python/nbxmpp/nbxmpp-4.2.1.ebuild 
b/dev-python/nbxmpp/nbxmpp-4.2.1.ebuild
new file mode 100644
index ..570d6eeeb400
--- /dev/null
+++ b/dev-python/nbxmpp/nbxmpp-4.2.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1
+
+MY_P=python-nbxmpp-${PV}
+DESCRIPTION="Python library to use Jabber/XMPP networks in a non-blocking way"
+HOMEPAGE="
+   https://dev.gajim.org/gajim/python-nbxmpp/
+   https://pypi.org/project/nbxmpp/
+"
+SRC_URI="
+   
https://dev.gajim.org/gajim/python-nbxmpp/-/archive/${PV}/${MY_P}.tar.bz2
+"
+S=${WORKDIR}/${MY_P}
+
+SLOT="0"
+LICENSE="GPL-3"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+
+RDEPEND="
+   dev-libs/gobject-introspection
+   net-libs/libsoup:3.0[introspection]
+   dev-python/idna[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+   >=dev-python/precis-i18n-1.0.0[${PYTHON_USEDEP}]
+   >=dev-python/pygobject-3.42[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest



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

2023-03-11 Thread Michał Górny
commit: ea06633a8b76b45a80525f84f0e7ebe7f2e2cefc
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 11 09:50:26 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 11 09:50:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea06633a

dev-python/nbxmpp: Remove old

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

 dev-python/nbxmpp/Manifest|  1 -
 dev-python/nbxmpp/nbxmpp-4.1.0.ebuild | 35 ---
 2 files changed, 36 deletions(-)

diff --git a/dev-python/nbxmpp/Manifest b/dev-python/nbxmpp/Manifest
index 1ed0873e3fd5..86fff1b44467 100644
--- a/dev-python/nbxmpp/Manifest
+++ b/dev-python/nbxmpp/Manifest
@@ -1,3 +1,2 @@
 DIST python-nbxmpp-3.2.5.tar.bz2 132029 BLAKE2B 
846f3b47c3a9a95cf1fa1b557a007fd4901fb4acaa3160ea4b9b1cdff1e9d2c3e64bc5251b739d816f3f1c449c350d1ac44c14cbef87d14fe5a6450418451007
 SHA512 
577f8c7b0f5a7c69b4d980bff93f0a208ab0a660d731eb95ec63b76583194b94bd9d9f6b10fcac3951a6e6afb5d0c4da2140cbc17ef653f19ec6957b5d2e5f04
-DIST python-nbxmpp-4.1.0.tar.bz2 132973 BLAKE2B 
b28b7e24debecd5088234d8eb862aebdbd461511c02f0bf8b45429c3b1964706046fdc773d654b4dce7a6ec62cc1f58e5caf9f9ef2cc0c58603129232e658325
 SHA512 
fd977ba9e4795abec8e1367462e7ae8c38671deea1e40849e84350bdab8281595f839848a8dff6fa730f65c5b60d82826b4d660ca2f14519ce2db0bd5f092782
 DIST python-nbxmpp-4.2.0.tar.bz2 133803 BLAKE2B 
db63b5ca085a90913ba6cac07c214e2528bf629bab24f7256ee751fb3ae4ddf417a9d09c509a259d468fff81feaf890b639bb9145b02c957fe777101bfbe7afb
 SHA512 
8927b867ece2be1a2610cc5221615f026bd84b242a2d257740079f86aaa61c7f6208e90c8051f570d5539189476c68a316f840240ae0a6372311f353182b2940

diff --git a/dev-python/nbxmpp/nbxmpp-4.1.0.ebuild 
b/dev-python/nbxmpp/nbxmpp-4.1.0.ebuild
deleted file mode 100644
index 68b1414870d9..
--- a/dev-python/nbxmpp/nbxmpp-4.1.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1
-
-MY_P=python-nbxmpp-${PV}
-DESCRIPTION="Python library to use Jabber/XMPP networks in a non-blocking way"
-HOMEPAGE="
-   https://dev.gajim.org/gajim/python-nbxmpp/
-   https://pypi.org/project/nbxmpp/
-"
-SRC_URI="
-   
https://dev.gajim.org/gajim/python-nbxmpp/-/archive/${PV}/${MY_P}.tar.bz2
-"
-S=${WORKDIR}/${MY_P}
-
-SLOT="0"
-LICENSE="GPL-3"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
-
-RDEPEND="
-   dev-libs/gobject-introspection
-   net-libs/libsoup:3.0[introspection]
-   dev-python/idna[${PYTHON_USEDEP}]
-   dev-python/packaging[${PYTHON_USEDEP}]
-   >=dev-python/precis-i18n-1.0.0[${PYTHON_USEDEP}]
-   dev-python/pygobject[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest



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

2023-03-11 Thread Arthur Zamarin
commit: c5464a5f0e0532c0005be0b45e3c53d92efbf244
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 11 08:33:02 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 11 08:33:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5464a5f

dev-python/nbxmpp: Stabilize 4.2.0 ALLARCHES, #900793

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

 dev-python/nbxmpp/nbxmpp-4.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/nbxmpp/nbxmpp-4.2.0.ebuild 
b/dev-python/nbxmpp/nbxmpp-4.2.0.ebuild
index 570d6eeeb400..24eb0a76f3a8 100644
--- a/dev-python/nbxmpp/nbxmpp-4.2.0.ebuild
+++ b/dev-python/nbxmpp/nbxmpp-4.2.0.ebuild
@@ -21,7 +21,7 @@ S=${WORKDIR}/${MY_P}
 
 SLOT="0"
 LICENSE="GPL-3"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~riscv x86"
 
 RDEPEND="
dev-libs/gobject-introspection



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

2023-02-05 Thread Michał Górny
commit: 40f56fb768360eb3619e5add437e7be03a7f16a3
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb  6 04:18:10 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb  6 04:31:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40f56fb7

dev-python/nbxmpp: Bump to 4.2.0

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

 dev-python/nbxmpp/Manifest|  1 +
 dev-python/nbxmpp/nbxmpp-4.2.0.ebuild | 35 +++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/nbxmpp/Manifest b/dev-python/nbxmpp/Manifest
index 2a007555a72a..1ed0873e3fd5 100644
--- a/dev-python/nbxmpp/Manifest
+++ b/dev-python/nbxmpp/Manifest
@@ -1,2 +1,3 @@
 DIST python-nbxmpp-3.2.5.tar.bz2 132029 BLAKE2B 
846f3b47c3a9a95cf1fa1b557a007fd4901fb4acaa3160ea4b9b1cdff1e9d2c3e64bc5251b739d816f3f1c449c350d1ac44c14cbef87d14fe5a6450418451007
 SHA512 
577f8c7b0f5a7c69b4d980bff93f0a208ab0a660d731eb95ec63b76583194b94bd9d9f6b10fcac3951a6e6afb5d0c4da2140cbc17ef653f19ec6957b5d2e5f04
 DIST python-nbxmpp-4.1.0.tar.bz2 132973 BLAKE2B 
b28b7e24debecd5088234d8eb862aebdbd461511c02f0bf8b45429c3b1964706046fdc773d654b4dce7a6ec62cc1f58e5caf9f9ef2cc0c58603129232e658325
 SHA512 
fd977ba9e4795abec8e1367462e7ae8c38671deea1e40849e84350bdab8281595f839848a8dff6fa730f65c5b60d82826b4d660ca2f14519ce2db0bd5f092782
+DIST python-nbxmpp-4.2.0.tar.bz2 133803 BLAKE2B 
db63b5ca085a90913ba6cac07c214e2528bf629bab24f7256ee751fb3ae4ddf417a9d09c509a259d468fff81feaf890b639bb9145b02c957fe777101bfbe7afb
 SHA512 
8927b867ece2be1a2610cc5221615f026bd84b242a2d257740079f86aaa61c7f6208e90c8051f570d5539189476c68a316f840240ae0a6372311f353182b2940

diff --git a/dev-python/nbxmpp/nbxmpp-4.2.0.ebuild 
b/dev-python/nbxmpp/nbxmpp-4.2.0.ebuild
new file mode 100644
index ..570d6eeeb400
--- /dev/null
+++ b/dev-python/nbxmpp/nbxmpp-4.2.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1
+
+MY_P=python-nbxmpp-${PV}
+DESCRIPTION="Python library to use Jabber/XMPP networks in a non-blocking way"
+HOMEPAGE="
+   https://dev.gajim.org/gajim/python-nbxmpp/
+   https://pypi.org/project/nbxmpp/
+"
+SRC_URI="
+   
https://dev.gajim.org/gajim/python-nbxmpp/-/archive/${PV}/${MY_P}.tar.bz2
+"
+S=${WORKDIR}/${MY_P}
+
+SLOT="0"
+LICENSE="GPL-3"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+
+RDEPEND="
+   dev-libs/gobject-introspection
+   net-libs/libsoup:3.0[introspection]
+   dev-python/idna[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+   >=dev-python/precis-i18n-1.0.0[${PYTHON_USEDEP}]
+   >=dev-python/pygobject-3.42[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest