mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-09 20:59:31 -05:00
gnu: python-debian: Update to 0.1.49.
* gnu/packages/python-xyz.scm (python-debian): Update to 0.1.49. [native-inputs]: Add python-pytest. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
95e3386c4f
commit
bf55d35873
1 changed files with 4 additions and 2 deletions
|
@ -13869,7 +13869,7 @@ (define-public python-debian
|
||||||
(package
|
(package
|
||||||
(name "python-debian")
|
(name "python-debian")
|
||||||
(home-page "https://salsa.debian.org/python-debian-team/python-debian")
|
(home-page "https://salsa.debian.org/python-debian-team/python-debian")
|
||||||
(version "0.1.36")
|
(version "0.1.49")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
;; Use git-fetch, as pypi doesn't include test suite.
|
;; Use git-fetch, as pypi doesn't include test suite.
|
||||||
|
@ -13880,7 +13880,7 @@ (define-public python-debian
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0qy6x28bj6yfikhjww932v5xq4mf5bm1iczl7acy4c7zm6mwhqfa"))
|
"190vy2ns0650icpwvv4qp6kr3c3i9jszy1vkdwpigxb96fs1bqf3"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
#~(begin
|
#~(begin
|
||||||
|
@ -13896,6 +13896,8 @@ (define-public python-debian
|
||||||
(substitute* "lib/debian/_version.py"
|
(substitute* "lib/debian/_version.py"
|
||||||
(("__CHANGELOG_VERSION__") #$version))))))
|
(("__CHANGELOG_VERSION__") #$version))))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
|
(native-inputs
|
||||||
|
(list python-pytest))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-six python-chardet))
|
(list python-six python-chardet))
|
||||||
(synopsis "Debian package related modules")
|
(synopsis "Debian package related modules")
|
||||||
|
|
Loading…
Reference in a new issue