GNU bug report logs - #62373
[PATCH] gnu: Add python-pdoc.

Previous Next

Package: guix-patches;

Reported by: <Ontje.Luensdorf <at> dlr.de>

Date: Wed, 22 Mar 2023 09:51:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 62373 in the body.
You can then email your comments to 62373 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#62373; Package guix-patches. (Wed, 22 Mar 2023 09:51:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to <Ontje.Luensdorf <at> dlr.de>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 22 Mar 2023 09:51:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: <Ontje.Luensdorf <at> dlr.de>
To: <guix-patches <at> gnu.org>
Subject: [PATCH] gnu: Add python-pdoc.
Date: Wed, 22 Mar 2023 09:50:21 +0000
[Message part 1 (text/plain, inline)]
Hi there,


I've packaged pdoc, a documentation system for python.

Thanks & best regards,
Ontje
[0001-gnu-Add-python-pdoc.patch (text/x-diff, attachment)]

Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Thu, 15 Jun 2023 22:10:02 GMT) Full text and rfc822 format available.

Notification sent to <Ontje.Luensdorf <at> dlr.de>:
bug acknowledged by developer. (Thu, 15 Jun 2023 22:10:02 GMT) Full text and rfc822 format available.

Message #10 received at 62373-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: <Ontje.Luensdorf <at> dlr.de>
Cc: 62373-done <at> debbugs.gnu.org
Subject: Re: bug#62373: [PATCH] gnu: Add python-pdoc.
Date: Fri, 16 Jun 2023 00:09:27 +0200
[Message part 1 (text/plain, inline)]
Hi Ontje,

<Ontje.Luensdorf <at> dlr.de> skribis:

> From 8a6adf3add637fd3d04fa2dee3b413f5dd65fd06 Mon Sep 17 00:00:00 2001
> From: =?UTF-8?q?Ontje=20L=C3=BCnsdorf?= <ontje.luensdorf <at> dlr.de>
> Date: Wed, 22 Mar 2023 09:42:09 +0100
> Subject: [PATCH] gnu: Add python-pdoc.
>
> * gnu/packages/python-xyz.scm (python-pdoc): New variable.

Sorry for the long delay.  Applied with the minor changes below.

Thanks!

Ludo’.

[Message part 2 (text/x-patch, inline)]
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 0c98701146..cdffc3ad67 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1070,16 +1070,15 @@ (define-public python-pdoc
   (package
     (name "python-pdoc")
     (version "13.0.1")
-    (source
-      (origin
-        (method git-fetch)
-        (uri
-         (git-reference
-          (url "https://github.com/mitmproxy/pdoc")
-          (commit (string-append "v" version))))
-        (sha256
-          (base32
-           "0gxkw607nrd67ck4w8jri9vfrm5g60qvp8b134m8zkiphbxjnx0l"))))
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/mitmproxy/pdoc")
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "0gxkw607nrd67ck4w8jri9vfrm5g60qvp8b134m8zkiphbxjnx0l"))))
     (build-system pyproject-build-system)
     (native-inputs (list python-pytest python-jinja2 python-pygments))
     (arguments
@@ -1091,13 +1090,12 @@ (define-public python-pdoc
                                  "not test_smoke[mock] and "
                                  "not test_snapshots[html"))))
     (home-page "https://pdoc.dev/")
-    (synopsis "API Documentation for Python Projects")
+    (synopsis "API documentation for Python projects")
     (description "pdoc auto-generates API documentation that follows your
 project's Python module hierarchy.  It requires no configuration, has
 first-class support for type annotations, cross-links between identifiers,
 comes with an integrated live-reloading web server, uses customizable HTML
-templates, understands numpydoc and Google-style docstrings, and is
-permissively licensed.")
+templates, understands numpydoc and Google-style docstrings.")
     (license license:unlicense)))
 
 (define-public python-py4j

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 14 Jul 2023 11:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 280 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.