Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-nbxmpp/
Date: Thu, 29 Sep 2022 18:07:09
Message-Id: 1664474815.9f08ff87253aaf859b47e7fcd0845c9645eb1dca.arthurzam@gentoo
1 commit: 9f08ff87253aaf859b47e7fcd0845c9645eb1dca
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 29 18:01:26 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 29 18:06:55 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f08ff87
7
8 dev-python/python-nbxmpp: add 3.2.3
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/python-nbxmpp/Manifest | 1 +
13 .../python-nbxmpp/python-nbxmpp-3.2.3.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 176d16800fbe..15218182b593 100644
18 --- a/dev-python/python-nbxmpp/Manifest
19 +++ b/dev-python/python-nbxmpp/Manifest
20 @@ -1,4 +1,5 @@
21 DIST python-nbxmpp-3.1.1.tar.bz2 128913 BLAKE2B 938701b95d3b41638d2e9173d52ce69737bc7160b1113bbbb54e958ee0269a2d209d146a67c7caaf8f4e7aa394549360ecb3ad4c3a1a731b329b10cbc9654109 SHA512 9571d890112da8380d55894e52279bfb002151432d6c8103ce62f5ab08b198f847c50cb2c1c4a7502cbefff8c3c77cbb0e86ca24355af86136b0caceb0d75c0f
22 DIST python-nbxmpp-3.2.1.tar.bz2 129362 BLAKE2B bbbeb5751fc5751cffe73c9a54c3330de9a1b48041c7a7964cefdfedbf8ae2966c8f5adaa7153386eebea44568af38ec1964d612b8baf48d6f318c83705e18d8 SHA512 3ebe1169475fcd65875cb2e6079f802a7f98717957e26e7dfcab5a71b1f94e967145a430f6d959a01b39842317d858c3b6275bcd909bf65f70699536e298b6e4
23 DIST python-nbxmpp-3.2.2.tar.bz2 131769 BLAKE2B 51e6d090ad1461dfdb2d0f863ac31e72b1abe2e7ad273eed5105eb55cc11a0ce6ec989241d8d928400e55e7c61a720925104f92e32110e2124e63f396b68029f SHA512 bdbcdb3978c57ef6b62c9e0da57e624ab92f1d10521f5d8b096a1b654bfa0e0026eddd6814c037bf7342e2933eb76c1c67d8f7e309e3c770bd606153f09c8ebe
24 +DIST python-nbxmpp-3.2.3.tar.bz2 131789 BLAKE2B 7cdabe3357950b8694b85bfe1c23e8742575e37d066f61a741a017a0c96f32a9bba9c3cefcf0409b818ea366f806242c711d5bb3829c3275660e03592935f732 SHA512 7b444cf58a7abc8455d8cb2e720c77ae15fec3c0c4fc6984e51e587f122b842cbecd38f9ef225346e0fa86ccf5a4cdbc3452a78f302237f5069efb626554dd02
25 DIST python-nbxmpp-nbxmpp-2.0.6.tar.bz2 122203 BLAKE2B 925604002f4363f1e0b72f05c13742f4652ba565a9faa48faf8d47688f480a7f1d7585c593b0dcf07bded8c4aa3a1d02e9697742a07b9e815daec062dfb93104 SHA512 a536b25c8a6298892a51adef4b64b75ffab88ce02fb08fc07ecd1cfe2bc794262d4d58a93248439723e6e0544485da7351bb98189b0e422a1f77b01c6f6d238e
26
27 diff --git a/dev-python/python-nbxmpp/python-nbxmpp-3.2.3.ebuild b/dev-python/python-nbxmpp/python-nbxmpp-3.2.3.ebuild
28 new file mode 100644
29 index 000000000000..20ab63a80429
30 --- /dev/null
31 +++ b/dev-python/python-nbxmpp/python-nbxmpp-3.2.3.ebuild
32 @@ -0,0 +1,32 @@
33 +# Copyright 1999-2022 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=8
37 +
38 +DISTUTILS_USE_PEP517=setuptools
39 +PYTHON_COMPAT=( python3_{9..10} )
40 +
41 +inherit distutils-r1
42 +
43 +DESCRIPTION="Python library to use Jabber/XMPP networks in a non-blocking way"
44 +HOMEPAGE="
45 + https://dev.gajim.org/gajim/python-nbxmpp/
46 + https://pypi.org/project/nbxmpp/
47 +"
48 +SRC_URI="
49 + https://dev.gajim.org/gajim/python-nbxmpp/-/archive/${PV}/${P}.tar.bz2
50 +"
51 +
52 +SLOT="0"
53 +LICENSE="GPL-3"
54 +KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
55 +
56 +RDEPEND="
57 + dev-libs/gobject-introspection
58 + net-libs/libsoup[introspection]
59 + dev-python/idna[${PYTHON_USEDEP}]
60 + dev-python/precis-i18n[${PYTHON_USEDEP}]
61 + dev-python/pygobject[${PYTHON_USEDEP}]
62 +"
63 +
64 +distutils_enable_tests unittest