dev-python/mypy: unkeyword 1.14.1-r1, add mypy-1.14.0-no-werror.patch
This commit is contained in:
parent
01d736bddf
commit
54d1f6d801
@ -1,3 +1,4 @@
|
||||
AUX mypy-1.14.0-no-werror.patch 325 BLAKE2B ae4291ac5dfdb6d03234e1ce04e23cee4178bbdc3a1c9a74667f61850816d92acab7accc4f4cd5bcaa5de7732cb6b8f96c4863de654a812a160a2e5ae3801675 SHA512 1cab2a42bc3a9822742c811001572665a07a2aef402f5a28a4ceb7100724e57652a76313c2313f85b86a2179451d0a8deda59034449f695b3d09d06bc5c4ebc4
|
||||
DIST mypy-1.14.1.gh.tar.gz 3231068 BLAKE2B b88ea11fd88acaa59001ec1c1665d6beccaecf834cf0064d0e3a94d93c0a7cc1269c24f1f8a6950d114606f292c934cddc3c708e0dbdb25b6f632c5e3e64a8d4 SHA512 ddbd1445fe680c3326a09aead85cf8c810cb71c42faf723910f31a7938f20b1ae55b6bd5a0e966b93a54ba14773cffcf0b85b65421442f11f3571ea1f6d4f709
|
||||
EBUILD mypy-1.14.1-r1.ebuild 3878 BLAKE2B 22acc0444091a5cacc41ab4f9bbb0d2eba93eb9199a13866eccf44ffe511308cd1e3f4ab012a18fbb921629381de5dfa2749503ba07e6fc6d3304ca09235bea7 SHA512 89f94e342428caaa4b949c7d435a59a533ca49ebbecdf0c725e5c9a2541e34778b46517cf5ff596d657e3ba499f9eedd85695d66d43232f5c44b9790d6a2e53a
|
||||
EBUILD mypy-1.14.1-r1.ebuild 3842 BLAKE2B 4f72e3d2b7fc0cdf8965d95de0a4e616cae945673d7542be5dc97a1a756c944671b790ad74bc459ae46ccb454de4e2d6005cf23500eee6e86c7526fc8cc52f39 SHA512 58c3b0f5067f41d1a890d54e0190a5a883b4e36b973123eb8fc0b20d44a9b27bfef8ea1940e373fa1cfc93cfaeff487b3fd7ff8b4b31f7bb8b659696ea603249
|
||||
MISC metadata.xml 507 BLAKE2B 927510c2c97362f455ada684b2de44d525c686c0cf4e4880813d48c72e897f591aed2f51aa8d129b9615525c9f63d490edd421b9a332d2638d74c04cbedb0cc6 SHA512 446ee81214e2deb4aedb1701fc0db6ba61da5881513dd3f1a87e4d97a76dd10ade3e7604e3c45871771439fc8bd68f8e2ceb18580e54f4518b56755dd8c15dc0
|
||||
|
11
dev-python/mypy/files/mypy-1.14.0-no-werror.patch
Normal file
11
dev-python/mypy/files/mypy-1.14.0-no-werror.patch
Normal file
@ -0,0 +1,11 @@
|
||||
https://bugs.gentoo.org/916577
|
||||
--- a/mypyc/build.py
|
||||
+++ b/mypyc/build.py
|
||||
@@ -551,7 +551,6 @@ def mypycify(
|
||||
cflags += [
|
||||
f"-O{opt_level}",
|
||||
f"-g{debug_level}",
|
||||
- "-Werror",
|
||||
"-Wno-unused-function",
|
||||
"-Wno-unused-label",
|
||||
"-Wno-unreachable-code",
|
@ -1,11 +1,11 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_EXT=1
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{10..13} )
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
@ -22,7 +22,7 @@ SRC_URI="
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="+native-extensions"
|
||||
|
||||
# stubgen collides with this package: https://bugs.gentoo.org/585594
|
||||
|
Loading…
x
Reference in New Issue
Block a user