Re: [PATCH 1/2] gnu: add python-django.

2016-09-19 Thread Hartmut Goebel
Am 19.09.2016 um 16:42 schrieb Ludovic Courtès: > Thanks and apologies again for the mess! > Never mind. This can happen. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

Re: [PATCH 1/2] gnu: add python-django.

2016-09-19 Thread Ludovic Courtès
Hartmut Goebel skribis: > From d945e207eeb6b6bf61019a18bdaf3397883f5cb3 Mon Sep 17 00:00:00 2001 > From: Hartmut Goebel > Date: Thu, 15 Sep 2016 22:07:29 +0200 > Subject: [PATCH] gnu: python-django, python2-django: Fix propagated- and

Re: [PATCH 1/2] gnu: add python-django.

2016-09-15 Thread Hartmut Goebel
Hello Ludo, > Do you want to send a patch to fix this? enclosed please find the patch. Please double check to ensure I did not re-mix-it-up :-) In case of any doubt, please ask. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | |

Re: [PATCH 1/2] gnu: add python-django.

2016-09-12 Thread Ludovic Courtès
Hi, Hartmut Goebel skribis: >> I finally reviewed this patch and pushed it as >> d18197af7844151e38322605b11e0c75b18b55bf with small changes: adjust the >> list of ‘native-inputs’, use ‘propagated-inputs’ for all the run-time >> dependencies, use two semicolons for

Re: [PATCH 1/2] gnu: add python-django.

2016-09-12 Thread Hartmut Goebel
Hi Ludo, > I finally reviewed this patch and pushed it as > d18197af7844151e38322605b11e0c75b18b55bf with small changes: adjust the > list of ‘native-inputs’, use ‘propagated-inputs’ for all the run-time > dependencies, use two semicolons for line comments (as opposed to margin > comments), and

Re: [PATCH 1/2] gnu: add python-django.

2016-09-12 Thread Ludovic Courtès
Hi Hartmut, Hartmut Goebel skribis: > * gnu/packages/django.scm: New file. > * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. > * gnu/packages/patches/django-fix-testcase.patch: New file. I finally reviewed this patch and pushed it as

Re: [PATCH 1/2] gnu: add python-django.

2016-09-08 Thread Efraim Flashner
On Mon, Aug 22, 2016 at 01:31:36PM +0200, Hartmut Goebel wrote: > * gnu/packages/django.scm: New file. > * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. > * gnu/packages/patches/django-fix-testcase.patch: New file. > --- > gnu/local.mk | 1 + >

Re: [PATCH 1/2] gnu: add python-django

2016-04-16 Thread Hartmut Goebel
Am 15.04.2016 um 23:52 schrieb Ludovic Courtès: > Could you check what it takes to run it? I'll take care of it. Fixing this will take some time, since djangos test-suite requires 7 python packages which are not yet in guix. -- Regards Hartmut Goebel | Hartmut Goebel |

Re: [PATCH 1/2] gnu: add python-django

2016-04-15 Thread Ludovic Courtès
Hartmut Goebel skribis: > * gnu/packages/django.scm: New file. > * gnu-system.am: Add it. Neat! I fixed a couple of minor issues (formatting, etc.) leading to this patch: >From 0d4ad143f542ffa125923edfcddfff2ca120c7aa Mon Sep 17 00:00:00 2001 From: Hartmut Goebel