Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-nbxmpp/
Date: Mon, 31 Oct 2022 15:49:28
Message-Id: 1667231352.511d0b77bb38e6abe0a22ac0e4198a3022a54f30.mgorny@gentoo
1 commit: 511d0b77bb38e6abe0a22ac0e4198a3022a54f30
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 31 15:17:41 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 31 15:49:12 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=511d0b77
7
8 dev-python/python-nbxmpp: Bump to 3.2.5
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/python-nbxmpp/Manifest | 1 +
13 .../python-nbxmpp/python-nbxmpp-3.2.5.ebuild | 32 ++++++++++++++++++++++
14 2 files changed, 33 insertions(+)
15
16 diff --git a/dev-python/python-nbxmpp/Manifest b/dev-python/python-nbxmpp/Manifest
17 index 87c8d8ac5248..b44217cf17f6 100644
18 --- a/dev-python/python-nbxmpp/Manifest
19 +++ b/dev-python/python-nbxmpp/Manifest
20 @@ -1,2 +1,3 @@
21 DIST python-nbxmpp-3.2.4.tar.bz2 131867 BLAKE2B bfe0fe559b62e0ba526adac810bf9ed4e491349ce8535ea6ab3d476a1b1c18accfeb450a327b1e81994f2960a475b872169a61aac67d1f16767bad18f6e5e223 SHA512 4ac1c69741b4c202c463ade601bb027f4a5442da1052e2657b1319f2b9bb6dd723033b3dcf175d655205f2e918ef1b7e3e93410fc812c847d2da7ceb48420d37
22 +DIST python-nbxmpp-3.2.5.tar.bz2 132029 BLAKE2B 846f3b47c3a9a95cf1fa1b557a007fd4901fb4acaa3160ea4b9b1cdff1e9d2c3e64bc5251b739d816f3f1c449c350d1ac44c14cbef87d14fe5a6450418451007 SHA512 577f8c7b0f5a7c69b4d980bff93f0a208ab0a660d731eb95ec63b76583194b94bd9d9f6b10fcac3951a6e6afb5d0c4da2140cbc17ef653f19ec6957b5d2e5f04
23 DIST python-nbxmpp-nbxmpp-2.0.6.tar.bz2 122203 BLAKE2B 925604002f4363f1e0b72f05c13742f4652ba565a9faa48faf8d47688f480a7f1d7585c593b0dcf07bded8c4aa3a1d02e9697742a07b9e815daec062dfb93104 SHA512 a536b25c8a6298892a51adef4b64b75ffab88ce02fb08fc07ecd1cfe2bc794262d4d58a93248439723e6e0544485da7351bb98189b0e422a1f77b01c6f6d238e
24
25 diff --git a/dev-python/python-nbxmpp/python-nbxmpp-3.2.5.ebuild b/dev-python/python-nbxmpp/python-nbxmpp-3.2.5.ebuild
26 new file mode 100644
27 index 000000000000..aaaf0919a1f4
28 --- /dev/null
29 +++ b/dev-python/python-nbxmpp/python-nbxmpp-3.2.5.ebuild
30 @@ -0,0 +1,32 @@
31 +# Copyright 1999-2022 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +
36 +DISTUTILS_USE_PEP517=setuptools
37 +PYTHON_COMPAT=( python3_{9..11} )
38 +
39 +inherit distutils-r1
40 +
41 +DESCRIPTION="Python library to use Jabber/XMPP networks in a non-blocking way"
42 +HOMEPAGE="
43 + https://dev.gajim.org/gajim/python-nbxmpp/
44 + https://pypi.org/project/nbxmpp/
45 +"
46 +SRC_URI="
47 + https://dev.gajim.org/gajim/python-nbxmpp/-/archive/${PV}/${P}.tar.bz2
48 +"
49 +
50 +SLOT="0"
51 +LICENSE="GPL-3"
52 +KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
53 +
54 +RDEPEND="
55 + dev-libs/gobject-introspection
56 + net-libs/libsoup[introspection]
57 + dev-python/idna[${PYTHON_USEDEP}]
58 + dev-python/precis-i18n[${PYTHON_USEDEP}]
59 + dev-python/pygobject[${PYTHON_USEDEP}]
60 +"
61 +
62 +distutils_enable_tests unittest