From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:47440) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iGLQP-0003bl-Nj for guix-patches@gnu.org; Fri, 04 Oct 2019 07:07:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iGLQN-0000JH-RJ for guix-patches@gnu.org; Fri, 04 Oct 2019 07:07:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:32971) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iGLQM-0000In-2w for guix-patches@gnu.org; Fri, 04 Oct 2019 07:07:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iGLQL-0006tX-SL for guix-patches@gnu.org; Fri, 04 Oct 2019 07:07:01 -0400 Subject: [bug#37617] [PATCH 0/6] Add weasyprint and dependencies. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:47398) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iGLQ6-0003Nr-KG for guix-patches@gnu.org; Fri, 04 Oct 2019 07:06:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iGLQ5-0000AP-If for guix-patches@gnu.org; Fri, 04 Oct 2019 07:06:46 -0400 Received: from mail-out.m-online.net ([212.18.0.10]:40750) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iGLQ5-00009O-CW for guix-patches@gnu.org; Fri, 04 Oct 2019 07:06:45 -0400 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 46l6Wl3WgZz1rqBg for ; Fri, 4 Oct 2019 13:06:43 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 46l6Wl2ksZz1qqkZ for ; Fri, 4 Oct 2019 13:06:43 +0200 (CEST) Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id VYbL-vGl0AZj for ; Fri, 4 Oct 2019 13:06:42 +0200 (CEST) Received: from hermia.goebel-consult.de (ppp-188-174-61-233.dynamic.mnet-online.de [188.174.61.233]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for ; Fri, 4 Oct 2019 13:06:42 +0200 (CEST) Received: from lenashee.fritz.box (salamanderburg.fritz.box [192.168.110.31]) by hermia.goebel-consult.de (Postfix) with ESMTP id 9CDA16008D for ; Fri, 4 Oct 2019 13:06:43 +0200 (CEST) From: Hartmut Goebel Date: Fri, 4 Oct 2019 13:06:41 +0200 Message-Id: <20191004110641.15728-1-h.goebel@crazy-compilers.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 37617@debbugs.gnu.org weasyprint is a document factory for creating PDF files from HTML. Tested along these lines: ./pre-inst-env guix environment --pure -C --ad-hoc \ weasyprint python-pytest cd /gnu/store/*-weasyprint-50/lib/python*/site-*/weasy* export PYTHONPATH=3D$(echo /gnu/store/*-profile*/lib/python*/site-*/) pytest tests/ -k 'not test_flex_column_wrap_reverse and not test_http' test_flex_column_wrap_reverse is deselected in the package description, test_http has to be deselected since network is missing in the container. Hartmut Goebel (6): gnu: Add python-pytest-isort. gnu: Add python-tinycss2. gnu: Add python-cssselect2. gnu: Add python-cairosvg. gnu: Add python-pyphen. gnu: Add weasyprint. gnu/packages/pdf.scm | 81 +++++++++++++++++++++++++++++++++++ gnu/packages/python-check.scm | 31 ++++++++++++++ gnu/packages/python-web.scm | 69 ++++++++++++++++++++++++++++- gnu/packages/python-xyz.scm | 54 +++++++++++++++++++++++ 4 files changed, 234 insertions(+), 1 deletion(-) --=20 2.21.0