mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-milc: Update to 1.9.1.
* gnu/packages/python-xyz.scm (python-milc): Update to 1.9.1. [source]: Switch to git-fetch providing tests. [propagated-inputs]: Remove python-appdirs. [native-inputs]: Remove python-wheel and python-pip; add python-pytest and python-semver. Change-Id: Iafbf4002713a0662522c16e269eb6063e71381eb
This commit is contained in:
parent
914637742b
commit
5838f93b16
1 changed files with 21 additions and 11 deletions
|
@ -6693,18 +6693,28 @@ any Python package.")
|
||||||
(define-public python-milc
|
(define-public python-milc
|
||||||
(package
|
(package
|
||||||
(name "python-milc")
|
(name "python-milc")
|
||||||
(version "1.9.0")
|
(version "1.9.1")
|
||||||
(source (origin
|
(source
|
||||||
(method url-fetch)
|
(origin
|
||||||
(uri (pypi-uri "milc" version))
|
(method git-fetch) ;no tests in PyPI archive
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/clueboard/milc")
|
||||||
|
(commit version)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0ms9ks0xn1ikd48352bifnbfahfnw3gh4qs1ckmmwbpiq2czca3g"))))
|
||||||
"1kkiric668mikc5d3jn1x27jrasqlqlyj8lh6d7zp8a866icjan0"))))
|
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(propagated-inputs (list python-appdirs python-argcomplete python-colorama
|
(native-inputs
|
||||||
python-halo python-spinners python-platformdirs
|
(list python-pytest
|
||||||
|
python-semver
|
||||||
|
python-setuptools))
|
||||||
|
(propagated-inputs
|
||||||
|
(list python-argcomplete
|
||||||
|
python-colorama
|
||||||
|
python-halo
|
||||||
|
python-platformdirs
|
||||||
|
python-spinners
|
||||||
python-types-colorama))
|
python-types-colorama))
|
||||||
(native-inputs (list python-setuptools python-wheel python-pip))
|
|
||||||
(home-page "https://github.com/clueboard/milc")
|
(home-page "https://github.com/clueboard/milc")
|
||||||
(synopsis "Python library for command line interface programs")
|
(synopsis "Python library for command line interface programs")
|
||||||
(description "MILC is a Python library for developing command line
|
(description "MILC is a Python library for developing command line
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue