diff options
author | V3n3RiX <venerix@koprulu.sector> | 2025-05-15 12:59:17 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2025-05-15 12:59:17 +0100 |
commit | 317f7ab04be81dbdfa5b1c9c42729927c5bde946 (patch) | |
tree | b90afe9d6ef62b771a6ddb9eb1968d6338ccd206 /dev-python/dnspython | |
parent | 5e9cf59ef591ef814092c1f6f32d2ef2369d3882 (diff) |
Diffstat (limited to 'dev-python/dnspython')
-rw-r--r-- | dev-python/dnspython/Manifest | 2 | ||||
-rw-r--r-- | dev-python/dnspython/dnspython-2.7.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/dnspython/Manifest b/dev-python/dnspython/Manifest index aaff9efa401f..70eeb189ccf6 100644 --- a/dev-python/dnspython/Manifest +++ b/dev-python/dnspython/Manifest @@ -1,3 +1,3 @@ DIST dnspython-2.7.0.gh.tar.gz 386890 BLAKE2B 209bbb761cff2e39f86fb94458976766f3cac93e47f2c25294c359c98126aa4670b8157fad6c2bbf67ef250150310b31068690cec43ef148bbaf541873c37f38 SHA512 d73b90a06fa4c731393f719a79ec1339c3f8010b0ef4e58d8aa1aa5e0f2804dff8a79e20d9c9175b41b66bc9cf1712c33f4e2ed14820afc74d988096a42488b5 -EBUILD dnspython-2.7.0.ebuild 1236 BLAKE2B c8ac7a68f97829056aa16fd569870fd15624b670244336c6cf8b3d5970ca5b4359b0d71b87e3fbb5fd8e0c250762b62548dd313e9ebb706c71426be590fb02ed SHA512 32a3838cce4fa1544fb999f428417862d8b691b5eea0b186f502c38f42b30ceb20f828a13753fba0ebc78829c521dba800b8c529f19bfce54084c91464311540 +EBUILD dnspython-2.7.0.ebuild 1230 BLAKE2B 34b41976bff48e5e69edf7ef019cb8e75363a0737f21b2ff3a148dc2dba15d62a23f1e6b3239b26978ca9f68ae4bb1c6f08a7bacb3a89744c7a3ec5f2f3ccc38 SHA512 0b4a3662b6995b360cb296e421e2cc281b26f7018b42222f332b64fac94d2780d9b87bba65597331ba001893c1ea6ed0d90e2252dd53cf459f2a4fdfa16c6e0a MISC metadata.xml 1709 BLAKE2B abd502753325fedca3f1ca94818258c9d1b82f88766f9e005b35b3e79aff71ca2efaf06188e73ea30830f80ec011cdf5c42df320130c9295e13d3c427a148f8c SHA512 8c25d579a4a2a7c5ff34c21643a1386a434545f6b9b465f4aa8e07f7da3aee203bbc0341e930ddb767af431f64e8024ddd6cc8513cfce862c5900da4637bb1c8 diff --git a/dev-python/dnspython/dnspython-2.7.0.ebuild b/dev-python/dnspython/dnspython-2.7.0.ebuild index de3f845ba872..3fd56b808f1f 100644 --- a/dev-python/dnspython/dnspython-2.7.0.ebuild +++ b/dev-python/dnspython/dnspython-2.7.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 ) +PYTHON_COMPAT=( python3_{11..14} pypy3_11 ) inherit distutils-r1 |