gnu: python-project-metadata-0.7: Remove.

As it's redundant as of 1039ec03be.

* gnu/packages/python-xyz.scm (python-pyproject-metadata-0.7): Remove
variable.
* gnu/packages/build-tools.scm (meson-python): Use python-pyproject-metadata
rather than python-pyproject-metadata-0.7.

Change-Id: I50d458ff636cfab3a262e7d0759e88f14f68081f
This commit is contained in:
Christopher Baines 2024-06-10 10:51:43 +01:00
parent 0803f0d761
commit 4d10e9f126
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577
2 changed files with 1 additions and 17 deletions

View file

@ -374,7 +374,7 @@ (define-public meson-python
ninja
python-colorama
python-cython
python-pyproject-metadata-0.7
python-pyproject-metadata
python-tomli
python-typing-extensions
python-wheel))

View file

@ -14306,22 +14306,6 @@ (define-public python-pyproject-metadata
file (e.g. @file{PKG-INFO}).")
(license license:expat)))
(define-public python-pyproject-metadata-0.7
(package
(inherit python-pyproject-metadata)
(name "python-pyproject-metadata")
(version "0.7.1")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/FFY00/python-pyproject-metadata")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"0yvs59ymz5gdix34a95wxlxvk9bnvjgrzsnmnc3ws7whpfv3yasm"))))))
;; pep621 was renamed to pyproject-metadata.
(define-public python-pep621
(deprecated-package "python-pep621" python-pyproject-metadata))