me
/
guix
Archived
1
0
Fork 0

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.
master
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
1 changed files with 3 additions and 3 deletions

View File

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