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.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Sam <smbaines8 <at> gmail.com>
Subject: bug#35471: closed (Re: [bug#35471] [PATCH] gnu: Add
 python-django-taggit.)
Date: Fri, 03 May 2019 15:43:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#35471: [PATCH] gnu: Add python-django-taggit.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 35471 <at> debbugs.gnu.org.

-- 
35471: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=35471
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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'.

[Message part 3 (message/rfc822, inline)]
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




This bug report was last modified 6 years and 102 days ago.

Previous Next


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