diff options
author | V3n3RiX <venerix@koprulu.sector> | 2025-02-16 00:13:18 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2025-02-16 00:13:18 +0000 |
commit | f2bdc27fe0f79f8f9a3945eb2b1163ce75c56439 (patch) | |
tree | dd0f7da0455831dffb2cb662e7dae760f92e68ad /dev-python/hatch-vcs | |
parent | 770d63f36dbe1722e0ff9ab55eeca49986f01527 (diff) |
gentoo auto-resync : 16:02:2025 - 00:13:18
Diffstat (limited to 'dev-python/hatch-vcs')
-rw-r--r-- | dev-python/hatch-vcs/Manifest | 2 | ||||
-rw-r--r-- | dev-python/hatch-vcs/hatch-vcs-0.4.0.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/hatch-vcs/Manifest b/dev-python/hatch-vcs/Manifest index f4210812dc18..397139cf925b 100644 --- a/dev-python/hatch-vcs/Manifest +++ b/dev-python/hatch-vcs/Manifest @@ -1,3 +1,3 @@ DIST hatch-vcs-0.4.0.gh.tar.gz 10822 BLAKE2B 92b1ad1181a6bae815a6d01045836976b8767086f2a7001de9ad97f0d61737895da9a411419e28c5b2d830fca606d7d9c21265210965bc7691670f92aeab1b22 SHA512 bf40cc371c8d8e120fce83e5986fc2bdc2087fa5a4ac4a407d32617e98205ded79dcb29a00c7638ba68dd5ce09f31e84b34176627a6a34dfb7708031f4c4519a -EBUILD hatch-vcs-0.4.0.ebuild 735 BLAKE2B 891f91ba333078d366a9abef876ae505c8f04b593aabfaf935d818431ac896d04150aa9724b70eeb93fdcf1dcf002202af97376eaa2154bd62bde2592adc5f93 SHA512 1f1aa383da19709fd906f47460cd64a7bc32e7abcc2e9fe76d854a3a26d39c9de0404944b18017f51306c8664f73a1367e058892f6af85857adac0b8656c6ec9 +EBUILD hatch-vcs-0.4.0.ebuild 744 BLAKE2B 0851ea75ccf7e1634cafbcefb4b7f59403fd9ea0a88346ae8ae68fd38999c06e705c7a7baa9ee3872a18cddf077154665304ad5763277910d38d3407c00cb458 SHA512 c2676ba45c0559a3080db7dfdf198360864974bcc4a4a9c44161a498aef8057c4ce56ff93b4cb538bd776c762069ddf6305b273ec7a15cfb0316c44890b97898 MISC metadata.xml 369 BLAKE2B e834e5959ef7719c9ed9d751a8c5e56792fbd553e7fe0ae484a0f1da9c09e97fe262ccf319a773782207fd6a95b16662425f1b348090545b81a5391e70066ec3 SHA512 27b508fa717ff058f09f527c4ae504e131860229e073888b4b746621e1a877ef0c74f1336bdcc097969f9610f68d5e17ad1188efeb0ec4ff733097c4e86b027a diff --git a/dev-python/hatch-vcs/hatch-vcs-0.4.0.ebuild b/dev-python/hatch-vcs/hatch-vcs-0.4.0.ebuild index 3e52b2c3cc2f..7ff7445fbd37 100644 --- a/dev-python/hatch-vcs/hatch-vcs-0.4.0.ebuild +++ b/dev-python/hatch-vcs/hatch-vcs-0.4.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 2022-2024 Gentoo Authors +# Copyright 2022-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( pypy3 python3_{10..13} python3_13t ) +PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} python3_13t ) inherit distutils-r1 |