summaryrefslogtreecommitdiff
path: root/dev-python/parse-type
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/parse-type')
-rw-r--r--dev-python/parse-type/Manifest1
-rw-r--r--dev-python/parse-type/parse-type-0.6.6.ebuild9
2 files changed, 8 insertions, 2 deletions
diff --git a/dev-python/parse-type/Manifest b/dev-python/parse-type/Manifest
index c34948e45f03..9872f4866d82 100644
--- a/dev-python/parse-type/Manifest
+++ b/dev-python/parse-type/Manifest
@@ -1 +1,2 @@
DIST parse_type-0.6.6.tar.gz 98012 BLAKE2B 51e9ce1e24281b23084a2b9d81c34d348532c9e7289fcc287d04e3268a4e308bfa294e45d8d3e78d2a1cdd23b71bca925ae4a88d28fd232a50c1e9a2d23e6ed8 SHA512 26458b47f3d2e2b9e85d66d7f1a13e9e37a5570d97fb042956dc65f6fac35b8621803bd07b93b00a9139f134a0e3f6666b5298f18d73fcff9271518e5729d3dc
+DIST parse_type-0.6.6.tar.gz.provenance 9595 BLAKE2B 69a2ae0d1e2df3da6bb9b14a7630d7e8675656af977f5026d1c3ed47f017c9e77859ea184c730ce45d3cd2271a3358ca4f6218ec4660d54d9067189f6c9ad419 SHA512 003ddf14b41ae0771253a8d0c6a09153c95dfb9183217e488dbdf77b550f0760adfbc8d035eb01a6fe68abc042bbe8e04df4da083758bd9dcce8a478987426ec
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"