commit:     35db77449b3f15004c503afe553f7cd2f44a6964
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  1 02:58:31 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Oct  1 03:04:48 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35db7744

dev-python/nbxmpp: Remove old

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

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

diff --git a/dev-python/nbxmpp/Manifest b/dev-python/nbxmpp/Manifest
index 321e9362458d..0fa0b76a62a5 100644
--- a/dev-python/nbxmpp/Manifest
+++ b/dev-python/nbxmpp/Manifest
@@ -1,3 +1 @@
-DIST python-nbxmpp-4.5.4.tar.bz2 138170 BLAKE2B 
00a4919032dd29828dc735695afe9c0814a8fe2ec765a534257768896d9f27bc3a395275d546ad717bdd16c97161e8f0a8acaf43cdb7bd9404e40bc72f2c3da5
 SHA512 
fcaedae519d8cd2d52cc65721ab1e743569ba1cf7c29f2db41ed5671ba0f2c5b47f1f6d9521e1614e89e21512a4575c6788316cdb86936f0c4886d54c3831bb3
-DIST python-nbxmpp-6.2.0.tar.bz2 152532 BLAKE2B 
ce2e754b04d7f7a16fce67665168c012bf1269ba434ac33b695be62dc19add3d917264a65a859d7d3e5f17a94c038adeb578aca89b1c1b23641e825bdcfcb9b3
 SHA512 
794924ae2feccff2cbc29e4b7ce68fb62f59f5a6ffcd04f5552916a9496050a85dcd403c1c50f2c5bd54f2613b8106fc5b93c3b192b003cf7b9d1a9723afe162
 DIST python-nbxmpp-6.3.0.tar.bz2 153622 BLAKE2B 
9cfb5286c091d12b6e63dbf73d85dc338d1c8b1f3158feee0f31acb836af99034211c4d805f40b89f691c51cb13594e9b7eea2369bdd2cb0f873aa920742b7d5
 SHA512 
48ffa19d0563da16a113fad141c9d159f80c78dab9d5ba098df913555d632ad00006a64cddd63009a89f228bef1f2b911ce207a70642b75f085b2d9ee91b6717

diff --git a/dev-python/nbxmpp/nbxmpp-4.5.4.ebuild 
b/dev-python/nbxmpp/nbxmpp-4.5.4.ebuild
deleted file mode 100644
index 7f2595a80c09..000000000000
--- a/dev-python/nbxmpp/nbxmpp-4.5.4.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..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}
-
-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

diff --git a/dev-python/nbxmpp/nbxmpp-6.2.0.ebuild 
b/dev-python/nbxmpp/nbxmpp-6.2.0.ebuild
deleted file mode 100644
index c1af1325885c..000000000000
--- a/dev-python/nbxmpp/nbxmpp-6.2.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..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

Reply via email to