Github messages for voidlinux
 help / color / mirror / Atom feed
From: skmpz <skmpz@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] calibre: update to 5.13.0.
Date: Thu, 25 Mar 2021 09:42:07 +0100	[thread overview]
Message-ID: <20210325084207.qEfrrCjbq4ILwXLGSDG6m6dCdzXL_j3Cvyo95ofzlTM@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-29744@inbox.vuxu.org>

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

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

https://github.com/skmpz/void-packages calibre-5.13.0
https://github.com/void-linux/void-packages/pull/29744

calibre: update to 5.13.0.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From a16e4d0dd3622a4f20de3856bb525e729195403d Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Thu, 25 Mar 2021 12:27:13 +0400
Subject: [PATCH 1/4] New package: python3-pyannotate

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

diff --git a/srcpkgs/python3-pyannotate/template b/srcpkgs/python3-pyannotate/template
new file mode 100644
index 000000000000..f9cfc987ec3e
--- /dev/null
+++ b/srcpkgs/python3-pyannotate/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-pyannotate'
+pkgname=python3-pyannotate
+version=1.2.0
+revision=1
+wrksrc="pyannotate-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-mypy_extensions python3-six"
+short_desc="Auto-generate PEP-484 annotations"
+maintainer="skmpz <dem.procopiou@gmail.com>"
+license="Apache-2.0"
+homepage="https://github.com/dropbox/pyannotate"
+distfiles="${PYPI_SITE}/p/pyannotate/pyannotate-${version}.tar.gz"
+checksum=04ed5804bab38153d5981fc92d83dcf6a22883453768561f057e777e5c057599
+# check if tests can be fixed
+make_check=no

From 8420bab39f6901439670f4c0bf6dc6cebd749676 Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Thu, 25 Mar 2021 12:27:30 +0400
Subject: [PATCH 2/4] New package: python3-py7zr

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

diff --git a/srcpkgs/python3-py7zr/template b/srcpkgs/python3-py7zr/template
new file mode 100644
index 000000000000..f0e23d706f20
--- /dev/null
+++ b/srcpkgs/python3-py7zr/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-py7zr'
+pkgname=python3-py7zr
+version=0.11.3
+revision=1
+wrksrc="py7zr-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-pip python3-pycryptodome python3-pyannotate"
+depends="python3-pycryptodome python3-texttable"
+short_desc="Pure python 7-zip library"
+maintainer="skmpz <dem.procopiou@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/PyYoshi/cChardet"
+distfiles="${PYPI_SITE}/p/py7zr/py7zr-${version}.tar.gz"
+checksum=f9e872f02daf9be64ef35a0d69f5467a3ccbd028df0863ee39a2fbab5f80cc52
+# check if tests can be fixed
+make_check=no

From 724d30339ce6411fe22d5d5d2e1fc49b466109f7 Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Thu, 25 Mar 2021 12:27:44 +0400
Subject: [PATCH 3/4] New package: python3-cchardet

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

diff --git a/srcpkgs/python3-cchardet/template b/srcpkgs/python3-cchardet/template
new file mode 100644
index 000000000000..99eb10154f88
--- /dev/null
+++ b/srcpkgs/python3-cchardet/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-cchardet'
+pkgname=python3-cchardet
+version=2.1.7
+revision=1
+wrksrc="cchardet-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Cython"
+makedepends="python3-devel"
+depends="python3"
+short_desc="Universal encoding detector faster than chardet"
+maintainer="skmpz <dem.procopiou@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/PyYoshi/cChardet"
+distfiles="${PYPI_SITE}/c/cchardet/cchardet-${version}.tar.gz"
+checksum=c428b6336545053c2589f6caf24ea32276c6664cb86db817e03a94c60afa0eaf

From bf0fe8464efcb3f5e25420d857f0460ba882dfa5 Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Thu, 25 Mar 2021 12:36:15 +0400
Subject: [PATCH 4/4] calibre: update to 5.13.0.

---
 srcpkgs/calibre/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/calibre/template b/srcpkgs/calibre/template
index 166f5d9c9ecf..3be5f3a17c41 100644
--- a/srcpkgs/calibre/template
+++ b/srcpkgs/calibre/template
@@ -1,7 +1,7 @@
 # Template file for 'calibre'
 pkgname=calibre
