diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-06-12 09:38:45 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-06-12 09:42:52 +0200 |
commit | 092d2884630049330fc0ed6d15ae312a73a4d3f1 (patch) | |
tree | 261e9f30d4df4f42aacebf6af6d8333341133e06 /dev-python/uritools | |
parent | dev-python/anyio: Remove old (diff) | |
download | gentoo-092d2884630049330fc0ed6d15ae312a73a4d3f1.tar.gz gentoo-092d2884630049330fc0ed6d15ae312a73a4d3f1.tar.bz2 gentoo-092d2884630049330fc0ed6d15ae312a73a4d3f1.zip |
dev-python/uritools: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/uritools')
-rw-r--r-- | dev-python/uritools/Manifest | 1 | ||||
-rw-r--r-- | dev-python/uritools/uritools-4.0.2.ebuild | 24 |
2 files changed, 0 insertions, 25 deletions
diff --git a/dev-python/uritools/Manifest b/dev-python/uritools/Manifest index 616e406b8389..d8b91505c2e3 100644 --- a/dev-python/uritools/Manifest +++ b/dev-python/uritools/Manifest @@ -1,2 +1 @@ -DIST uritools-4.0.2.tar.gz 23673 BLAKE2B 3535a149e934c031548e4aeeb9be3e9e17492360dd8f77add5565677cdfc7657c9e27806729b18c52cdb477345fe4b9ecd54e2a3aaba6f692cd9e45c487bf75d SHA512 71879ee6c346bf0c7b0d12fc42c91ecc8af553b3bf038edddd504e374933911e92c8adc26b2ff07243380229261e0b3eb6a6c6e189904aa4b467348098d73fff DIST uritools-4.0.3.tar.gz 24184 BLAKE2B 4d7cb21a0bd50c80cf34401646cd2049f16c2673cc9d057878881d940af089f72871df65acbaa67489114ee3094d94f9ac68c67ed75c995177679102851c58fb SHA512 91dbe20a166fc142def443564ba5a630be85e329181041c8ba8a421f01fb8c4c043a2335dd4a773a672d24933509af4b9c7e635119e4e87ea5504eb6afa978f3 diff --git a/dev-python/uritools/uritools-4.0.2.ebuild b/dev-python/uritools/uritools-4.0.2.ebuild deleted file mode 100644 index 0603a87ab3b6..000000000000 --- a/dev-python/uritools/uritools-4.0.2.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2023 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..12} ) - -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 |