dev-python/uritools: Bump to 6.0.1

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-12-22 05:44:28 +01:00
parent f540d32182
commit 9f56060e0b
2 changed files with 26 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST uritools-5.0.0.tar.gz 22730 BLAKE2B 3fb746f2f11508f6bcfabbaa8e1863889cbabc147dc9bf47e03e3f3f7799fd85e074ce2e49b2491bcb50228bcca150cfc4452450479317e390e2dbe865ab1cd6 SHA512 bed01223e98033ad4962845f73bd211f035805e982ac41b584a0129ab20e3cf60f29eaf01ac064715fc35a4b8f95b688de22d8cc00f0e1e5f3a39a68a2f04db4
DIST uritools-6.0.1.tar.gz 22857 BLAKE2B 649d518ea922ce4c319496ee154d1f45793a2bb9da0663597d184d924035d4a086fd02cc0a3db28398cb263baf3044d0a294afea415dd9d7874ba140c9bea31c SHA512 32a8e4fad14fd2a0475fc92e185ef86e8dee3e80342a881877953ba8673ada2e820beb73db465dfe38842759c0aa394c921ed41b48ec57c630d139eb04da0f91

View File

@@ -0,0 +1,25 @@
# 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_{11..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"
EPYTEST_PLUGINS=()
distutils_enable_tests pytest