mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-22 09:05:54 +02:00
gnu: python-meson-python: Rename to python-meson.
This change adjusts the package name to follow Guix naming convention for Python packages, see: <https://codeberg.org/guix/guix/issues/5917#issuecomment-10168830>. * gnu/packages/python-xyz.scm (python-meson): New variable. (python-meson-python): Deprecate variable. * gnu/packages/algebra.scm (python-flint): * gnu/packages/astronomy.scm (python-pixell) * gnu/packages/finance.scm (beancount) * gnu/packages/game-development.scm (python-pygame-ce) * gnu/packages/machine-learning.scm (python-scikit-learn) * gnu/packages/python-science.scm (python-pandas, python-scikit-image, python-scikit-misc, python-scipy, python-scs) * gnu/packages/python-xyz.scm (python-contourpy, python-cysignals, python-dbus-python, python-matplotlib, python-numpy, python-numpy-1, python-pywavelets, python-siphash24) [native-inputs]: Remove python-meson-python; add python-meson. Fixes: guix/guix#5917 Change-Id: I0a9d53a164e542831fb5c3292ba71583f30d3b74
This commit is contained in:
committed by
Andreas Enge
parent
0620f182e0
commit
f815f0796f
+13
-10
@@ -2495,7 +2495,7 @@ three consecutive points in a polyline or polygon
|
||||
"license = {text = \"Apache-2.0 OR LGPL-2.1-or-later\"}\n")))))))
|
||||
(native-inputs
|
||||
(list pkg-config
|
||||
python-meson-python
|
||||
python-meson
|
||||
python-pytest))
|
||||
(inputs
|
||||
(list c-siphash))
|
||||
@@ -3350,7 +3350,7 @@ into dataclasses.")
|
||||
"-k" "not test_filled_random_big and not test_lines_random_big")))
|
||||
(native-inputs
|
||||
(list pybind11
|
||||
python-meson-python
|
||||
python-meson
|
||||
python-pytest
|
||||
python-wurlitzer))
|
||||
(propagated-inputs
|
||||
@@ -10914,7 +10914,7 @@ include_dirs = ~:*~a/include~%" #$(this-package-input "openblas"))))))
|
||||
(native-inputs
|
||||
(list gfortran
|
||||
python-hypothesis
|
||||
python-meson-python
|
||||
python-meson
|
||||
python-pytest
|
||||
python-pytest-xdist
|
||||
python-setuptools
|
||||
@@ -11104,7 +11104,7 @@ include_dirs = ~:*~a/include~%"
|
||||
(find-files (in-vicinity #$output "/bin"))))))))
|
||||
(native-inputs
|
||||
(list python-hypothesis
|
||||
python-meson-python
|
||||
python-meson
|
||||
python-pytest
|
||||
python-pytest-xdist
|
||||
python-setuptools
|
||||
@@ -12027,7 +12027,7 @@ comparison.
|
||||
tk))
|
||||
(native-inputs
|
||||
(list pkg-config
|
||||
python-meson-python
|
||||
python-meson
|
||||
pybind11
|
||||
python-pytest
|
||||
python-pytest-timeout
|
||||
@@ -13471,7 +13471,7 @@ a front-end for C compilers or analysis tools.")
|
||||
ninja
|
||||
pkg-config
|
||||
python-cython
|
||||
python-meson-python
|
||||
python-meson
|
||||
python-numpy
|
||||
python-pytest))
|
||||
(propagated-inputs
|
||||
@@ -15855,9 +15855,9 @@ validate this input and generate a PEP 643-compliant metadata
|
||||
file (e.g. @file{PKG-INFO}).")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public python-meson-python
|
||||
(define-public python-meson
|
||||
(package
|
||||
(name "python-meson-python")
|
||||
(name "python-meson")
|
||||
(version "0.19.0")
|
||||
(source
|
||||
(origin
|
||||
@@ -15887,6 +15887,9 @@ file (e.g. @file{PKG-INFO}).")
|
||||
use of the Meson build system.")
|
||||
(license license:expat)))
|
||||
|
||||
;; XXX: Deprecated on <2026-01-26>.
|
||||
(define-deprecated/public-alias python-meson-python python-meson)
|
||||
|
||||
(define-public python-mccabe
|
||||
(package
|
||||
(name "python-mccabe")
|
||||
@@ -20821,7 +20824,7 @@ codebase to support both Python 2 and Python 3 with minimal overhead.")
|
||||
(sha256
|
||||
(base32 "1syixz6xlmy1pjcr03ij7hcvaklgjy4mmwggssrmmnr9pxnn5xw9"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs (list python-meson-python
|
||||
(native-inputs (list python-meson
|
||||
python-cython
|
||||
python-pytest))
|
||||
(home-page "https://github.com/sagemath/cysignals")
|
||||
@@ -28490,7 +28493,7 @@ Its algorithms are based on the kakasi library, which is written in C.")
|
||||
meson
|
||||
ninja/pinned
|
||||
patchelf
|
||||
python-meson-python
|
||||
python-meson
|
||||
python-setuptools
|
||||
python-tappy))
|
||||
(inputs
|
||||
|
||||
Reference in New Issue
Block a user