diff options
Diffstat (limited to 'dev-python/parse-type/parse-type-0.6.6.ebuild')
| -rw-r--r-- | dev-python/parse-type/parse-type-0.6.6.ebuild | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/dev-python/parse-type/parse-type-0.6.6.ebuild b/dev-python/parse-type/parse-type-0.6.6.ebuild index 928c576e6688..8d42afec8fb8 100644 --- a/dev-python/parse-type/parse-type-0.6.6.ebuild +++ b/dev-python/parse-type/parse-type-0.6.6.ebuild @@ -1,14 +1,19 @@ -# Copyright 2021-2025 Gentoo Authors +# Copyright 2021-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools +PYPI_VERIFY_REPO=https://github.com/jenisys/parse_type PYTHON_COMPAT=( python3_{10..14} ) + inherit distutils-r1 pypi DESCRIPTION="Extension to the parse module" -HOMEPAGE="https://github.com/jenisys/parse_type/" +HOMEPAGE=" + https://github.com/jenisys/parse_type/ + https://pypi.org/project/parse-type/ +" LICENSE="MIT" SLOT="0" |
