diff options
author | 2022-02-06 10:35:07 +0100 | |
---|---|---|
committer | 2022-02-06 16:34:04 +0100 | |
commit | 6a42484ec74323ca227c7f241a38c9e2a1b13181 (patch) | |
tree | f8ce0018bcee6a7daf5796118b734da148bc430b /dev-python/scipy/files | |
parent | dev-python/sphobjinv: Bump to 2.2.1, unbundle deps (diff) | |
download | gentoo-6a42484ec74323ca227c7f241a38c9e2a1b13181.tar.gz gentoo-6a42484ec74323ca227c7f241a38c9e2a1b13181.tar.bz2 gentoo-6a42484ec74323ca227c7f241a38c9e2a1b13181.zip |
dev-python/scipy: Bump to 1.8.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/scipy/files')
-rw-r--r-- | dev-python/scipy/files/scipy-1.8.0-skip-build-revert.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-python/scipy/files/scipy-1.8.0-skip-build-revert.patch b/dev-python/scipy/files/scipy-1.8.0-skip-build-revert.patch new file mode 100644 index 000000000000..caefc334a973 --- /dev/null +++ b/dev-python/scipy/files/scipy-1.8.0-skip-build-revert.patch @@ -0,0 +1,22 @@ +From 2b6392eeeb8ef5225ace15e8a1553fa87409272f Mon Sep 17 00:00:00 2001 +From: Ralf Gommers <ralf.gommers@gmail.com> +Date: Wed, 29 Dec 2021 22:47:13 +0100 +Subject: [PATCH] Revert "BLD Respect the --skip-build flag in setup.py" + +--- + setup.py | 2 -- + 1 file changed, 2 deletions(-) + +diff --git a/setup.py b/setup.py +index 002531fcc00..d91916e5894 100755 +--- a/setup.py ++++ b/setup.py +@@ -488,8 +488,6 @@ def setup_package(): + if "--force" in sys.argv: + run_build = True + sys.argv.remove('--force') +- elif "--skip-build" in sys.argv: +- run_build = False + else: + # Raise errors for unsupported commands, improve help output, etc. + run_build = check_setuppy_command() |