unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#48099] [PATCH] gnu: Add python-django-3.2.
@ 2021-04-29 11:06 Roel Janssen
  2021-05-15 19:30 ` bug#48099: " Efraim Flashner
  0 siblings, 1 reply; 2+ messages in thread
From: Roel Janssen @ 2021-04-29 11:06 UTC (permalink / raw)
  To: 48099

[-- Attachment #1: Type: text/plain, Size: 252 bytes --]

Hi Guix,

I attached a recipe for python-django-3.2.  I haven't tested it beyond 
building it (which includes running the test suite),
so it'd be great to keep version 3.1.8 and let version 3.2 inherit from 
that package.

Kind regards,
Roel Janssen


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

From f591c97292f04caccc1c23f484a0f439dcec0cdd Mon Sep 17 00:00:00 2001
From: Roel Janssen <roel@gnu.org>
Date: Thu, 29 Apr 2021 13:02:10 +0200
Subject: [PATCH] gnu: Add python-django-3.2.

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

diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index dfc3d314ad..916dc68105 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -129,6 +129,17 @@ to the @dfn{don't repeat yourself} (DRY) principle.")
     (license license:bsd-3)
     (properties `((cpe-name . "django")))))
 
+(define-public python-django-3.2
+  (package (inherit python-django)
+   (name "python-django")
+   (version "3.2")
+   (source (origin
+            (method url-fetch)
+            (uri (pypi-uri "Django" version))
+            (sha256
+             (base32
+              "179qdxa438fnycnnf1j5z6359h1kbp2q7djf01v5jrr26xjgkw11"))))))
+
 (define-public python-django-2.2
   (package
     (inherit python-django)
-- 
2.31.1


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

* bug#48099: [PATCH] gnu: Add python-django-3.2.
  2021-04-29 11:06 [bug#48099] [PATCH] gnu: Add python-django-3.2 Roel Janssen
@ 2021-05-15 19:30 ` Efraim Flashner
  0 siblings, 0 replies; 2+ messages in thread
From: Efraim Flashner @ 2021-05-15 19:30 UTC (permalink / raw)
  To: Roel Janssen; +Cc: 48099-done

[-- Attachment #1: Type: text/plain, Size: 714 bytes --]

On Thu, Apr 29, 2021 at 01:06:47PM +0200, Roel Janssen wrote:
> Hi Guix,
> 
> I attached a recipe for python-django-3.2.  I haven't tested it beyond
> building it (which includes running the test suite),
> so it'd be great to keep version 3.1.8 and let version 3.2 inherit from that
> package.
> 
> Kind regards,
> Roel Janssen
> 

Marius pushed a similar patch as
249fb4a30345f6687645911bb22cbf43548b4c4d updating python-django to
3.2.1, and then making some changes to the packages.

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

end of thread, other threads:[~2021-05-15 19:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-29 11:06 [bug#48099] [PATCH] gnu: Add python-django-3.2 Roel Janssen
2021-05-15 19:30 ` bug#48099: " Efraim Flashner

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).