mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove python-pyproject-metadata-0.7.
* gnu/packages/python-xyz.scm (python-pyproject-metadata-0.7): Delete variable. Change-Id: Ifa90ecb28d669d10ba5e6c02b5226063a3e32160
This commit is contained in:
parent
826654708c
commit
7680587f37
1 changed files with 0 additions and 17 deletions
|
@ -15074,23 +15074,6 @@ validate this input and generate a PEP 643-compliant 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"))))
|
||||
(arguments '())))
|
||||
|
||||
;; pep621 was renamed to pyproject-metadata.
|
||||
(define-public python-pep621
|
||||
(deprecated-package "python-pep621" python-pyproject-metadata))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue