unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#31021] Git Patch for Python django-override-storage
@ 2018-04-02  5:25 Vijayalakshmi Vedantham
  2018-04-04 11:47 ` bug#31021: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Vijayalakshmi Vedantham @ 2018-04-02  5:25 UTC (permalink / raw)
  To: 31021


[-- Attachment #1.1: Type: text/plain, Size: 196 bytes --]

Hello,

Please find attached a git patch including the package definition for the
Python django-override-storage package. Do let me know if any modifications
are required.


Thanks,
Vijayalakshmi

[-- Attachment #1.2: Type: text/html, Size: 259 bytes --]

[-- Attachment #2: 0001-gnu-Add-python-django-override-storage.patch --]
[-- Type: text/x-patch, Size: 1889 bytes --]

From ec46369ff72cb98a4964c04664cb33c715ca7730 Mon Sep 17 00:00:00 2001
From: Vijayalakshmi Vedantham <vijimay12@gmail.com>
Date: Thu, 29 Mar 2018 04:25:43 +0530
Subject: [PATCH] gnu: Add python-django-override-storage.

* gnu/packages/django.scm (python-django-override-storage): New variable.
---
 gnu/packages/django.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index 4bb2e69..d42afb2 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -4,6 +4,7 @@
 ;;; Copyright © 2017 Nils Gillmann <ng0@n0.is>
 ;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2017 Ricardo Wurmus <rekado@elephly.net>
+;;; Copyright © 2018 Vijayalakshmi Vedantham <vijimay12@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -809,3 +810,25 @@ provides features like a web browseable API and authentication policies.")
      "@code{django-crispy-forms} lets you easily build, customize and reuse
 forms using your favorite CSS framework, without writing template code.")
     (license license:expat)))
+
+(define-public python-django-override-storage
+  (package
+    (name "python-django-override-storage")
+    (version "0.1.4")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "django-override-storage" version))
+       (sha256
+        (base32
+         "0sqz1mh0yn8b1bzz2gr2azfiynljigm5gkzavp5n17zd3j2jg57x"))))
+    (build-system python-build-system)
+    (propagated-inputs
+     `(("python-django" ,python-django)))
+    (home-page
+     "https://github.com/danifus/django-override-storage")
+    (synopsis "Django test helpers to manage file storage side effects")
+    (description
+     "This project provides tools to help reduce the side effects of using
+FileFields during tests.")
+    (license license:expat)))
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#31021: Git Patch for Python django-override-storage
  2018-04-02  5:25 [bug#31021] Git Patch for Python django-override-storage Vijayalakshmi Vedantham
@ 2018-04-04 11:47 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2018-04-04 11:47 UTC (permalink / raw)
  To: Vijayalakshmi Vedantham; +Cc: 31021-done

Hello Vijayalakshmi,

Vijayalakshmi Vedantham <vijimay12@gmail.com> skribis:

> From ec46369ff72cb98a4964c04664cb33c715ca7730 Mon Sep 17 00:00:00 2001
> From: Vijayalakshmi Vedantham <vijimay12@gmail.com>
> Date: Thu, 29 Mar 2018 04:25:43 +0530
> Subject: [PATCH] gnu: Add python-django-override-storage.
>
> * gnu/packages/django.scm (python-django-override-storage): New variable.

Applied, thanks!

Ludo’.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-04-04 11:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-02  5:25 [bug#31021] Git Patch for Python django-override-storage Vijayalakshmi Vedantham
2018-04-04 11:47 ` bug#31021: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).