commit:     90c78c4a961574dc65c896c4ed3d7beb16dc6623
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 20 04:14:40 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Apr 20 05:22:51 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90c78c4a

dev-python/url-normalize: Remove old

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

 dev-python/url-normalize/Manifest                  |  1 -
 .../url-normalize/url-normalize-1.4.3-r1.ebuild    | 38 ----------------------
 2 files changed, 39 deletions(-)

diff --git a/dev-python/url-normalize/Manifest 
b/dev-python/url-normalize/Manifest
index c0485d5687fc..100f157816cf 100644
--- a/dev-python/url-normalize/Manifest
+++ b/dev-python/url-normalize/Manifest
@@ -1,2 +1 @@
-DIST url-normalize-1.4.3.gh.tar.gz 8478 BLAKE2B 
2f15a597642626653c96f378b67794819645918473d17faad18187abe35bf7892b11c0bc78451e78f1146389beb3a6470fb3ea1610e60157fee7fbadd9863614
 SHA512 
46eaa1753b37e89d56cb19818144a7cf5b38653811720eb506732c35bb3732ef0c556420b22a9ee2c08e70e5b408aab7f44cea5e15d1ebe3d717c0c77706bfb8
 DIST url-normalize-2.2.0.gh.tar.gz 17161 BLAKE2B 
3025db39c105ab9fb5c8d7cd7ca5327133b92e064a9200b9f6e7ded51a42be8bb995520da74e36afca485aac5d4052e491b8d7e107750c3d8f7ec227b738c354
 SHA512 
90abb5ca1e2792bdd9cae0b24bdd2f45fb6760e70566305384988bd2be92c1cd283faeeed94594d7fb1fd1fdf442f26ce41089f4c7b4d8ffc0c08c29b1058442

diff --git a/dev-python/url-normalize/url-normalize-1.4.3-r1.ebuild 
b/dev-python/url-normalize/url-normalize-1.4.3-r1.ebuild
deleted file mode 100644
index 27453b153b67..000000000000
--- a/dev-python/url-normalize/url-normalize-1.4.3-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 2021-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
-
-inherit distutils-r1
-
-DESCRIPTION="URL normalization for Python"
-HOMEPAGE="
-       https://github.com/niksite/url-normalize/
-       https://pypi.org/project/url-normalize/
-"
-SRC_URI="
-       https://github.com/niksite/url-normalize/archive/${PV}.tar.gz
-               -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
-
-RDEPEND="
-       dev-python/six[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-       # remove problematic pytest options
-       rm tox.ini || die
-       sed -e '/requires/s:poetry:&-core:' \
-               -e '/backend/s:poetry:&.core:' \
-               -i pyproject.toml || die
-       distutils-r1_src_prepare
-}

Reply via email to