mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pep517-bootstrap: Update to 0.13.1.
* gnu/packages/python-build.scm (python-pep517-bootstrap): Update to 0.13.1. [build-system]: Use pyproject. [propagated-inputs]: Remove python-toml and python-wheel. [native-inputs]: Add python-flit-core. Change-Id: Ifc578d8925a20c6c6b3e5efdbb5ed67714f3f093
This commit is contained in:
parent
5fc0c38791
commit
a222df7fe7
1 changed files with 9 additions and 6 deletions
|
@ -390,23 +390,26 @@ installed with a newer @code{pip} or with wheel's own command line utility.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
;;; TODO: Deprecate with https://github.com/pypa/pyproject-hooks.
|
;;; TODO: Deprecate with https://github.com/pypa/pyproject-hooks.
|
||||||
|
;;;
|
||||||
|
;;; From PyPI web page: The core of this package has been renamed to
|
||||||
|
;;; pyproject-hooks (https://pyproject-hooks.readthedocs.io). Please use that
|
||||||
|
;;; package or build (https://pypa-build.readthedocs.io/en/stable/) in place
|
||||||
|
;;; of pep517.
|
||||||
(define-public python-pep517-bootstrap
|
(define-public python-pep517-bootstrap
|
||||||
(hidden-package
|
(hidden-package
|
||||||
(package
|
(package
|
||||||
(name "python-pep517-bootstrap")
|
(name "python-pep517-bootstrap")
|
||||||
(version "0.9.1")
|
(version "0.13.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pep517" version))
|
(uri (pypi-uri "pep517" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "05xk0x7b5n7zmcqrznm4lnbakgdjpin19mp5zyzb92wksgzs4bqv"))))
|
||||||
"0zqidxah03qpnp6zkg3zd1kmd5f79hhdsfmlc0cldaniy80qddxf"))))
|
(build-system pyproject-build-system)
|
||||||
(build-system python-build-system)
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ;to avoid circular dependencies
|
`(#:tests? #f)) ;to avoid circular dependencies
|
||||||
(propagated-inputs
|
(native-inputs (list python-flit-core))
|
||||||
(list python-toml python-wheel))
|
|
||||||
(home-page "https://github.com/pypa/pep517")
|
(home-page "https://github.com/pypa/pep517")
|
||||||
(synopsis "Wrappers to build Python packages using PEP 517 hooks")
|
(synopsis "Wrappers to build Python packages using PEP 517 hooks")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue