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:
		
							parent
							
								
									0803f0d761
								
							
						
					
					
						commit
						4d10e9f126
					
				
					 2 changed files with 1 additions and 17 deletions
				
			
		| 
						 | 
					@ -374,7 +374,7 @@ resembles Python.")
 | 
				
			||||||
           ninja
 | 
					           ninja
 | 
				
			||||||
           python-colorama
 | 
					           python-colorama
 | 
				
			||||||
           python-cython
 | 
					           python-cython
 | 
				
			||||||
           python-pyproject-metadata-0.7
 | 
					           python-pyproject-metadata
 | 
				
			||||||
           python-tomli
 | 
					           python-tomli
 | 
				
			||||||
           python-typing-extensions
 | 
					           python-typing-extensions
 | 
				
			||||||
           python-wheel))
 | 
					           python-wheel))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -14306,22 +14306,6 @@ validate this input and generate a PEP 643-compliant metadata
 | 
				
			||||||
file (e.g. @file{PKG-INFO}).")
 | 
					file (e.g. @file{PKG-INFO}).")
 | 
				
			||||||
    (license license:expat)))
 | 
					    (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.
 | 
					;; pep621 was renamed to pyproject-metadata.
 | 
				
			||||||
(define-public python-pep621
 | 
					(define-public python-pep621
 | 
				
			||||||
  (deprecated-package "python-pep621" python-pyproject-metadata))
 | 
					  (deprecated-package "python-pep621" python-pyproject-metadata))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue