commit: 8db8b8af80d16f46aefee6f2ff66c5fe824b2009
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 2 04:50:34 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Sep 2 05:00:50 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8db8b8af
dev-python/slixmpp: Remove unmaintained live ebuild
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/slixmpp/slixmpp-1.11.0.ebuild | 8 ++---
dev-python/slixmpp/slixmpp-9999.ebuild | 52 --------------------------------
2 files changed, 4 insertions(+), 56 deletions(-)
diff --git a/dev-python/slixmpp/slixmpp-1.11.0.ebuild
b/dev-python/slixmpp/slixmpp-1.11.0.ebuild
index 47951fa47fba..d313732e9bfb 100644
--- a/dev-python/slixmpp/slixmpp-1.11.0.ebuild
+++ b/dev-python/slixmpp/slixmpp-1.11.0.ebuild
@@ -3,6 +3,10 @@
EAPI=8
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=maturin
+PYTHON_COMPAT=( python3_{11..13} )
+
CRATES="
[email protected]
[email protected]
@@ -60,10 +64,6 @@ CRATES="
[email protected]
"
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=maturin
-PYTHON_COMPAT=( python3_{11..13} )
-
inherit cargo distutils-r1 pypi
DESCRIPTION="Python 3 library for XMPP"
diff --git a/dev-python/slixmpp/slixmpp-9999.ebuild
b/dev-python/slixmpp/slixmpp-9999.ebuild
deleted file mode 100644
index b1603f069a6d..000000000000
--- a/dev-python/slixmpp/slixmpp-9999.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python 3 library for XMPP"
-HOMEPAGE="
- https://codeberg.org/poezio/slixmpp/
- https://pypi.org/project/slixmpp/
-"
-LICENSE="MIT"
-SLOT="0"
-
-if [[ "${PV}" == "9999" ]]; then
- EGIT_REPO_URI="https://codeberg.org/poezio/slixmpp.git"
- inherit git-r3
-else
- inherit pypi
- KEYWORDS="amd64 ~riscv"
-fi
-
-DEPEND="
- net-dns/libidn:=
-"
-RDEPEND="
- dev-python/aiodns[${PYTHON_USEDEP}]
- dev-python/aiohttp[${PYTHON_USEDEP}]
- dev-python/cryptography[${PYTHON_USEDEP}]
- dev-python/defusedxml[${PYTHON_USEDEP}]
- dev-python/pyasn1-modules[${PYTHON_USEDEP}]
- dev-python/pyasn1[${PYTHON_USEDEP}]
- ${DEPEND}
- $(python_gen_cond_dep '
- >=dev-lang/python-3.12.1_p1:3.12
- ' python3_12)
-"
-BDEPEND="
- dev-python/cython[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest
-
-python_test() {
- rm -rf slixmpp || die
- eunittest -s tests
-}