mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: Add python-hatch-fancy-pypi-readme.
* gnu/packages/python-build.scm (python-hatch-fancy-pypi-readme): New variable.
This commit is contained in:
parent
2c54d3f489
commit
53416dbe59
1 changed files with 21 additions and 0 deletions
|
@ -676,6 +676,27 @@ (define-public python-hatchling
|
||||||
@end itemize")
|
@end itemize")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public python-hatch-fancy-pypi-readme
|
||||||
|
(package
|
||||||
|
(name "python-hatch-fancy-pypi-readme")
|
||||||
|
(version "22.8.0")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (pypi-uri "hatch_fancy_pypi_readme" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0sn2wsfbpsbf2mqhjvw62h1cfy5mz3d7iqyqvs5c20cnl0n2i4fs"))))
|
||||||
|
(build-system pyproject-build-system)
|
||||||
|
(arguments (list #:tests? #f)) ;avoid extra test dependencies
|
||||||
|
(propagated-inputs (list python-hatchling python-tomli
|
||||||
|
python-typing-extensions))
|
||||||
|
(home-page "https://github.com/hynek/hatch-fancy-pypi-readme")
|
||||||
|
(synopsis "Fancy PyPI READMEs with Hatch")
|
||||||
|
(description "This hatch plugin allows defining a project description in
|
||||||
|
terms of concatenated fragments that are based on static strings, files and
|
||||||
|
parts of files defined using cut-off points or regular expressions.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python-hatch-vcs
|
(define-public python-hatch-vcs
|
||||||
(package
|
(package
|
||||||
(name "python-hatch-vcs")
|
(name "python-hatch-vcs")
|
||||||
|
|
Loading…
Reference in a new issue