dev-python/aioelectricitymaps: enable py3.13, py3.14, pypy3_11
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
44124d710c
commit
47b4f9bc00
@ -1,5 +1,5 @@
|
||||
DIST aioelectricitymaps-0.1.5.tar.gz 4045 BLAKE2B ee7d4d8781d7a71c1141fab9a0388882770a9930871d51596280d0c98fb1df4726961e421ab49e80b3086bff2884ab867267dee8c533d07105fb0329d7566194 SHA512 9ecd18f99a1a0d4b3beb9aa173a50da4ba036e1f1312a68b88fe62c76a8200f9958c32707a5ef53bea60adc295d6c025ce530ff7b0ebf6d30f48e013d9dd2267
|
||||
DIST aioelectricitymaps-0.4.0.tar.gz 6637 BLAKE2B 8a1f846f04de9450c3e616f2354469be8debb18d1f41671162fa0cc36d7ba1c00e4d410fbaf7f1feb4affe34aed2877b067971ec2da01aade3cf3172edb0a3f8 SHA512 10552f898a82e3e90bf9e4bf4fc4efb4c1bc1e12e833e0f0185ff2838ab0ea456839176c686f3ab8a0c6d2fa805d5b3f25a6593b8fd75205e30b33cc2822de0f
|
||||
EBUILD aioelectricitymaps-0.1.5.ebuild 708 BLAKE2B 283de25e199ce798e5b441d8c76f6cf6e83c536604ac6b5aea166c687b1837b28c212534f0054fd7de0ad818f91a1defe2e04859ff93464bbb4db35c9cc256a2 SHA512 f75f4a8e4f91f1493d68ca0039b13876aae614392701b4cb161055753c9a7239c6710c9ee0d4036f0f9b856936026f8bf71c319a94027b5b007af2c016d38576
|
||||
EBUILD aioelectricitymaps-0.4.0.ebuild 651 BLAKE2B 2e94b34d4cf5a588bfc429ea6a4dca8efd38edabe0b29d3a4f695a534dc57c74d9fa8c6358be1161259c4b6ffcb38f27500c0db9f6459c29c0635f1b3120faeb SHA512 b70453ec3abe4da5632f1c404f19c122e931146aa76024324bbfe2d38572368bc49dca6bbd2a63699a085b3a6a111163ced8cc804571a0da874f9b33f49c8a99
|
||||
EBUILD aioelectricitymaps-0.1.5.ebuild 717 BLAKE2B 0a3c293963a175b13c5e1f39bd678940c5fa60c76cf3faf451ad37355134e82cc6d000c07492b8da3bc47dd7da767057b34f2c84f238c8c9d98e62181ce938b7 SHA512 bc92d1a357846c8b0b37af0d4ea4ffadb9064559b3468b957edc512745c6054f2d7acfa61074f50ea7c91439711b4dde2dd8ca818d32d798049bbd1cc0a4991c
|
||||
EBUILD aioelectricitymaps-0.4.0.ebuild 660 BLAKE2B 53ad6ec558d3dd7ca6e43dd1ad498a3ab153166b5efe689125535f1d2adb09a3aaf979908d02bc02c9d2e4506e14fd68781f4c1b502a4653313c2f49ed9e47cb SHA512 bc81cc853e3811528625a41be5b2754a836ee6264b897245d52bdf772afe83a912373715a4a86bebbb53a48ca23b79a36fbc16d45631db9f02005f5d2a66defa
|
||||
MISC metadata.xml 536 BLAKE2B 89994813a29c4efa4c9b9f8a8e17b0263aea4816216b9a4e06684fbb8412987373aba41b4cd191921974a3b160e6be0a5badc4bf73221cc23894e3cd3ec456fc SHA512 0acbe09fdcf2f495baea0d6567dbcf88ab0a4573cbc5e9dcb77a08ae99feaf8fdfca84bb296e55033c1e7969f06088676759eb0c8a1750bab42fb7bebd4c58aa
|
||||
|
@ -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=poetry
|
||||
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=poetry
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user