GNU bug report logs - #47546
[PATCH 2/2] gnu: Add python-typogrify.

Previous Next

Package: guix-patches;

Reported by: iyzsong <at> outlook.com

Date: Thu, 1 Apr 2021 14:49:02 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> outlook.com>

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 47546 in the body.
You can then email your comments to 47546 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#47546; Package guix-patches. (Thu, 01 Apr 2021 14:49:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to iyzsong <at> outlook.com:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 01 Apr 2021 14:49:02 GMT) Full text and rfc822 format available.

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

From: iyzsong <at> outlook.com
To: guix-patches <at> gnu.org
Cc: 宋文武 <iyzsong <at> member.fsf.org>
Subject: [PATCH 2/2] gnu: Add python-typogrify.
Date: Thu,  1 Apr 2021 22:50:48 +0800
From: 宋文武 <iyzsong <at> member.fsf.org>

* gnu/packages/python-xyz.scm (python-typogrify): New variable.
---
 gnu/packages/python-xyz.scm | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index dfce35a212..c22f615bd9 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -24372,3 +24372,34 @@ entities
 @item Three consecutive dots (... or . . .) into an ellipsis entity
 @end enumerate")
     (license license:bsd-3)))
+
+(define-public python-typogrify
+  (package
+    (name "python-typogrify")
+    (version "2.0.7")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "typogrify" version))
+              (sha256
+               (base32
+                "0f6b2gnnxjbx1fbmkcscc6qjr4hi78kwm1wx4b766ha3va66dr4b"))))
+    (build-system python-build-system)
+    (arguments
+     '(#:phases
+       (modify-phases %standard-phases
+         (replace 'check
+           (lambda _
+             (invoke "nosetests" "-v"))))))
+    (propagated-inputs
+     `(("python-smartypants" ,python-smartypants)))
+    (native-inputs
+     ;; For tests.
+     `(("python-nose" ,python-nose)))
+    (home-page "https://github.com/mintchaos/typogrify")
+    (synopsis "Filters to transform text into typographically-improved HTML")
+    (description
+     "@code{typogrify} provides a set of custom filters that automatically
+apply various transformations to plain text in order to yield
+typographically-improved HTML.  While often used in conjunction with Jinja and
+Django template systems, the filters can be used in any environment.")
+    (license license:bsd-3)))
-- 
2.30.0





Information forwarded to guix-patches <at> gnu.org:
bug#47546; Package guix-patches. (Thu, 01 Apr 2021 20:20:02 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: iyzsong <at> outlook.com
Cc: 47546 <at> debbugs.gnu.org, 宋文武 <iyzsong <at> member.fsf.org>
Subject: Re: [bug#47546] [PATCH 2/2] gnu: Add python-typogrify.
Date: Thu, 1 Apr 2021 16:19:00 -0400
On Thu, Apr 01, 2021 at 10:50:48PM +0800, iyzsong <at> outlook.com wrote:
> From: 宋文武 <iyzsong <at> member.fsf.org>
> 
> * gnu/packages/python-xyz.scm (python-typogrify): New variable.

LGTM, thanks!




Reply sent to 宋文武 <iyzsong <at> outlook.com>:
You have taken responsibility. (Fri, 02 Apr 2021 10:39:02 GMT) Full text and rfc822 format available.

Notification sent to iyzsong <at> outlook.com:
bug acknowledged by developer. (Fri, 02 Apr 2021 10:39:02 GMT) Full text and rfc822 format available.

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

From: 宋文武 <iyzsong <at> outlook.com>
To: Leo Famulari <leo <at> famulari.name>
Cc: 宋文武 <iyzsong <at> member.fsf.org>,
 47546-done <at> debbugs.gnu.org
Subject: Re: [bug#47546] [PATCH 2/2] gnu: Add python-typogrify.
Date: Fri, 02 Apr 2021 18:40:33 +0800
Leo Famulari <leo <at> famulari.name> writes:

> On Thu, Apr 01, 2021 at 10:50:48PM +0800, iyzsong <at> outlook.com wrote:
>> From: 宋文武 <iyzsong <at> member.fsf.org>
>> 
>> * gnu/packages/python-xyz.scm (python-typogrify): New variable.
>
> LGTM, thanks!

Pushed, thank you for review!




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

This bug report was last modified 2 years and 362 days ago.

Previous Next


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