From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hartmut Goebel Subject: [PATCH 0/2] Django framework Date: Mon, 22 Aug 2016 13:31:35 +0200 Message-ID: <1471865497-7324-1-git-send-email-h.goebel@crazy-compilers.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58674) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bbnSK-0006sh-0H for guix-devel@gnu.org; Mon, 22 Aug 2016 07:31:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bbnSD-0006iU-Ch for guix-devel@gnu.org; Mon, 22 Aug 2016 07:31:50 -0400 Received: from mail-out.m-online.net ([212.18.0.9]:38348) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bbnSD-0006hu-69 for guix-devel@gnu.org; Mon, 22 Aug 2016 07:31:45 -0400 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3sHrxl6W06z3hjQh for ; Mon, 22 Aug 2016 13:31:39 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.68]) by mail.m-online.net (Postfix) with ESMTP id 3sHrxl4z37zvkFT for ; Mon, 22 Aug 2016 13:31:39 +0200 (CEST) Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.68]) (amavisd-new, port 10024) with ESMTP id gIbPe4DpJ10b for ; Mon, 22 Aug 2016 13:31:38 +0200 (CEST) Received: from hermia.goebel-consult.de (ppp-188-174-142-77.dynamic.mnet-online.de [188.174.142.77]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for ; Mon, 22 Aug 2016 13:31:38 +0200 (CEST) Received: from lenashee.goebel-consult.de (lenashee.goebel-consult.de [192.168.110.2]) by hermia.goebel-consult.de (Postfix) with ESMTP id 0A0D660DA4 for ; Mon, 22 Aug 2016 13:31:38 +0200 (CEST) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org Hi, these patches add Django, a Python web framework. I've put this into a file by it's own, since PyPI has a lot of django-related packages. (We also have a file for rails, which is a ruby framework.) Hartmut Goebel (1): gnu: add python-django-simple-math-captcha gnu: add python-django. gnu/local.mk | 1 + gnu/packages/django.scm | 138 +++++++++++++++++++++ .../patches/python-django-fix-testcase.patch | 42 +++++++ 3 files changed, 181 insertions(+) create mode 100644 gnu/packages/django.scm create mode 100644 gnu/packages/patches/python-django-fix-testcase.patch -- 2.7.4