2
0
mirror of https://github.com/gentoo-mirror/gentoo.git synced 2026-01-13 00:10:42 +03:00
Files
gentoo/dev-python/uritools/uritools-6.0.1.ebuild
Michał Górny 9f56060e0b dev-python/uritools: Bump to 6.0.1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-12-22 06:08:32 +01:00

26 lines
519 B
Bash

# 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