emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#35471: closed ([PATCH] gnu: Add python-django-tagg


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#35471: closed ([PATCH] gnu: Add python-django-taggit.)
Date: Fri, 03 May 2019 15:43:01 +0000

Your message dated Fri, 03 May 2019 17:42:51 +0200
with message-id <address@hidden>
and subject line Re: [bug#35471] [PATCH] gnu: Add python-django-taggit.
has caused the debbugs.gnu.org bug report #35471,
regarding [PATCH] gnu: Add python-django-taggit.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
35471: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=35471
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#35471] [PATCH] gnu: Add python-django-taggit. Date: Fri, 03 May 2019 17:42:51 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux)
Sam <address@hidden> skribis:

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

Applied, thanks!

Ludo'.


--- End Message ---

reply via email to

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