GNU bug report logs - #35471
[PATCH] gnu: Add python-django-taggit.

Previous Next

Package: guix-patches;

Reported by: Sam <smbaines8 <at> gmail.com>

Date: Sun, 28 Apr 2019 14:59: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 35471 in the body.
You can then email your comments to 35471 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#35471; Package guix-patches. (Sun, 28 Apr 2019 14:59:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Sam <smbaines8 <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 28 Apr 2019 14:59:02 GMT) Full text and rfc822 format available.

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

From: Sam <smbaines8 <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Sam <smbaines8 <at> gmail.com>
Subject: [PATCH] gnu: Add python-django-taggit.
Date: Sun, 28 Apr 2019 15:57:41 +0100
* gnu/packages/django.scm (python-django-taggit): New variable.
---
 gnu/packages/django.scm | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index 8ea9dca16a..03ed3bc67f 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -147,6 +147,38 @@ with arguments to the field constructor.")
 (define-public python2-django-simple-math-captcha
   (package-with-python2 python-django-simple-math-captcha))
 
+(define-public python-django-taggit
+  (package
+    (name "python-django-taggit")
+    (version "1.1.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "django-taggit" version))
+       (sha256
+        (base32
+         "044fzcpmns90kaxdi49qczlam4xsi8rl73rpfwvxx1gkcqzidgq1"))))
+    (build-system python-build-system)
+    (arguments
+     '(#:phases
+       (modify-phases %standard-phases
+         (replace 'check
+           (lambda _
+             (invoke "python3" "-m" "django" "test" "--settings=tests.settings"))))))
+    (propagated-inputs
+     `(("python-django" ,python-django)
+       ("python-isort" ,python-isort)))
+    (native-inputs
+     `(("python-pytest" ,python-pytest)
+       ("python-mock" ,python-mock)))
+    (home-page
+     "https://github.com/jazzband/django-taggit")
+    (synopsis
+     "Reusable Django application for simple tagging")
+    (description
+     "Django-taggit is a reusable Django application for simple tagging.")
+    (license license:bsd-3)))
+
 (define-public python-pytest-django
   (package
     (name "python-pytest-django")
-- 
2.21.0





Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Fri, 03 May 2019 15:43:01 GMT) Full text and rfc822 format available.

Notification sent to Sam <smbaines8 <at> gmail.com>:
bug acknowledged by developer. (Fri, 03 May 2019 15:43:02 GMT) Full text and rfc822 format available.

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

From: Ludovic Courtès <ludo <at> gnu.org>
To: Sam <smbaines8 <at> gmail.com>
Cc: 35471-done <at> debbugs.gnu.org
Subject: Re: [bug#35471] [PATCH] gnu: Add python-django-taggit.
Date: Fri, 03 May 2019 17:42:51 +0200
Sam <smbaines8 <at> gmail.com> skribis:

> * gnu/packages/django.scm (python-django-taggit): New variable.

Applied, thanks!

Ludo'.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 01 Jun 2019 11:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 331 days ago.

Previous Next


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