summaryrefslogtreecommitdiff
path: root/dev-python/uritools/uritools-5.0.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/uritools/uritools-5.0.0.ebuild')
-rw-r--r--dev-python/uritools/uritools-5.0.0.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-python/uritools/uritools-5.0.0.ebuild b/dev-python/uritools/uritools-5.0.0.ebuild
deleted file mode 100644
index 3edcdad988ff..000000000000
--- a/dev-python/uritools/uritools-5.0.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-DOCS_BUILDER="sphinx"
-PYTHON_COMPAT=( python3_{10..14} )
-
-DOCS_DIR="docs"
-
-inherit distutils-r1 docs pypi
-
-DESCRIPTION="RFC 3986-compliant URI parsing, classification and composition"
-HOMEPAGE="
- https://github.com/tkem/uritools/
- https://pypi.org/project/uritools/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm64 ~riscv"
-
-distutils_enable_tests pytest