emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#37617: closed ([PATCH 0/6] Add weasyprint and depe


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#37617: closed ([PATCH 0/6] Add weasyprint and dependencies.)
Date: Tue, 22 Oct 2019 15:03:01 +0000

Your message dated Tue, 22 Oct 2019 17:02:22 +0200
with message-id <address@hidden>
and subject line Re: bug#37617: Acknowledgement ([PATCH 0/6] Add weasyprint and 
dependencies.)
has caused the debbugs.gnu.org bug report #37617,
regarding [PATCH 0/6] Add weasyprint and dependencies.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
37617: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=37617
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH 0/6] Add weasyprint and dependencies. Date: Fri, 4 Oct 2019 13:06:41 +0200
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




--- End Message ---
--- Begin Message --- Subject: Re: bug#37617: Acknowledgement ([PATCH 0/6] Add weasyprint and dependencies.) Date: Tue, 22 Oct 2019 17:02:22 +0200 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.1.1
Commited as 73f0ed8dbfde97341716fd8b156907e4ef800873

-- 
Regards
Hartmut Goebel

| Hartmut Goebel          | address@hidden               |
| www.crazy-compilers.com | compilers which you thought are impossible |



--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]