gnu: python-check-manifest: Update to 0.49.

* gnu/packages/python-xyz.scm (python-check-manifest): Update to 0.49.
[propagated-inputs]: Remove python-tomli.
This commit is contained in:
John Kehayias 2023-04-24 12:23:49 -04:00
parent 0c297b9b70
commit a0d49a726a
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

View file

@ -26019,14 +26019,14 @@ also be usable with other GSSAPI mechanisms.")
(define-public python-check-manifest (define-public python-check-manifest
(package (package
(name "python-check-manifest") (name "python-check-manifest")
(version "0.48") (version "0.49")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "check-manifest" version)) (uri (pypi-uri "check-manifest" version))
(sha256 (sha256
(base32 (base32
"0my6ammldi8mddrbq798qxbl90qr8nlk7gzliq3v7gp7mlfmymrv")))) "05plc1835zz1w1k7wpf2n6jir71ds1w7nz3535lj5ks2am2419k4"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(arguments (arguments
'(;; This test requires setting up a venv which does not work '(;; This test requires setting up a venv which does not work
@ -26045,7 +26045,7 @@ also be usable with other GSSAPI mechanisms.")
(native-inputs (native-inputs
(list git-minimal/pinned python-pytest)) (list git-minimal/pinned python-pytest))
(propagated-inputs (propagated-inputs
(list python-pypa-build python-setuptools python-tomli)) (list python-pypa-build python-setuptools))
(home-page "https://github.com/mgedmin/check-manifest") (home-page "https://github.com/mgedmin/check-manifest")
(synopsis "Check MANIFEST.in in a Python source package for completeness") (synopsis "Check MANIFEST.in in a Python source package for completeness")
(description "Python package can include a MANIFEST.in file to help with (description "Python package can include a MANIFEST.in file to help with