diff options
| author | Michał Górny <mgorny@gentoo.org> | 2025-09-02 06:50:34 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2025-09-02 07:00:50 +0200 |
| commit | 8db8b8af80d16f46aefee6f2ff66c5fe824b2009 (patch) | |
| tree | a3e24a82b979889efb6cc461040846dd8bcc952a /dev-python | |
| parent | b7eda0cf1d24af066998a315c1328aa58942ddf7 (diff) | |
| download | gentoo-8db8b8af80d16f46aefee6f2ff66c5fe824b2009.tar.gz gentoo-8db8b8af80d16f46aefee6f2ff66c5fe824b2009.tar.bz2 gentoo-8db8b8af80d16f46aefee6f2ff66c5fe824b2009.zip | |
dev-python/slixmpp: Remove unmaintained live ebuild
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/slixmpp/slixmpp-1.11.0.ebuild | 8 | ||||
| -rw-r--r-- | 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=" autocfg@1.5.0 cfg-if@1.0.3 @@ -60,10 +64,6 @@ CRATES=" zerovec@0.11.4 " -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 -} |