-version=5.9.0
-revision=3
+version=5.13.0
+revision=1
 build_style=python3-module
 pycompile_dirs="/usr/lib/calibre/"
 hostmakedepends="pkg-config python3-BeautifulSoup4 python3-Pillow python3-PyQt5-svg
@@ -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
- python3-pychm qt5-webengine speech-dispatcher"
+ python3-pychm python3-cchardet python3-py7zr qt5-webengine speech-dispatcher"
 # should check if python3-pycryptodome is still needed
 checkdepends="${depends} libjpeg-turbo-tools jxrlib python3-pycryptodome"
 short_desc="Ebook management application"
@@ -27,7 +27,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=a71196af15372054c4a25697534a2df1ef6dd732b9db07aaecaac7a86d9b3a0a
+checksum=183140671666922a3b7bb9158e162a84d7615c89543c917488c595974b965423
 lib32disabled=yes
 nocross=yes
 

  reply	other threads:[~2021-03-25  8:42 UTC|newest]

Thread overview: 57+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-25  8:38 [PR PATCH] " skmpz
2021-03-25  8:42 ` skmpz [this message]
2021-03-25  8:42 ` skmpz
2021-03-25  8:49 ` [PR PATCH] [Updated] " skmpz
2021-03-25  8:56 ` skmpz
2021-03-25 12:30 ` ericonr
2021-03-25 17:18 ` [PR PATCH] [Updated] " skmpz
2021-03-25 17:20 ` skmpz
2021-03-25 17:20 ` skmpz
2021-03-25 17:25 ` skmpz
2021-03-25 17:25 ` skmpz
2021-04-01  2:34 ` backerman
2021-04-01  4:07 ` backerman
2021-04-03 19:12 ` [PR REVIEW] " ericonr
2021-04-03 19:12 ` ericonr
2021-04-03 19:12 ` ericonr
2021-04-04  7:39 ` skmpz
2021-04-04  7:39 ` [PR REVIEW] " skmpz
2021-04-04  7:39 ` skmpz
2021-04-04  8:16 ` [PR REVIEW] " FollieHiyuki
2021-04-04 10:42 ` skmpz
2021-04-04 10:42 ` skmpz
2021-04-04 11:21 ` FollieHiyuki
2021-04-04 11:33 ` FollieHiyuki
2021-04-04 11:52 ` [PR REVIEW] " skmpz
2021-04-04 11:52 ` skmpz
2021-04-04 11:57 ` skmpz
2021-04-04 13:16 ` [PR PATCH] [Updated] " skmpz
2021-04-04 13:34 ` calibre: update to 5.14.0 skmpz
2021-04-04 13:36 ` skmpz
2021-04-04 23:55 ` ericonr
2021-04-05  1:20 ` [PR REVIEW] " ahesford
2021-04-05  2:35 ` ericonr
2021-04-05  2:36 ` ericonr
2021-04-05  4:21 ` [PR PATCH] [Updated] " skmpz
2021-04-05  4:25 ` [PR REVIEW] " skmpz
2021-04-05  9:54 ` ahesford
2021-04-05  9:54 ` ahesford
2021-04-05  9:54 ` ahesford
2021-04-05 10:06 ` skmpz
2021-04-05 10:32 ` skmpz
2021-04-05 10:36 ` skmpz
2021-04-05 13:26 ` [PR REVIEW] [WIP] " ericonr
2021-04-06  4:37 ` [PR PATCH] [Updated] " skmpz
2021-04-06  4:57 ` skmpz
2021-04-06  5:11 ` skmpz
2021-04-06  5:23 ` skmpz
2021-04-06  5:24 ` skmpz
2021-04-06  5:39 ` skmpz
2021-04-06 11:41 ` ericonr
2021-04-06 11:46 ` skmpz
2021-04-06 11:51 ` ericonr
2021-04-06 11:51 ` ericonr
2021-04-06 11:59 ` [PR PATCH] [Updated] " skmpz
2021-04-06 12:00 ` skmpz
2021-04-06 12:35 ` ericonr
2021-04-06 12:35 ` [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=20210325084207.qEfrrCjbq4ILwXLGSDG6m6dCdzXL_j3Cvyo95ofzlTM@z \
    --to=skmpz@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).