commit:     5aac57179148e09389c4281b65a0853a22ecb6fe
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 10 01:45:21 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jun 10 01:45:21 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5aac5717

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.4.ebuild | 42 -------------------------------------
 2 files changed, 43 deletions(-)

diff --git a/dev-python/ubelt/Manifest b/dev-python/ubelt/Manifest
index e0e6bfde97e7..3867c1579418 100644
--- a/dev-python/ubelt/Manifest
+++ b/dev-python/ubelt/Manifest
@@ -1,2 +1 @@
-DIST ubelt-1.3.4.gh.tar.gz 353041 BLAKE2B 
1de8ad1fc69554570f62c17fa537918b93d913e09db1d7c9b94ac9fa5f7b60a4a408f4c562718b9bbcf13e4307c091cf4ac24caa952233974d37cc6651e4786e
 SHA512 
b3afc832832b28e7ca884c68188d34da9a1c3d5e38b5431cc40d8215fd43875f02cf71068e8b242feca0891f9421d3fba745d4236865beb5cb4f40482a777e13
 DIST ubelt-1.3.5.gh.tar.gz 361497 BLAKE2B 
68887d1147faf44cc6c0b62441362c903d20bf141921c62122bbd846fb5d886f8bc4d7012262e2a146670996fc7c39238534f9d9e768f073d279f6234ea23fd8
 SHA512 
bf54345a1dd8cd737525b91050e587e86fbde29fef7ae787dba8c5dae675ee763e193a460f567d89229592c43c780a65091ffcab008383e06dd1318c7a9f3dd3

diff --git a/dev-python/ubelt/ubelt-1.3.4.ebuild 
b/dev-python/ubelt/ubelt-1.3.4.ebuild
deleted file mode 100644
index e8e95a779a75..000000000000
--- a/dev-python/ubelt/ubelt-1.3.4.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2023 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
-"
-
-SLOT="0"
-LICENSE="Apache-2.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
-)

Reply via email to