From patchwork Sun Nov 4 15:03:14 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christopher Baines X-Patchwork-Id: 101 Return-Path: List-Id: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 3C4F21666B; Sun, 4 Nov 2018 15:03:22 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,UNPARSEABLE_RELAY autolearn=ham autolearn_force=no version=3.4.0 Received: from localhost (unknown [185.80.85.115]) by mira.cbaines.net (Postfix) with ESMTPSA id 157B01666B for ; Sun, 4 Nov 2018 15:03:22 +0000 (GMT) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id f6c91ed1 for ; Sun, 4 Nov 2018 15:03:21 +0000 (UTC) From: Christopher Baines To: guix-patchwork-test@mira.cbaines.net Subject: [PATCH 0/7] Add patchwork package and service. Date: Sun, 4 Nov 2018 15:03:14 +0000 Message-Id: <20181104150321.22093-1-mail@cbaines.net> X-Mailer: git-send-email 2.18.0 X-getmail-retrieved-from-mailbox: Patches These patches add a package for patchwork, a web-based patch tracking system, along with some missing dependencies and the beginnings of a system service and test. Everything up to the patchwork package should be ready to merge, but the patchwork package, service and system test is currently very rough and unready. This 2nd revision of the patches improves the service a bit. Christopher Baines (7): gnu: Add python-jsmin. gnu: Add python-slimit. gnu: Add python-django-pipeline. gnu: Add python-django-jinja. gnu: Add python-django-debug-toolbar. gnu: Add patchwork. services: Add patchwork. gnu/packages/django.scm | 130 ++++++++++++++++ gnu/packages/patchutils.scm | 103 +++++++++++++ gnu/packages/python-web.scm | 50 ++++++ gnu/services/web.scm | 297 +++++++++++++++++++++++++++++++++++- gnu/tests/web.scm | 104 ++++++++++++- 5 files changed, 682 insertions(+), 2 deletions(-)