[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (c8e214e -> ee3ce0d)
From: |
guix-commits |
Subject: |
branch master updated (c8e214e -> ee3ce0d) |
Date: |
Sun, 5 May 2019 11:15:22 -0400 (EDT) |
dannym pushed a change to branch master
in repository guix.
from c8e214e gnu: wgetpaste: Make all dependencies explicit.
new 4e6f8a1 gnu: calibre: Update to 3.41.3.
new d243b41 gnu: calibre: Use system mathjax.
new b003895 gnu: calibre: Build rapydscript.
new 4f29902 gnu: calibre: Add missing dependencies as indicated by
tests.
new 13068a8 gnu: calibre: Move font unbundling to after check phase.
new 7a82ceb gnu: Add python-html2text, python2-html2text.
new adc25b6 gnu: calibre: Add python2-html2text as an input.
new c187c9d gnu: python-regex, python2-regex: Update to 2019.04.14.
new 15871b4 gnu: calibre: Remove unrar test.
new b01cde1 gnu: calibre: Disable tests that require networking.
new ad74978 gnu: Add python-soupsieve, python2-soupsieve.
new 6e1ab5f gnu: calibre: Use "linux.py" to install desktop files.
new f89f5ab gnu: calibre: Disable bs4 test.
new 4bcd064 gnu: calibre: Disable Qt test.
new cbe399e gnu: calibre: Disable sqlite test.
new eb5f620 gnu: calibre: Enable tests.
new 7312a7d gnu: calibre: Remove some comments.
new 68435a7 gnu: calibre: Unbundle python2-odfpy.
new 62a97dc gnu: calibre: Remove libxrender as an input.
new f3f017d gnu: calibre: Delete various junk from source.
new d6dfe8b gnu: calibre: Install man pages.
new 421c5e9 gnu: calibre: Shorten long line.
new ee3ce0d gnu: calibre: Update to 3.42.0.
The 23 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gnu/local.mk | 4 +-
gnu/packages/ebook.scm | 102 +++++++++++++--------
gnu/packages/patches/calibre-remove-test-bs4.patch | 34 +++++++
.../patches/calibre-remove-test-sqlite.patch | 29 ++++++
.../patches/calibre-remove-test-unrar.patch | 28 ++++++
.../patches/calibre-use-packaged-feedparser.patch | 51 -----------
gnu/packages/python-web.scm | 22 +++++
gnu/packages/python-xyz.scm | 39 +++++++-
8 files changed, 216 insertions(+), 93 deletions(-)
create mode 100644 gnu/packages/patches/calibre-remove-test-bs4.patch
create mode 100644 gnu/packages/patches/calibre-remove-test-sqlite.patch
create mode 100644 gnu/packages/patches/calibre-remove-test-unrar.patch
delete mode 100644 gnu/packages/patches/calibre-use-packaged-feedparser.patch
- branch master updated (c8e214e -> ee3ce0d),
guix-commits <=
- 03/23: gnu: calibre: Build rapydscript., guix-commits, 2019/05/05
- 04/23: gnu: calibre: Add missing dependencies as indicated by tests., guix-commits, 2019/05/05
- 06/23: gnu: Add python-html2text, python2-html2text., guix-commits, 2019/05/05
- 08/23: gnu: python-regex, python2-regex: Update to 2019.04.14., guix-commits, 2019/05/05
- 02/23: gnu: calibre: Use system mathjax., guix-commits, 2019/05/05
- 17/23: gnu: calibre: Remove some comments., guix-commits, 2019/05/05
- 16/23: gnu: calibre: Enable tests., guix-commits, 2019/05/05
- 10/23: gnu: calibre: Disable tests that require networking., guix-commits, 2019/05/05
- 20/23: gnu: calibre: Delete various junk from source., guix-commits, 2019/05/05
- 15/23: gnu: calibre: Disable sqlite test., guix-commits, 2019/05/05