commit:     d770258746bd0a04a56e332aa6aa87b41bb148b2
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May  4 19:15:57 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May  4 19:15:57 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7702587

dev-python/ubelt: Remove old

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

 dev-python/ubelt/Manifest           |  1 -
 dev-python/ubelt/ubelt-1.3.6.ebuild | 47 -------------------------------------
 2 files changed, 48 deletions(-)

diff --git a/dev-python/ubelt/Manifest b/dev-python/ubelt/Manifest
index 8a5d5c9a3ff4..e127490c2e20 100644
--- a/dev-python/ubelt/Manifest
+++ b/dev-python/ubelt/Manifest
@@ -1,2 +1 @@
-DIST ubelt-1.3.6.gh.tar.gz 370002 BLAKE2B 
1c3674ada7d2e0b9db7cbd28da50e453d6a56a81f8f874d4f791f6d41b5b8427d3dec84aa4c0cb283f6a38f5e413539193c4120a18b87442fb80507720f0b5c8
 SHA512 
bde288aca46bb62ac189a7ee2f3fc0771a766097b0ffca954ac90d8edd8ca156bad87c07163e812e99929ad8032b77d12cbfa984145cb7bc053fa4ab30d39a4a
 DIST ubelt-1.3.7.gh.tar.gz 374636 BLAKE2B 
a956b9a6ccae714bb634be977376b9b6f502d8c54768173f0560ae1e17e415209aaa94f43a6e639d430b9e9ccedb70e69f835d5375335250ce2ad9a783aee975
 SHA512 
778cf5d737bc479bfdec497cc03111b2386f5480e7ee5017a72cff7c33c145c7db70004993bf9d438df4f5c1549344869f2853f4d5143cedf41a3ca4e1e11046

diff --git a/dev-python/ubelt/ubelt-1.3.6.ebuild 
b/dev-python/ubelt/ubelt-1.3.6.ebuild
deleted file mode 100644
index af7ee7f1204a..000000000000
--- a/dev-python/ubelt/ubelt-1.3.6.ebuild
+++ /dev/null
@@ -1,47 +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
-
-DESCRIPTION="A stdlib like feel, and extra batteries. Hashing, Caching, 
Timing, Progress"
-HOMEPAGE="
-       https://github.com/Erotemic/ubelt/
-       https://pypi.org/project/ubelt/
-"
-SRC_URI="
-       https://github.com/Erotemic/${PN}/archive/v${PV}.tar.gz
-               -> ${P}.gh.tar.gz
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-BDEPEND="
-       test? (
-               >=dev-python/numpy-1.19.2[${PYTHON_USEDEP}]
-               >=dev-python/pygments-2.2.0[${PYTHON_USEDEP}]
-               >=dev-python/python-dateutil-2.8.1[${PYTHON_USEDEP}]
-               >=dev-python/requests-2.25.1[${PYTHON_USEDEP}]
-               dev-python/xdoctest[${PYTHON_USEDEP}]
-               >=dev-python/xxhash-1.0.1[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-       tests/test_editable_modules.py::test_import_of_editable_install
-       # relies on passwd home being equal to ${HOME}
-       ubelt/util_path.py::userhome:0
-)
-
-EPYTEST_IGNORE=(
-       # asserts for running on win32 in global scope
-       ubelt/_win32_jaraco.py
-)

Reply via email to