summaryrefslogtreecommitdiff
path: root/dev-python/url-normalize
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/url-normalize')
-rw-r--r--dev-python/url-normalize/Manifest1
-rw-r--r--dev-python/url-normalize/metadata.xml12
-rw-r--r--dev-python/url-normalize/url-normalize-3.0.0.ebuild34
3 files changed, 0 insertions, 47 deletions
diff --git a/dev-python/url-normalize/Manifest b/dev-python/url-normalize/Manifest
deleted file mode 100644
index 30189b3821b5..000000000000
--- a/dev-python/url-normalize/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST url-normalize-3.0.0.gh.tar.gz 62532 BLAKE2B c79eb146709b4bf031fbfa866df6784f7fea66daa9fd1822830dc5af245fe3ab1d81823c661b1fe3dd3a6c4e8144b5dc2a6522eb8ca18bbf952d385d2c9e00ea SHA512 5d1d4984788d09b88c191807760878391fa6a92b5930d1efe12985a7700126319750f6b1b29632071668f7d2dfe0977c782a0b859ccca10a9114698578cd7e4f
diff --git a/dev-python/url-normalize/metadata.xml b/dev-python/url-normalize/metadata.xml
deleted file mode 100644
index 0c1cc06e3605..000000000000
--- a/dev-python/url-normalize/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- </maintainer>
- <stabilize-allarches/>
- <upstream>
- <remote-id type="github">niksite/url-normalize</remote-id>
- <remote-id type="pypi">url-normalize</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/url-normalize/url-normalize-3.0.0.ebuild b/dev-python/url-normalize/url-normalize-3.0.0.ebuild
deleted file mode 100644
index 0bedccaa164d..000000000000
--- a/dev-python/url-normalize/url-normalize-3.0.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2021-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{13..14} )
-
-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/v${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
-
-RDEPEND="
- >=dev-python/idna-3.3[${PYTHON_USEDEP}]
-"
-
-EPYTEST_PLUGINS=()
-distutils_enable_tests pytest
-
-python_test() {
- epytest -o addopts= -m "not socket"
-}