gnu: python-flit-core-bootstrap: Update to 3.8.0.

* gnu/packages/python-build.scm (python-flit-core-bootstrap): Update to 3.8.0.
[home-page]: Update URL.
This commit is contained in:
Maxim Cournoyer 2023-04-15 22:56:51 -04:00
parent 21d6985a8b
commit 66ffbaa409
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -483,13 +483,13 @@ compatible build front-ends to build Poetry managed projects.")
(define-public python-flit-core-bootstrap (define-public python-flit-core-bootstrap
(package (package
(name "python-flit-core-bootstrap") (name "python-flit-core-bootstrap")
(version "3.5.1") (version "3.8.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "flit" version)) (uri (pypi-uri "flit" version))
(sha256 (sha256
(base32 "04152qj46sqbnlrj7ch9p7svjrrlpzbk0qr39g2yr0s4f5vp6frf")))) (base32 "0dz9sp2zlhkmk6sm5gapbbb30f7xq3n3jn5zxx5pkp25ppsaiwnh"))))
(build-system python-build-system) (build-system python-build-system)
(propagated-inputs (propagated-inputs
(list python-toml)) (list python-toml))
@ -514,7 +514,7 @@ compatible build front-ends to build Poetry managed projects.")
;; The sanity-check phase fails because flit depends on tomli at ;; The sanity-check phase fails because flit depends on tomli at
;; run-time, but this core variant avoids it to avoid a cycle. ;; run-time, but this core variant avoids it to avoid a cycle.
(delete 'sanity-check)))) (delete 'sanity-check))))
(home-page "https://github.com/takluyver/flit") (home-page "https://github.com/pypa/flit")
(synopsis "Core package of the Flit Python build system") (synopsis "Core package of the Flit Python build system")
(description "This package provides @code{flit-core}, a PEP 517 build (description "This package provides @code{flit-core}, a PEP 517 build
backend for packages using Flit. The only public interface is the API backend for packages using Flit. The only public interface is the API