guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

39/96: gnu: Add python-hatch-fancy-pypi-readme.


From: guix-commits
Subject: 39/96: gnu: Add python-hatch-fancy-pypi-readme.
Date: Wed, 19 Apr 2023 21:41:11 -0400 (EDT)

apteryx pushed a commit to branch core-updates
in repository guix.

commit 53416dbe59e9cf947c5b0bddf3e98846ac013cfa
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Apr 17 22:53:20 2023 -0400

    gnu: Add python-hatch-fancy-pypi-readme.
    
    * gnu/packages/python-build.scm (python-hatch-fancy-pypi-readme): New 
variable.
---
 gnu/packages/python-build.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm
index c5185a77fb..70719c44d4 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -676,6 +676,27 @@ has features such as:
 @end itemize")
     (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
   (package
     (name "python-hatch-vcs")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]