From patchwork Sun Nov 4 14:38:20 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christopher Baines X-Patchwork-Id: 93 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 C4F261666B; Sun, 4 Nov 2018 14:38:27 +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 9BCBB1666B for ; Sun, 4 Nov 2018 14:38:27 +0000 (GMT) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id 0db82fd2 for ; Sun, 4 Nov 2018 14:38:27 +0000 (UTC) From: Christopher Baines To: guix-patchwork-test@mira.cbaines.net Subject: [PATCH v2 0/7] Add patchwork package and service. Date: Sun, 4 Nov 2018 14:38:20 +0000 Message-Id: <20181104143827.21553-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(-)