unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Hartmut Goebel <h.goebel@crazy-compilers.com>
To: 37617@debbugs.gnu.org
Subject: [bug#37617] [PATCH 0/6] Add weasyprint and dependencies.
Date: Fri,  4 Oct 2019 13:06:41 +0200	[thread overview]
Message-ID: <20191004110641.15728-1-h.goebel@crazy-compilers.com> (raw)

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=$(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(-)

-- 
2.21.0

             reply	other threads:[~2019-10-04 11:07 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-04 11:06 Hartmut Goebel [this message]
2019-10-04 11:08 ` [bug#37617] [PATCH 1/6] gnu: Add python-pytest-isort Hartmut Goebel
2019-10-04 11:08   ` [bug#37617] [PATCH 2/6] gnu: Add python-tinycss2 Hartmut Goebel
2019-10-04 11:08   ` [bug#37617] [PATCH 3/6] gnu: Add python-cssselect2 Hartmut Goebel
2019-10-04 11:08   ` [bug#37617] [PATCH 4/6] gnu: Add python-cairosvg Hartmut Goebel
2019-10-04 11:08   ` [bug#37617] [PATCH 5/6] gnu: Add python-pyphen Hartmut Goebel
2019-10-04 11:08   ` [bug#37617] [PATCH 6/6] gnu: Add weasyprint Hartmut Goebel
     [not found] ` <handler.37617.B.157018720926483.ack@debbugs.gnu.org>
2019-10-22 15:02   ` bug#37617: Acknowledgement ([PATCH 0/6] Add weasyprint and dependencies.) Hartmut Goebel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191004110641.15728-1-h.goebel@crazy-compilers.com \
    --to=h.goebel@crazy-compilers.com \
    --cc=37617@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).