dev-python/dwdwfsapi: enable py3.13, py3.14, pypy3_11
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
f5924dfa21
commit
d5b1b42b77
@ -1,5 +1,5 @@
|
||||
DIST dwdwfsapi-1.0.6.tar.gz 9053 BLAKE2B 8c70bf2147a92e05b5a59a7f40714f430ac87938a9d3409bf92d97f4b6d1222311da415fa53e8e0f5e9eb0517db2c28591e4c9547ad8ff625f40080ef81c2ce9 SHA512 e9f417c11081d15bc489492c21e92f9d1e230ea171a68aa27361b56014455793d8b5f4f489d460f0d265cfee586f080a1a63fc335044d935d290af2b51a0d082
|
||||
DIST dwdwfsapi-1.0.7.tar.gz 9070 BLAKE2B 931264063b9271a5ae155c81393e1f37445e90caec895ff1ab2abc486b1baa0c32e5c2d90f0e9a0f3de93d6cb60680a2a0ed63fe5562f65b8987713ac1dd3795 SHA512 98b7226b688ae6dda1ae2317db5774b8b8f1b1d245b510ab4b960dce241e0497dec2c6590b2035835636bbb6a4d72d08e07a7d13eca3953f6347d62a9e881e00
|
||||
EBUILD dwdwfsapi-1.0.6-r1.ebuild 968 BLAKE2B 511b40c431e462d489a17a87d37e00d0e1a0894a36782fa625f7a253098514a2daff2ce2d8f330c404d156133b054f214982361ce14a3e69bba4d8315511bccb SHA512 ad4af3669892a1dde695827235e8b06b312095f2b163a1471c8bef2bb1248157d620064e78fd9f6bf049d1cce72d83c5d6130e399c808315a5d7aca6d9bd3c7b
|
||||
EBUILD dwdwfsapi-1.0.7.ebuild 762 BLAKE2B 1f5d3ddc3a82fa837b4aa3704b80c09f5b518e5d437594e3e64be91dcc81919a95cf25241677c2e9a6fffa87a89fd36d80a115f652de5d340a858486be1baa2a SHA512 44621f126ad765eb4e52294ef6f94597ba79090c7247b8eae1fa70234cf8e738d1f4953dc59b4f16234cf0775d85ba8e9b518c4d51d9ec63526f6a283571f53f
|
||||
EBUILD dwdwfsapi-1.0.6-r1.ebuild 977 BLAKE2B 6bed148ff51b39256308dca0c259e8aaa3b62ba261eb6ea0bde107e7bbe9650d5cb2f9eb408cb89d71ba4af20e65f263f799fdd2c30da98a2e3f5018ff17c675 SHA512 843443e905d711cb8650102fda472080a0c927658f88e137df46d734e0dc7e2559acbc45e27bd4d1e692cd9b5a0be26da683025b27d6e6d71231af961f04373b
|
||||
EBUILD dwdwfsapi-1.0.7.ebuild 771 BLAKE2B 0e0e9845d07ec41621b7b506c6c7065fd624f75c503f95edad1028dfeebdc7792b01390d67612c306f7783a6b2a762a19a99660ef28020e856eae8072a31a1cb SHA512 2f6393bc47bce6ee001d0cb6006f3d4840e1ef2b6763e990377aeabfda38da7c9f1b16b188bf9bc86f1f660c3c01006487a62512ae5b0d271b82278429d2b6dc
|
||||
MISC metadata.xml 516 BLAKE2B c66e0570e600fdfa81f4f3c97b58e814542aa0bbb52e97188fdd0dc35503dd83e5107bb6442b45dbf58a1e640e907e4f30d0a644fd01b35df43dea4cfa8cb1dd SHA512 4e2f8a75588d614a3d8c35eaabb9778d5c6e56fa1c3bb2e483a4d457f96038c2fefc4af80b08697fb0af885af168a5fffb6159a22162df8a93f109feac4618bc
|
||||
|
@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user