Github messages for voidlinux
 help / color / mirror / Atom feed
From: ericonr <ericonr@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] Calibre 5.2.0
Date: Fri, 09 Oct 2020 22:02:01 +0200	[thread overview]
Message-ID: <20201009200201.PwXa3M8B2d5y6x28WRXjuRZwbL0AiIR6FGJ3HUatjnc@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-25476@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 316 bytes --]

There is an updated pull request by ericonr against master on the void-packages repository

https://github.com/ericonr/void-packages calibre
https://github.com/void-linux/void-packages/pull/25476

Calibre 5.2.0
Closes #25414

A patch file from https://github.com/void-linux/void-packages/pull/25476.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-calibre-25476.patch --]
[-- Type: text/x-diff, Size: 3811 bytes --]

From 2d4c7767a0c75200928a68870f77c43febbb6155 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Wed, 7 Oct 2020 19:41:53 -0300
Subject: [PATCH 1/2] New package: python3-pychm-0.8.6.

---
 srcpkgs/python3-pychm/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-pychm/template

diff --git a/srcpkgs/python3-pychm/template b/srcpkgs/python3-pychm/template
new file mode 100644
index 00000000000..a705a64168c
--- /dev/null
+++ b/srcpkgs/python3-pychm/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-pychm'
+pkgname=python3-pychm
+version=0.8.6
+revision=1
+wrksrc=pychm-${version}
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools"
+makedepends="libchmlib-devel python3-devel"
+depends="python3"
+checkdepends="python3-pytest"
+short_desc="Python3 bindings for CHMLIB"
+maintainer="Érico Nogueira <ericonr@disroot.org>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/dottedmag/pychm"
+distfiles="${PYPI_SITE}/p/pychm/pychm-${version}.tar.gz"
+checksum=26606fec1e30cf7506c7afa943460c31e8dac87f35b7f178f437574d654cf672
+
+do_test() {
+	pytest
+}

From 469bbb8278ed00bef6a3621961a74208c0380738 Mon Sep 17 00:00:00 2001
From: ajshell1 <11084981+ajshell1@users.noreply.github.com>
Date: Wed, 7 Oct 2020 10:50:49 -0400
Subject: [PATCH 2/2] calibre: Update to 5.2.0, fix deps.

- Remove unnecessary glib-devel and libchmlib-devel makedeps.
- Add python3-pychm depends.

Closes: #25414 [via git-merge-pr]
---
 srcpkgs/calibre/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/calibre/template b/srcpkgs/calibre/template
index 444e7c2b7f6..2925983eb19 100644
--- a/srcpkgs/calibre/template
+++ b/srcpkgs/calibre/template
@@ -1,6 +1,6 @@
 # Template file for 'calibre'
 pkgname=calibre
-version=5.0.1
+version=5.2.0
 revision=1
 build_style=python3-module
 pycompile_dirs="/usr/lib/calibre/"
@@ -9,7 +9,7 @@ hostmakedepends="pkg-config python3-BeautifulSoup4 python3-Pillow python3-PyQt5-
  python3-devel python3-html5-parser python3-msgpack python3-regex qt5-qmake
  libpodofo-devel python3-PyQt-builder python3-PyQt5-devel qt5-host-tools
  python3-zeroconf xdg-utils rapydscript-ng"
-makedepends="glib-devel libchmlib-devel libinput-devel libmagick-devel libmtp-devel
+makedepends="libinput-devel libmagick-devel libmtp-devel
  libpodofo-devel libwmf-devel libxkbcommon-devel python3-PyQt5-devel
  qt5-devel sqlite-devel tslib-devel hunspell-devel hyphen-devel"
 depends="desktop-file-utils optipng poppler-utils python3-BeautifulSoup4
@@ -18,7 +18,7 @@ depends="desktop-file-utils optipng poppler-utils python3-BeautifulSoup4
  python3-css-parser python3-cssselect python3-dateutil python3-dbus
  python3-dnspython python3-feedparser python3-html5-parser python3-mechanize
  python3-msgpack python3-netifaces python3-psutil python3-regex python3-html2text
- qt5-webengine"
+ python3-pychm qt5-webengine"
 checkdepends="${depends} libjpeg-turbo-tools jxrlib"
 short_desc="Ebook management application"
 maintainer="skmpz <dem.procopiou@gmail.com>"
@@ -26,7 +26,7 @@ license="GPL-3.0-only"
 homepage="https://calibre-ebook.com"
 changelog="https://raw.githubusercontent.com/kovidgoyal/calibre/master/Changelog.yaml"
 distfiles="https://download.calibre-ebook.com/${version}/calibre-${version}.tar.xz"
-checksum=949fffb683708345daa84df24f73b01479043f08c67d0b13209d5977789f4802
+checksum=e2033e6eff6730f8cecb8492b9eaf087f480391a948e3e8c06e91c92877e2c35
 lib32disabled=yes
 nocross=yes
 
@@ -51,6 +51,7 @@ do_build() {
 do_check() {
 	# qt test crashes without any error messages
 	# disabled for now
+	# unrar test fails because python3-unrardll isn't packaged
 	python3 setup.py test \
 		--exclude-test-name unrar \
 		--exclude-test-name qt

  reply	other threads:[~2020-10-09 20:02 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-09 19:58 [PR PATCH] " ericonr
2020-10-09 20:02 ` ericonr [this message]
2020-10-09 20:03 ` [PR PATCH] [Merged]: " ericonr

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

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

  git send-email \
    --in-reply-to=20201009200201.PwXa3M8B2d5y6x28WRXjuRZwbL0AiIR6FGJ3HUatjnc@z \
    --to=ericonr@users.noreply.github.com \
    --cc=ml@inbox.vuxu.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.
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 NNTP newsgroup(s).