gnu: meson: Update to 1.1.1 and ungraft.

* gnu/packages/build-tools.scm (meson): Update to 1.1.1.
[replacement]: Remove.
(meson/newer): Remove.
(meson-python/newer): Remove.
* gnu/packages/pdf.scm (capypdf)[arguments]: Remove #:meson.

Change-Id: I77dd9203461e8dd635753ec742bd8046dd63e3f9
* gnu/packages/python-science.scm (python-pandas-2): Use regular meson-python.
* gnu/packages/python-xyz.scm (python-contourpy): Same
This commit is contained in:
Ludovic Courtès 2024-01-17 11:06:04 +01:00
parent c89d2bcceb
commit bb5a447992
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5
4 changed files with 5 additions and 27 deletions

View file

@ -293,8 +293,7 @@ (define-public gn
(define-public meson (define-public meson
(package (package
(name "meson") (name "meson")
(replacement meson/newer) (version "1.2.1")
(version "1.1.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://github.com/mesonbuild/meson/" (uri (string-append "https://github.com/mesonbuild/meson/"
@ -302,7 +301,7 @@ (define-public meson
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"17w2zymmvrffhfpqsaj7qcbjwgv9iaawcpzhz2gnhlvcrm26qqfr")))) "1x9rnrbwvzhnzmz4zqag44w06khks8wckcajxsbr8m4760akmnxi"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
(list #:tests? #f ;disabled to avoid extra dependencies (list #:tests? #f ;disabled to avoid extra dependencies
@ -330,19 +329,6 @@ (define-public meson
resembles Python.") resembles Python.")
(license license:asl2.0))) (license license:asl2.0)))
(define-public meson/newer
(package
(inherit meson)
(version "1.2.1")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/mesonbuild/meson/"
"releases/download/" version "/meson-"
version ".tar.gz"))
(sha256
(base32
"1x9rnrbwvzhnzmz4zqag44w06khks8wckcajxsbr8m4760akmnxi"))))))
(define-public meson-python (define-public meson-python
(package (package
(name "meson-python") (name "meson-python")
@ -396,13 +382,6 @@ (define-public meson-python
(description "Meson-python is a PEP 517 build backend for Meson projects.") (description "Meson-python is a PEP 517 build backend for Meson projects.")
(license license:expat))) (license license:expat)))
(define-public meson-python/newer
(package
(inherit meson-python)
(propagated-inputs
(modify-inputs (package-propagated-inputs meson-python)
(replace "meson" meson/newer)))))
(define-public premake4 (define-public premake4
(package (package
(name "premake") (name "premake")

View file

@ -134,8 +134,7 @@ (define-public capypdf
(base32 "0kp1dcww5zl04wnbqbi8vjzpc5qgr8gr8rcx0s6s4xbjnzvqqw8d")))) (base32 "0kp1dcww5zl04wnbqbi8vjzpc5qgr8gr8rcx0s6s4xbjnzvqqw8d"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
(list #:meson meson/newer (list #:configure-flags #~(list "-Dcpp_std=c++23")
#:configure-flags #~(list "-Dcpp_std=c++23")
#:test-options '(list "plainc") #:test-options '(list "plainc")
#:phases #:phases
#~(modify-phases %standard-phases #~(modify-phases %standard-phases

View file

@ -1081,7 +1081,7 @@ (define-public python-pandas-2
(inputs (inputs
(list which xclip xsel)) (list which xclip xsel))
(native-inputs (native-inputs
(list meson-python/newer (list meson-python
python-beautifulsoup4 python-beautifulsoup4
python-cython-0.29.35 python-cython-0.29.35
python-html5lib python-html5lib

View file

@ -1296,7 +1296,7 @@ (define-public python-contourpy
(list python-numpy)) (list python-numpy))
(native-inputs (native-inputs
(list cmake (list cmake
meson-python/newer meson-python
pkg-config pkg-config
pybind11 pybind11
python-pytest python-pytest