Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] calibre: update to 5.13.0.
@ 2021-03-25  8:38 skmpz
  2021-03-25  8:42 ` [PR PATCH] [Updated] " skmpz
                   ` (55 more replies)
  0 siblings, 56 replies; 57+ messages in thread
From: skmpz @ 2021-03-25  8:38 UTC (permalink / raw)
  To: ml

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

There is a new 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: 5245 bytes --]

From a797352f0a1c40db08717f2fc47ed794cd00beb0 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..3e8a17b89f44
--- /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"
+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 fdb0db442436de4aa6fe4b3f58577d38ce5bbf6a 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 29c158858aa930d94f6843f8429716374d60afc0 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 de2f3f07dbb725e56de9609d01e1b7760a4c2861 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
 

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Re: [PR PATCH] [Updated] calibre: update to 5.13.0.
  2021-03-25  8:38 [PR PATCH] calibre: update to 5.13.0 skmpz
@ 2021-03-25  8:42 ` skmpz
  2021-03-25  8:42 ` skmpz
                   ` (54 subsequent siblings)
  55 siblings, 0 replies; 57+ messages in thread
From: skmpz @ 2021-03-25  8:42 UTC (permalink / raw)
  To: ml

[-- 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
 

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Re: calibre: update to 5.13.0.
  2021-03-25  8:38 [PR PATCH] calibre: update to 5.13.0 skmpz
  2021-03-25  8:42 ` [PR PATCH] [Updated] " skmpz
@ 2021-03-25  8:42 ` skmpz
  2021-03-25  8:49 ` [PR PATCH] [Updated] " skmpz
                   ` (53 subsequent siblings)
  55 siblings, 0 replies; 57+ messages in thread
From: skmpz @ 2021-03-25  8:42 UTC (permalink / raw)
  To: ml

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

New comment by skmpz on void-packages repository

https://github.com/void-linux/void-packages/pull/29744#issuecomment-806470610

Comment:
Didn't get py7zr and pyannotate checks to pass. Any help would be appreciated.

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Re: [PR PATCH] [Updated] calibre: update to 5.13.0.
  2021-03-25  8:38 [PR PATCH] calibre: update to 5.13.0 skmpz
  2021-03-25  8:42 ` [PR PATCH] [Updated] " skmpz
  2021-03-25  8:42 ` skmpz
@ 2021-03-25  8:49 ` skmpz
  2021-03-25  8:56 ` skmpz
                   ` (52 subsequent siblings)
  55 siblings, 0 replies; 57+ messages in thread
From: skmpz @ 2021-03-25  8:49 UTC (permalink / raw)
  To: ml

[-- 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 48fb150e88cb4a8c5d75d0c799c011542d841ec1 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 579999f8f64d2000d7b898bcb408bab098b45e71 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 f39a89363dbdbc4e88e72c83e4744ee80b569042 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 edb5a42a1aeba86ca05ab6e6080a43277f4c8db1 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
 

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Re: [PR PATCH] [Updated] calibre: update to 5.13.0.
  2021-03-25  8:38 [PR PATCH] calibre: update to 5.13.0 skmpz
                   ` (2 preceding siblings ...)
  2021-03-25  8:49 ` [PR PATCH] [Updated] " skmpz
@ 2021-03-25  8:56 ` skmpz
  2021-03-25 12:30 ` ericonr
                   ` (51 subsequent siblings)
  55 siblings, 0 replies; 57+ messages in thread
From: skmpz @ 2021-03-25  8:56 UTC (permalink / raw)
  To: ml

[-- 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: 5244 bytes --]

From 48fb150e88cb4a8c5d75d0c799c011542d841ec1 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 d08a17c93d45aac09d860fd6a70d20923d8f104a 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..b6b026055b5e
--- /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/miurahr/py7zr"
+distfiles="${PYPI_SITE}/p/py7zr/py7zr-${version}.tar.gz"
+checksum=f9e872f02daf9be64ef35a0d69f5467a3ccbd028df0863ee39a2fbab5f80cc52
+# check if tests can be fixed
+make_check=no

From 661195e8a628f2ebe7cce44793b246c5bad233b9 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 7f1c99e8982456a887c7949311037a1561fb7b49 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
 

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Re: calibre: update to 5.13.0.
  2021-03-25  8:38 [PR PATCH] calibre: update to 5.13.0 skmpz
                   ` (3 preceding siblings ...)
  2021-03-25  8:56 ` skmpz
@ 2021-03-25 12:30 ` ericonr
  2021-03-25 17:18 ` [PR PATCH] [Updated] " skmpz
                   ` (50 subsequent siblings)
  55 siblings, 0 replies; 57+ messages in thread
From: ericonr @ 2021-03-25 12:30 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/29744#issuecomment-806650989

Comment:
I went to check the changelog and got a 404, can you find an up to date link?

I wanted to check if those new packages are strictly necessary or just additional stuff.

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Re: [PR PATCH] [Updated] calibre: update to 5.13.0.
  2021-03-25  8:38 [PR PATCH] calibre: update to 5.13.0 skmpz
                   ` (4 preceding siblings ...)
  2021-03-25 12:30 ` ericonr
@ 2021-03-25 17:18 ` skmpz
  2021-03-25 17:20 ` skmpz
                   ` (49 subsequent siblings)
  55 siblings, 0 replies; 57+ messages in thread
From: skmpz @ 2021-03-25 17:18 UTC (permalink / raw)
  To: ml

[-- 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: 5244 bytes --]

From 48fb150e88cb4a8c5d75d0c799c011542d841ec1 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 d08a17c93d45aac09d860fd6a70d20923d8f104a 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..b6b026055b5e
--- /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/miurahr/py7zr"
+distfiles="${PYPI_SITE}/p/py7zr/py7zr-${version}.tar.gz"
+checksum=f9e872f02daf9be64ef35a0d69f5467a3ccbd028df0863ee39a2fbab5f80cc52
+# check if tests can be fixed
+make_check=no

From 661195e8a628f2ebe7cce44793b246c5bad233b9 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 46771a426e9126586b09a39c807ff815905d14d6 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
 

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Re: [PR PATCH] [Updated] calibre: update to 5.13.0.
  2021-03-25  8:38 [PR PATCH] calibre: update to 5.13.0 skmpz
                   ` (5 preceding siblings ...)
  2021-03-25 17:18 ` [PR PATCH] [Updated] " skmpz
@ 2021-03-25 17:20 ` skmpz
  2021-03-25 17:20 ` skmpz
                   ` (48 subsequent siblings)
  55 siblings, 0 replies; 57+ messages in thread
From: skmpz @ 2021-03-25 17:20 UTC (permalink / raw)
  To: ml

[-- 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: 5365 bytes --]

From 48fb150e88cb4a8c5d75d0c799c011542d841ec1 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 d08a17c93d45aac09d860fd6a70d20923d8f104a 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..b6b026055b5e
--- /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/miurahr/py7zr"
+distfiles="${PYPI_SITE}/p/py7zr/py7zr-${version}.tar.gz"
+checksum=f9e872f02daf9be64ef35a0d69f5467a3ccbd028df0863ee39a2fbab5f80cc52
+# check if tests can be fixed
+make_check=no

From 661195e8a628f2ebe7cce44793b246c5bad233b9 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 53584f4403f1ed824e918040b977fcaad836d450 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 | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/calibre/template b/srcpkgs/calibre/template
index 166f5d9c9ecf..e35e587b22b7 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,16 +18,16 @@ 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"
 maintainer="skmpz <dem.procopiou@gmail.com>"
 license="GPL-3.0-only"
 homepage="https://calibre-ebook.com"
-changelog="https://raw.githubusercontent.com/kovidgoyal/calibre/master/Changelog.yaml"
+changelog="https://raw.githubusercontent.com/kovidgoyal/calibre/master/Changelog.txt"
 distfiles="https://download.calibre-ebook.com/${version}/calibre-${version}.tar.xz"
-checksum=a71196af15372054c4a25697534a2df1ef6dd732b9db07aaecaac7a86d9b3a0a
+checksum=183140671666922a3b7bb9158e162a84d7615c89543c917488c595974b965423
 lib32disabled=yes
 nocross=yes
 

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Re: calibre: update to 5.13.0.
  2021-03-25  8:38 [PR PATCH] calibre: update to 5.13.0 skmpz
                   ` (6 preceding siblings ...)
  2021-03-25 17:20 ` skmpz
@ 2021-03-25 17:20 ` skmpz
  2021-03-25 17:25 ` skmpz
                   ` (47 subsequent siblings)
  55 siblings, 0 replies; 57+ messages in thread
From: skmpz @ 2021-03-25 17:20 UTC (permalink / raw)
  To: ml

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

New comment by skmpz on void-packages repository

https://github.com/void-linux/void-packages/pull/29744#issuecomment-807130909

Comment:
updated the changelog

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Re: calibre: update to 5.13.0.
  2021-03-25  8:38 [PR PATCH] calibre: update to 5.13.0 skmpz
                   ` (7 preceding siblings ...)
  2021-03-25 17:20 ` skmpz
@ 2021-03-25 17:25 ` skmpz
  2021-03-25 17:25 ` skmpz
                   ` (46 subsequent siblings)
  55 siblings, 0 replies; 57+ messages in thread
From: skmpz @ 2021-03-25 17:25 UTC (permalink / raw)
  To: ml

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

New comment by skmpz on void-packages repository

https://github.com/void-linux/void-packages/pull/29744#issuecomment-807130909

Comment:
updated the changelog.. Maybe we can add them only checkdepends?

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Re: calibre: update to 5.13.0.
  2021-03-25  8:38 [PR PATCH] calibre: update to 5.13.0 skmpz
                   ` (8 preceding siblings ...)
  2021-03-25 17:25 ` skmpz
@ 2021-03-25 17:25 ` skmpz
  2021-04-01  2:34 ` backerman
                   ` (45 subsequent siblings)
  55 siblings, 0 replies; 57+ messages in thread
From: skmpz @ 2021-03-25 17:25 UTC (permalink / raw)
  To: ml

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

New comment by skmpz on void-packages repository

https://github.com/void-linux/void-packages/pull/29744#issuecomment-807130909

Comment:
updated the changelog.. Maybe we can add them only on checkdepends?

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Re: calibre: update to 5.13.0.
  2021-03-25  8:38 [PR PATCH] calibre: update to 5.13.0 skmpz
                   ` (9 preceding siblings ...)
  2021-03-25 17:25 ` skmpz
@ 2021-04-01  2:34 ` backerman
  2021-04-01  4:07 ` backerman
                   ` (44 subsequent siblings)
  55 siblings, 0 replies; 57+ messages in thread
From: backerman @ 2021-04-01  2:34 UTC (permalink / raw)
  To: ml

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

New comment by backerman on void-packages repository

https://github.com/void-linux/void-packages/pull/29744#issuecomment-811593751

Comment:
And 5.14 is out now too.

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Re: calibre: update to 5.13.0.
  2021-03-25  8:38 [PR PATCH] calibre: update to 5.13.0 skmpz
                   ` (10 preceding siblings ...)
  2021-04-01  2:34 ` backerman
@ 2021-04-01  4:07 ` backerman
  2021-04-03 19:12 ` [PR REVIEW] " ericonr
                   ` (43 subsequent siblings)
  55 siblings, 0 replies; 57+ messages in thread
From: backerman @ 2021-04-01  4:07 UTC (permalink / raw)
  To: ml

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

New comment by backerman on void-packages repository

https://github.com/void-linux/void-packages/pull/29744#issuecomment-811593751

Comment:
And 5.14 is out now too.

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Re: [PR REVIEW] calibre: update to 5.13.0.
  2021-03-25  8:38 [PR PATCH] calibre: update to 5.13.0 skmpz
                   ` (11 preceding siblings ...)
  2021-04-01  4:07 ` backerman
@ 2021-04-03 19:12 ` ericonr
  2021-04-03 19:12 ` ericonr
                   ` (42 subsequent siblings)
  55 siblings, 0 replies; 57+ messages in thread
From: ericonr @ 2021-04-03 19:12 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/29744#discussion_r606699572

Comment:
This doesn't seem strictly necessary from what I'm looking:

https://github.com/kovidgoyal/calibre/blob/5d126692f8c35a9a246795ea4757757f01b1e35f/src/calibre/ebooks/chardet.py#L126

It just defaults to a configured encoding if the module can't be imported. But since you already made the new package, I think it's fine to add directly as a dependency, no need to install only for checks.

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Re: [PR REVIEW] calibre: update to 5.13.0.
  2021-03-25  8:38 [PR PATCH] calibre: update to 5.13.0 skmpz
                   ` (12 preceding siblings ...)
  2021-04-03 19:12 ` [PR REVIEW] " ericonr
@ 2021-04-03 19:12 ` ericonr
  2021-04-03 19:12 ` ericonr
                   ` (41 subsequent siblings)
  55 siblings, 0 replies; 57+ messages in thread
From: ericonr @ 2021-04-03 19:12 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/29744#discussion_r606699716

Comment:
We shouldn't have pip here, can you show the error you got without it?

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Re: [PR REVIEW] calibre: update to 5.13.0.
  2021-03-25  8:38 [PR PATCH] calibre: update to 5.13.0 skmpz
                   ` (13 preceding siblings ...)
  2021-04-03 19:12 ` ericonr
@ 2021-04-03 19:12 ` ericonr
  2021-04-04  7:39 ` skmpz
                   ` (40 subsequent siblings)
  55 siblings, 0 replies; 57+ messages in thread
From: ericonr @ 2021-04-03 19:12 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/29744#discussion_r606699686

Comment:
This looks ok to add as well.

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Re: calibre: update to 5.13.0.
  2021-03-25  8:38 [PR PATCH] calibre: update to 5.13.0 skmpz
                   ` (14 preceding siblings ...)
  2021-04-03 19:12 ` ericonr
@ 2021-04-04  7:39 ` skmpz
  2021-04-04  7:39 ` [PR REVIEW] " skmpz
                   ` (39 subsequent siblings)
  55 siblings, 0 replies; 57+ messages in thread
From: skmpz @ 2021-04-04  7:39 UTC (permalink / raw)
  To: ml

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

New comment by skmpz on void-packages repository

https://github.com/void-linux/void-packages/pull/29744#issuecomment-812989430

Comment:
```
=> python3-py7zr-0.11.3_1: running do_build ...
/usr/lib/python3.9/site-packages/setuptools/dist.py:634: UserWarning: Usage of dash-separated 'max-line-length' will not be supported in future versions. Please use the underscore name 'max_line_length' instead
  warnings.warn(
WARNING: The wheel package is not available.
/usr/bin/python3: No module named pip
Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/setuptools/installer.py", line 75, in fetch_build_egg
    subprocess.check_call(cmd)
  File "/usr/lib/python3.9/subprocess.py", line 373, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/usr/bin/python3', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmphi1lzhxq', '--quiet', 'pep517']' returned non-zero exit status 1.

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/builddir/py7zr-0.11.3/setup.py", line 5, in <module>
    setup(use_scm_version={"local_scheme": "no-local-version"})
  File "/usr/lib/python3.9/site-packages/setuptools/__init__.py", line 152, in setup
    _install_setup_requires(attrs)
  File "/usr/lib/python3.9/site-packages/setuptools/__init__.py", line 147, in _install_setup_requires
    dist.fetch_build_eggs(dist.setup_requires)
  File "/usr/lib/python3.9/site-packages/setuptools/dist.py", line 713, in fetch_build_eggs
    resolved_dists = pkg_resources.working_set.resolve(
  File "/usr/lib/python3.9/site-packages/pkg_resources/__init__.py", line 766, in resolve
    dist = best[req.key] = env.best_match(
  File "/usr/lib/python3.9/site-packages/pkg_resources/__init__.py", line 1051, in best_match
    return self.obtain(req, installer)
  File "/usr/lib/python3.9/site-packages/pkg_resources/__init__.py", line 1063, in obtain
    return installer(requirement)
  File "/usr/lib/python3.9/site-packages/setuptools/dist.py", line 772, in fetch_build_egg
    return fetch_build_egg(self, req)
  File "/usr/lib/python3.9/site-packages/setuptools/installer.py", line 77, in fetch_build_egg
    raise DistutilsError(str(e)) from e
distutils.errors.DistutilsError: Command '['/usr/bin/python3', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmphi1lzhxq', '--quiet', 'pep517']' returned non-zero exit status 1.
=> ERROR: python3-py7zr-0.11.3_1: do_build: 'python3 setup.py build ${make_build_args}' exited with 1
=> ERROR:   in do_build() at common/build-style/python3-module.sh:22
```


^ permalink raw reply	[flat|nested] 57+ messages in thread

* Re: [PR REVIEW] calibre: update to 5.13.0.
  2021-03-25  8:38 [PR PATCH] calibre: update to 5.13.0 skmpz
                   ` (15 preceding siblings ...)
  2021-04-04  7:39 ` skmpz
@ 2021-04-04  7:39 ` skmpz
  2021-04-04  7:39 ` skmpz
                   ` (38 subsequent siblings)
  55 siblings, 0 replies; 57+ messages in thread
From: skmpz @ 2021-04-04  7:39 UTC (permalink / raw)
  To: ml

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

New review comment by skmpz on void-packages repository

https://github.com/void-linux/void-packages/pull/29744#discussion_r606762322

Comment:
```
=> python3-py7zr-0.11.3_1: running do_build ...
/usr/lib/python3.9/site-packages/setuptools/dist.py:634: UserWarning: Usage of dash-separated 'max-line-length' will not be supported in future versions. Please use the underscore name 'max_line_length' instead
  warnings.warn(
WARNING: The wheel package is not available.
/usr/bin/python3: No module named pip
Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/setuptools/installer.py", line 75, in fetch_build_egg
    subprocess.check_call(cmd)
  File "/usr/lib/python3.9/subprocess.py", line 373, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/usr/bin/python3', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmphi1lzhxq', '--quiet', 'pep517']' returned non-zero exit status 1.

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/builddir/py7zr-0.11.3/setup.py", line 5, in <module>
    setup(use_scm_version={"local_scheme": "no-local-version"})
  File "/usr/lib/python3.9/site-packages/setuptools/__init__.py", line 152, in setup
    _install_setup_requires(attrs)
  File "/usr/lib/python3.9/site-packages/setuptools/__init__.py", line 147, in _install_setup_requires
    dist.fetch_build_eggs(dist.setup_requires)
  File "/usr/lib/python3.9/site-packages/setuptools/dist.py", line 713, in fetch_build_eggs
    resolved_dists = pkg_resources.working_set.resolve(
  File "/usr/lib/python3.9/site-packages/pkg_resources/__init__.py", line 766, in resolve
    dist = best[req.key] = env.best_match(
  File "/usr/lib/python3.9/site-packages/pkg_resources/__init__.py", line 1051, in best_match
    return self.obtain(req, installer)
  File "/usr/lib/python3.9/site-packages/pkg_resources/__init__.py", line 1063, in obtain
    return installer(requirement)
  File "/usr/lib/python3.9/site-packages/setuptools/dist.py", line 772, in fetch_build_egg
    return fetch_build_egg(self, req)
  File "/usr/lib/python3.9/site-packages/setuptools/installer.py", line 77, in fetch_build_egg
    raise DistutilsError(str(e)) from e
distutils.errors.DistutilsError: Command '['/usr/bin/python3', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmphi1lzhxq', '--quiet', 'pep517']' returned non-zero exit status 1.
=> ERROR: python3-py7zr-0.11.3_1: do_build: 'python3 setup.py build ${make_build_args}' exited with 1
=> ERROR:   in do_build() at common/build-style/python3-module.sh:22
```


^ permalink raw reply	[flat|nested] 57+ messages in thread

* Re: calibre: update to 5.13.0.
  2021-03-25  8:38 [PR PATCH] calibre: update to 5.13.0 skmpz
                   ` (16 preceding siblings ...)
  2021-04-04  7:39 ` [PR REVIEW] " skmpz
@ 2021-04-04  7:39 ` skmpz
  2021-04-04  8:16 ` [PR REVIEW] " FollieHiyuki
                   ` (37 subsequent siblings)
  55 siblings, 0 replies; 57+ messages in thread
From: skmpz @ 2021-04-04  7:39 UTC (permalink / raw)
  To: ml

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

New comment by skmpz on void-packages repository

https://github.com/void-linux/void-packages/pull/29744#issuecomment-812989430

Comment:
```
=> python3-py7zr-0.11.3_1: running do_build ...
/usr/lib/python3.9/site-packages/setuptools/dist.py:634: UserWarning: Usage of dash-separated 'max-line-length' will not be supported in future versions. Please use the underscore name 'max_line_length' instead
  warnings.warn(
WARNING: The wheel package is not available.
/usr/bin/python3: No module named pip
Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/setuptools/installer.py", line 75, in fetch_build_egg
    subprocess.check_call(cmd)
  File "/usr/lib/python3.9/subprocess.py", line 373, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/usr/bin/python3', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmphi1lzhxq', '--quiet', 'pep517']' returned non-zero exit status 1.

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/builddir/py7zr-0.11.3/setup.py", line 5, in <module>
    setup(use_scm_version={"local_scheme": "no-local-version"})
  File "/usr/lib/python3.9/site-packages/setuptools/__init__.py", line 152, in setup
    _install_setup_requires(attrs)
  File "/usr/lib/python3.9/site-packages/setuptools/__init__.py", line 147, in _install_setup_requires
    dist.fetch_build_eggs(dist.setup_requires)
  File "/usr/lib/python3.9/site-packages/setuptools/dist.py", line 713, in fetch_build_eggs
    resolved_dists = pkg_resources.working_set.resolve(
  File "/usr/lib/python3.9/site-packages/pkg_resources/__init__.py", line 766, in resolve
    dist = best[req.key] = env.best_match(
  File "/usr/lib/python3.9/site-packages/pkg_resources/__init__.py", line 1051, in best_match
    return self.obtain(req, installer)
  File "/usr/lib/python3.9/site-packages/pkg_resources/__init__.py", line 1063, in obtain
    return installer(requirement)
  File "/usr/lib/python3.9/site-packages/setuptools/dist.py", line 772, in fetch_build_egg
    return fetch_build_egg(self, req)
  File "/usr/lib/python3.9/site-packages/setuptools/installer.py", line 77, in fetch_build_egg
    raise DistutilsError(str(e)) from e
distutils.errors.DistutilsError: Command '['/usr/bin/python3', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmphi1lzhxq', '--quiet', 'pep517']' returned non-zero exit status 1.
=> ERROR: python3-py7zr-0.11.3_1: do_build: 'python3 setup.py build ${make_build_args}' exited with 1
=> ERROR:   in do_build() at common/build-style/python3-module.sh:22
```


^ permalink raw reply	[flat|nested] 57+ messages in thread

* Re: [PR REVIEW] calibre: update to 5.13.0.
  2021-03-25  8:38 [PR PATCH] calibre: update to 5.13.0 skmpz
                   ` (17 preceding siblings ...)
  2021-04-04  7:39 ` skmpz
@ 2021-04-04  8:16 ` FollieHiyuki
  2021-04-04 10:42 ` skmpz
                   ` (36 subsequent siblings)
  55 siblings, 0 replies; 57+ messages in thread
From: FollieHiyuki @ 2021-04-04  8:16 UTC (permalink / raw)
  To: ml

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

New review comment by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/pull/29744#discussion_r606766315

Comment:
My guess is that it can't find `wheel` so it fallbacks to use `pip` to install `wheel`.
You can try replacing `python3-setuptools` with `python3-wheel`, maybe it will work

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Re: [PR REVIEW] calibre: update to 5.13.0.
  2021-03-25  8:38 [PR PATCH] calibre: update to 5.13.0 skmpz
                   ` (18 preceding siblings ...)
  2021-04-04  8:16 ` [PR REVIEW] " FollieHiyuki
@ 2021-04-04 10:42 ` skmpz
  2021-04-04 10:42 ` skmpz
                   ` (35 subsequent siblings)
  55 siblings, 0 replies; 57+ messages in thread
From: skmpz @ 2021-04-04 10:42 UTC (permalink / raw)
  To: ml

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

New review comment by skmpz on void-packages repository

https://github.com/void-linux/void-packages/pull/29744#discussion_r606782972

Comment:
i tried by doesn't work

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Re: [PR REVIEW] calibre: update to 5.13.0.
  2021-03-25  8:38 [PR PATCH] calibre: update to 5.13.0 skmpz
                   ` (19 preceding siblings ...)
  2021-04-04 10:42 ` skmpz
@ 2021-04-04 10:42 ` skmpz
  2021-04-04 11:21 ` FollieHiyuki
                   ` (34 subsequent siblings)
  55 siblings, 0 replies; 57+ messages in thread
From: skmpz @ 2021-04-04 10:42 UTC (permalink / raw)
  To: ml

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

New review comment by skmpz on void-packages repository

https://github.com/void-linux/void-packages/pull/29744#discussion_r606782972

Comment:
i tried but doesn't work.. same error

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Re: [PR REVIEW] calibre: update to 5.13.0.
  2021-03-25  8:38 [PR PATCH] calibre: update to 5.13.0 skmpz
                   ` (20 preceding siblings ...)
  2021-04-04 10:42 ` skmpz
@ 2021-04-04 11:21 ` FollieHiyuki
  2021-04-04 11:33 ` FollieHiyuki
                   ` (33 subsequent siblings)
  55 siblings, 0 replies; 57+ messages in thread
From: FollieHiyuki @ 2021-04-04 11:21 UTC (permalink / raw)
  To: ml

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

New review comment by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/pull/29744#discussion_r606787356

Comment:
```
install_requires =
      texttable
      pycryptodome
      importlib_metadata;python_version<"3.8"
      pyzstd>=0.14.4,<0.15.0
      ppmd-cffi>=0.3.1,<0.4.0
      bcj-cffi>=0.5.0,<0.6.0
      multivolumefile>=0.2.0,<0.3.0
setup_requires =
      setuptools-scm>=3.5.0
      setuptools>=42.0
```

Try adding `python3-setuptools_scm` (and remove `python3-pip`)

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Re: calibre: update to 5.13.0.
  2021-03-25  8:38 [PR PATCH] calibre: update to 5.13.0 skmpz
                   ` (21 preceding siblings ...)
  2021-04-04 11:21 ` FollieHiyuki
@ 2021-04-04 11:33 ` FollieHiyuki
  2021-04-04 11:52 ` [PR REVIEW] " skmpz
                   ` (32 subsequent siblings)
  55 siblings, 0 replies; 57+ messages in thread
From: FollieHiyuki @ 2021-04-04 11:33 UTC (permalink / raw)
  To: ml

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

New comment by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/pull/29744#issuecomment-813017572

Comment:
Test for `pyannotate` can be enabled. There is only no extra dependency. Same go for `cchardet`.
Tests for `py7zr` can be disabled. It needs a lot of pytest stuff that we don't have in the repo.

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Re: [PR REVIEW] calibre: update to 5.13.0.
  2021-03-25  8:38 [PR PATCH] calibre: update to 5.13.0 skmpz
                   ` (22 preceding siblings ...)
  2021-04-04 11:33 ` FollieHiyuki
@ 2021-04-04 11:52 ` skmpz
  2021-04-04 11:52 ` skmpz
                   ` (31 subsequent siblings)
  55 siblings, 0 replies; 57+ messages in thread
From: skmpz @ 2021-04-04 11:52 UTC (permalink / raw)
  To: ml

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

New review comment by skmpz on void-packages repository

https://github.com/void-linux/void-packages/pull/29744#discussion_r606790716

Comment:
stil same

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Re: [PR REVIEW] calibre: update to 5.13.0.
  2021-03-25  8:38 [PR PATCH] calibre: update to 5.13.0 skmpz
                   ` (23 preceding siblings ...)
  2021-04-04 11:52 ` [PR REVIEW] " skmpz
@ 2021-04-04 11:52 ` skmpz
  2021-04-04 11:57 ` skmpz
                   ` (30 subsequent siblings)
  55 siblings, 0 replies; 57+ messages in thread
From: skmpz @ 2021-04-04 11:52 UTC (permalink / raw)
  To: ml

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

New review comment by skmpz on void-packages repository

https://github.com/void-linux/void-packages/pull/29744#discussion_r606790716

Comment:
still same

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Re: calibre: update to 5.13.0.
  2021-03-25  8:38 [PR PATCH] calibre: update to 5.13.0 skmpz
                   ` (24 preceding siblings ...)
  2021-04-04 11:52 ` skmpz
@ 2021-04-04 11:57 ` skmpz
  2021-04-04 13:16 ` [PR PATCH] [Updated] " skmpz
                   ` (29 subsequent siblings)
  55 siblings, 0 replies; 57+ messages in thread
From: skmpz @ 2021-04-04 11:57 UTC (permalink / raw)
  To: ml

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

New comment by skmpz on void-packages repository

https://github.com/void-linux/void-packages/pull/29744#issuecomment-813020652

Comment:
Tests for pyannotate are failing (they also need pip/wheel to run)..
```
======================================================================
ERROR: test_annotate_json_py3 (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: test_annotate_json_py3
Traceback (most recent call last):
  File "/usr/lib/python3.9/unittest/loader.py", line 154, in loadTestsFromName
    module = __import__(module_name)
  File "/builddir/pyannotate-1.2.0/pyannotate_tools/fixes/tests/test_annotate_json_py3.py", line 8, in <module>
    from lib2to3.tests.test_fixers import FixerTestCase
ModuleNotFoundError: No module named 'lib2to3.tests'


======================================================================
ERROR: test_annotate_py3 (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: test_annotate_py3
Traceback (most recent call last):
  File "/usr/lib/python3.9/unittest/loader.py", line 154, in loadTestsFromName
    module = __import__(module_name)
  File "/builddir/pyannotate-1.2.0/pyannotate_tools/fixes/tests/test_annotate_py3.py", line 4, in <module>
    from lib2to3.tests.test_fixers import FixerTestCase
ModuleNotFoundError: No module named 'lib2to3.tests'


======================================================================
ERROR: test_annotate_py2 (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: test_annotate_py2
Traceback (most recent call last):
  File "/usr/lib/python3.9/unittest/loader.py", line 154, in loadTestsFromName
    module = __import__(module_name)
  File "/builddir/pyannotate-1.2.0/pyannotate_tools/fixes/tests/test_annotate_py2.py", line 4, in <module>
    from lib2to3.tests.test_fixers import FixerTestCase
ModuleNotFoundError: No module named 'lib2to3.tests'


======================================================================
ERROR: test_annotate_json_py2 (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: test_annotate_json_py2
Traceback (most recent call last):
  File "/usr/lib/python3.9/unittest/loader.py", line 154, in loadTestsFromName
    module = __import__(module_name)
  File "/builddir/pyannotate-1.2.0/pyannotate_tools/fixes/tests/test_annotate_json_py2.py", line 8, in <module>
    from lib2to3.tests.test_fixers import FixerTestCase
ModuleNotFoundError: No module named 'lib2to3.tests'


======================================================================
ERROR: pyannotate_tools.fixes.tests.test_annotate_json_py2 (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: pyannotate_tools.fixes.tests.test_annotate_json_py2
Traceback (most recent call last):
  File "/usr/lib/python3.9/unittest/loader.py", line 436, in _find_test_path
    module = self._get_module_from_name(name)
  File "/usr/lib/python3.9/unittest/loader.py", line 377, in _get_module_from_name
    __import__(name)
  File "/builddir/pyannotate-1.2.0/pyannotate_tools/fixes/tests/test_annotate_json_py2.py", line 8, in <module>
    from lib2to3.tests.test_fixers import FixerTestCase
ModuleNotFoundError: No module named 'lib2to3.tests'


======================================================================
ERROR: pyannotate_tools.fixes.tests.test_annotate_json_py3 (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: pyannotate_tools.fixes.tests.test_annotate_json_py3
Traceback (most recent call last):
  File "/usr/lib/python3.9/unittest/loader.py", line 436, in _find_test_path
    module = self._get_module_from_name(name)
  File "/usr/lib/python3.9/unittest/loader.py", line 377, in _get_module_from_name
    __import__(name)
  File "/builddir/pyannotate-1.2.0/pyannotate_tools/fixes/tests/test_annotate_json_py3.py", line 8, in <module>
    from lib2to3.tests.test_fixers import FixerTestCase
ModuleNotFoundError: No module named 'lib2to3.tests'


======================================================================
ERROR: pyannotate_tools.fixes.tests.test_annotate_py2 (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: pyannotate_tools.fixes.tests.test_annotate_py2
Traceback (most recent call last):
  File "/usr/lib/python3.9/unittest/loader.py", line 436, in _find_test_path
    module = self._get_module_from_name(name)
  File "/usr/lib/python3.9/unittest/loader.py", line 377, in _get_module_from_name
    __import__(name)
  File "/builddir/pyannotate-1.2.0/pyannotate_tools/fixes/tests/test_annotate_py2.py", line 4, in <module>
    from lib2to3.tests.test_fixers import FixerTestCase
ModuleNotFoundError: No module named 'lib2to3.tests'


======================================================================
ERROR: pyannotate_tools.fixes.tests.test_annotate_py3 (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: pyannotate_tools.fixes.tests.test_annotate_py3
Traceback (most recent call last):
  File "/usr/lib/python3.9/unittest/loader.py", line 436, in _find_test_path
    module = self._get_module_from_name(name)
  File "/usr/lib/python3.9/unittest/loader.py", line 377, in _get_module_from_name
    __import__(name)
  File "/builddir/pyannotate-1.2.0/pyannotate_tools/fixes/tests/test_annotate_py3.py", line 4, in <module>
    from lib2to3.tests.test_fixers import FixerTestCase
ModuleNotFoundError: No module named 'lib2to3.tests'


----------------------------------------------------------------------
Ran 86 tests in 0.063s

FAILED (errors=8)
Test failed: <unittest.runner.TextTestResult run=86 errors=8 failures=0>
[52, 'foo,', 32]
[52, 32]
52
1
tada
1
error: Test failed: <unittest.runner.TextTestResult run=86 errors=8 failures=0>
=> ERROR: python3-pyannotate-1.2.0_1: do_check: 'python3 setup.py ${make_check_target} ${make_check_args}' exited with 1
=> ERROR:   in do_check() at common/build-style/python3-module.sh:39

```

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Re: [PR PATCH] [Updated] calibre: update to 5.13.0.
  2021-03-25  8:38 [PR PATCH] calibre: update to 5.13.0 skmpz
                   ` (25 preceding siblings ...)
  2021-04-04 11:57 ` skmpz
@ 2021-04-04 13:16 ` skmpz
  2021-04-04 13:34 ` calibre: update to 5.14.0 skmpz
                   ` (28 subsequent siblings)
  55 siblings, 0 replies; 57+ messages in thread
From: skmpz @ 2021-04-04 13:16 UTC (permalink / raw)
  To: ml

[-- 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: 5365 bytes --]

From 07504f8f7374f98c0bcf97c021fa26c9ef59a76b 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 1537a169abcdf8707bbf0f165ccfea2200fa5612 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..b6b026055b5e
--- /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/miurahr/py7zr"
+distfiles="${PYPI_SITE}/p/py7zr/py7zr-${version}.tar.gz"
+checksum=f9e872f02daf9be64ef35a0d69f5467a3ccbd028df0863ee39a2fbab5f80cc52
+# check if tests can be fixed
+make_check=no

From ae3a7fd4b71f9506aecc5c8b98e7c7140b21f83e 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 1e36d813634e3b50b9ad1cdc008a7ed1653df8f7 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.14.0.

---
 srcpkgs/calibre/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/calibre/template b/srcpkgs/calibre/template
index 166f5d9c9ecf..eba67bebc261 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.14.0
+revision=1
 build_style=python3-module
 pycompile_dirs="/usr/lib/calibre/"
 hostmakedepends="pkg-config python3-BeautifulSoup4 python3-Pillow python3-PyQt5-svg
@@ -18,16 +18,16 @@ 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"
 maintainer="skmpz <dem.procopiou@gmail.com>"
 license="GPL-3.0-only"
 homepage="https://calibre-ebook.com"
-changelog="https://raw.githubusercontent.com/kovidgoyal/calibre/master/Changelog.yaml"
+changelog="https://raw.githubusercontent.com/kovidgoyal/calibre/master/Changelog.txt"
 distfiles="https://download.calibre-ebook.com/${version}/calibre-${version}.tar.xz"
-checksum=a71196af15372054c4a25697534a2df1ef6dd732b9db07aaecaac7a86d9b3a0a
+checksum=186cce57b6990af0b014282fa1d3d914fffc11e40d8495ea43d91485534e1271
 lib32disabled=yes
 nocross=yes
 

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Re: calibre: update to 5.14.0.
  2021-03-25  8:38 [PR PATCH] calibre: update to 5.13.0 skmpz
                   ` (26 preceding siblings ...)
  2021-04-04 13:16 ` [PR PATCH] [Updated] " skmpz
@ 2021-04-04 13:34 ` skmpz
  2021-04-04 13:36 ` skmpz
                   ` (27 subsequent siblings)
  55 siblings, 0 replies; 57+ messages in thread
From: skmpz @ 2021-04-04 13:34 UTC (permalink / raw)
  To: ml

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

New comment by skmpz on void-packages repository

https://github.com/void-linux/void-packages/pull/29744#issuecomment-813034274

Comment:
updated calibre to 5.14.0.. i686 build segfaults for python3-cchardet.. weird..

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Re: calibre: update to 5.14.0.
  2021-03-25  8:38 [PR PATCH] calibre: update to 5.13.0 skmpz
                   ` (27 preceding siblings ...)
  2021-04-04 13:34 ` calibre: update to 5.14.0 skmpz
@ 2021-04-04 13:36 ` skmpz
  2021-04-04 23:55 ` ericonr
                   ` (26 subsequent siblings)
  55 siblings, 0 replies; 57+ messages in thread
From: skmpz @ 2021-04-04 13:36 UTC (permalink / raw)
  To: ml

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

New comment by skmpz on void-packages repository

https://github.com/void-linux/void-packages/pull/29744#issuecomment-813034274

Comment:
updated calibre to 5.14.0.. i686 build segfaults for python3-cchardet.. weird..
```
cythonize: ['src/cchardet/_cchardet.pyx']
/void-packages/common/build-style/python3-module.sh: line 5: 14801 Segmentation fault      python3 setup.py build ${make_build_args}
=> ERROR: python3-cchardet-2.1.7_1: do_build: 'python3 setup.py build ${make_build_args}' exited with 139
=> ERROR:   in do_build() at common/build-style/python3-module.sh:22
```


^ permalink raw reply	[flat|nested] 57+ messages in thread

* Re: calibre: update to 5.14.0.
  2021-03-25  8:38 [PR PATCH] calibre: update to 5.13.0 skmpz
                   ` (28 preceding siblings ...)
  2021-04-04 13:36 ` skmpz
@ 2021-04-04 23:55 ` ericonr
  2021-04-05  1:20 ` [PR REVIEW] " ahesford
                   ` (25 subsequent siblings)
  55 siblings, 0 replies; 57+ messages in thread
From: ericonr @ 2021-04-04 23:55 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/29744#issuecomment-813119054

Comment:
Looks like a python issue, appeared in https://build.voidlinux.org/builders/i686_builder/builds/31605/steps/shell_3/logs/stdio as well.

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Re: [PR REVIEW] calibre: update to 5.14.0.
  2021-03-25  8:38 [PR PATCH] calibre: update to 5.13.0 skmpz
                   ` (29 preceding siblings ...)
  2021-04-04 23:55 ` ericonr
@ 2021-04-05  1:20 ` ahesford
  2021-04-05  2:35 ` ericonr
                   ` (24 subsequent siblings)
  55 siblings, 0 replies; 57+ messages in thread
From: ahesford @ 2021-04-05  1:20 UTC (permalink / raw)
  To: ml

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

New review comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/29744#discussion_r606879319

Comment:
You can't replace `python3-setuptools` with `python3-wheel`. You need `python3-setuptools_scm` and `python3-wheel` together. Drop `python3-pip` and you can also drop `python3-setuptools` because `setuptools_scm` will pull it in. Be on the lookout for errors related to `toml`, because some packages that use `setuptools_scm` also require `python3-toml`. (Don't add that unless it's really necessary.)

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Re: [PR REVIEW] calibre: update to 5.14.0.
  2021-03-25  8:38 [PR PATCH] calibre: update to 5.13.0 skmpz
                   ` (30 preceding siblings ...)
  2021-04-05  1:20 ` [PR REVIEW] " ahesford
@ 2021-04-05  2:35 ` ericonr
  2021-04-05  2:36 ` ericonr
                   ` (23 subsequent siblings)
  55 siblings, 0 replies; 57+ messages in thread
From: ericonr @ 2021-04-05  2:35 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/29744#discussion_r606891785

Comment:
LGPL-2.1-or-later

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Re: [PR REVIEW] calibre: update to 5.14.0.
  2021-03-25  8:38 [PR PATCH] calibre: update to 5.13.0 skmpz
                   ` (31 preceding siblings ...)
  2021-04-05  2:35 ` ericonr
@ 2021-04-05  2:36 ` ericonr
  2021-04-05  4:21 ` [PR PATCH] [Updated] " skmpz
                   ` (22 subsequent siblings)
  55 siblings, 0 replies; 57+ messages in thread
From: ericonr @ 2021-04-05  2:36 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/29744#discussion_r606891937

Comment:
MPL-1.1

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Re: [PR PATCH] [Updated] calibre: update to 5.14.0.
  2021-03-25  8:38 [PR PATCH] calibre: update to 5.13.0 skmpz
                   ` (32 preceding siblings ...)
  2021-04-05  2:36 ` ericonr
@ 2021-04-05  4:21 ` skmpz
  2021-04-05  4:25 ` [PR REVIEW] " skmpz
                   ` (21 subsequent siblings)
  55 siblings, 0 replies; 57+ messages in thread
From: skmpz @ 2021-04-05  4:21 UTC (permalink / raw)
  To: ml

[-- 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.14.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: 5365 bytes --]

From 07504f8f7374f98c0bcf97c021fa26c9ef59a76b 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 1537a169abcdf8707bbf0f165ccfea2200fa5612 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..b6b026055b5e
--- /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/miurahr/py7zr"
+distfiles="${PYPI_SITE}/p/py7zr/py7zr-${version}.tar.gz"
+checksum=f9e872f02daf9be64ef35a0d69f5467a3ccbd028df0863ee39a2fbab5f80cc52
+# check if tests can be fixed
+make_check=no

From ae3a7fd4b71f9506aecc5c8b98e7c7140b21f83e 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 1e36d813634e3b50b9ad1cdc008a7ed1653df8f7 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.14.0.

---
 srcpkgs/calibre/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/calibre/template b/srcpkgs/calibre/template
index 166f5d9c9ecf..eba67bebc261 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.14.0
+revision=1
 build_style=python3-module
 pycompile_dirs="/usr/lib/calibre/"
 hostmakedepends="pkg-config python3-BeautifulSoup4 python3-Pillow python3-PyQt5-svg
@@ -18,16 +18,16 @@ 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"
 maintainer="skmpz <dem.procopiou@gmail.com>"
 license="GPL-3.0-only"
 homepage="https://calibre-ebook.com"
-changelog="https://raw.githubusercontent.com/kovidgoyal/calibre/master/Changelog.yaml"
+changelog="https://raw.githubusercontent.com/kovidgoyal/calibre/master/Changelog.txt"
 distfiles="https://download.calibre-ebook.com/${version}/calibre-${version}.tar.xz"
-checksum=a71196af15372054c4a25697534a2df1ef6dd732b9db07aaecaac7a86d9b3a0a
+checksum=186cce57b6990af0b014282fa1d3d914fffc11e40d8495ea43d91485534e1271
 lib32disabled=yes
 nocross=yes
 

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Re: [PR REVIEW] calibre: update to 5.14.0.
  2021-03-25  8:38 [PR PATCH] calibre: update to 5.13.0 skmpz
                   ` (33 preceding siblings ...)
  2021-04-05  4:21 ` [PR PATCH] [Updated] " skmpz
@ 2021-04-05  4:25 ` skmpz
  2021-04-05  9:54 ` ahesford
                   ` (20 subsequent siblings)
  55 siblings, 0 replies; 57+ messages in thread
From: skmpz @ 2021-04-05  4:25 UTC (permalink / raw)
  To: ml

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

New review comment by skmpz on void-packages repository

https://github.com/void-linux/void-packages/pull/29744#discussion_r606911924

Comment:
tried `hostmakedepends="python3-setuptools_scm python3-wheel python3-pycryptodome python3-pyannotate"` but still get the pip error..

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Re: [PR REVIEW] calibre: update to 5.14.0.
  2021-03-25  8:38 [PR PATCH] calibre: update to 5.13.0 skmpz
                   ` (34 preceding siblings ...)
  2021-04-05  4:25 ` [PR REVIEW] " skmpz
@ 2021-04-05  9:54 ` ahesford
  2021-04-05  9:54 ` ahesford
                   ` (19 subsequent siblings)
  55 siblings, 0 replies; 57+ messages in thread
From: ahesford @ 2021-04-05  9:54 UTC (permalink / raw)
  To: ml

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

New review comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/29744#discussion_r607011743

Comment:
https://github.com/miurahr/py7zr/blob/2b082f41bd83022a89cd35712840170f137dff0a/setup.cfg#L37

Looks like you've omitted several packages from `depends`.

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Re: [PR REVIEW] calibre: update to 5.14.0.
  2021-03-25  8:38 [PR PATCH] calibre: update to 5.13.0 skmpz
                   ` (35 preceding siblings ...)
  2021-04-05  9:54 ` ahesford
@ 2021-04-05  9:54 ` ahesford
  2021-04-05  9:54 ` ahesford
                   ` (18 subsequent siblings)
  55 siblings, 0 replies; 57+ messages in thread
From: ahesford @ 2021-04-05  9:54 UTC (permalink / raw)
  To: ml

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

New review comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/29744#discussion_r607012165

Comment:
How have you tried to get tests working?

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Re: [PR REVIEW] calibre: update to 5.14.0.
  2021-03-25  8:38 [PR PATCH] calibre: update to 5.13.0 skmpz
                   ` (36 preceding siblings ...)
  2021-04-05  9:54 ` ahesford
@ 2021-04-05  9:54 ` ahesford
  2021-04-05 10:06 ` skmpz
                   ` (17 subsequent siblings)
  55 siblings, 0 replies; 57+ messages in thread
From: ahesford @ 2021-04-05  9:54 UTC (permalink / raw)
  To: ml

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

New review comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/29744#discussion_r607010859

Comment:
https://github.com/miurahr/py7zr/blob/2b082f41bd83022a89cd35712840170f137dff0a/pyproject.toml#L2 suggests that you need to add the `python3-toml` dependency I mentioned to `hostmakedepends`.

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Re: [PR REVIEW] calibre: update to 5.14.0.
  2021-03-25  8:38 [PR PATCH] calibre: update to 5.13.0 skmpz
                   ` (37 preceding siblings ...)
  2021-04-05  9:54 ` ahesford
@ 2021-04-05 10:06 ` skmpz
  2021-04-05 10:32 ` skmpz
                   ` (16 subsequent siblings)
  55 siblings, 0 replies; 57+ messages in thread
From: skmpz @ 2021-04-05 10:06 UTC (permalink / raw)
  To: ml

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

New review comment by skmpz on void-packages repository

https://github.com/void-linux/void-packages/pull/29744#discussion_r607016421

Comment:
@ahesford I already tried adding python3-toml as well.. I still get the same error..
`hostmakedepends="python3-setuptools_scm python3-wheel python3-toml python3-pycryptodome python3-pyannotate"`..

About the stuff missing from depends, I'll add them.

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Re: [PR REVIEW] calibre: update to 5.14.0.
  2021-03-25  8:38 [PR PATCH] calibre: update to 5.13.0 skmpz
                   ` (38 preceding siblings ...)
  2021-04-05 10:06 ` skmpz
@ 2021-04-05 10:32 ` skmpz
  2021-04-05 10:36 ` skmpz
                   ` (15 subsequent siblings)
  55 siblings, 0 replies; 57+ messages in thread
From: skmpz @ 2021-04-05 10:32 UTC (permalink / raw)
  To: ml

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

New review comment by skmpz on void-packages repository

https://github.com/void-linux/void-packages/pull/29744#discussion_r607025303

Comment:
well.. it seems that a lot of packages needed for tests (pytest-timeout, pytest-benchmark etc.) are missing.. Should we try to get all those merged as well ?

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Re: [PR REVIEW] calibre: update to 5.14.0.
  2021-03-25  8:38 [PR PATCH] calibre: update to 5.13.0 skmpz
                   ` (39 preceding siblings ...)
  2021-04-05 10:32 ` skmpz
@ 2021-04-05 10:36 ` skmpz
  2021-04-05 13:26 ` [PR REVIEW] [WIP] " ericonr
                   ` (14 subsequent siblings)
  55 siblings, 0 replies; 57+ messages in thread
From: skmpz @ 2021-04-05 10:36 UTC (permalink / raw)
  To: ml

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

New review comment by skmpz on void-packages repository

https://github.com/void-linux/void-packages/pull/29744#discussion_r607026615

Comment:
now that I've checked, most of those packages are not available in the repos as well..
```
      pyzstd>=0.14.4,<0.15.0
      ppmd-cffi>=0.3.1,<0.4.0
      bcj-cffi>=0.5.0,<0.6.0
      multivolumefile>=0.2.0,<0.3.0
```

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Re: [PR REVIEW] [WIP] calibre: update to 5.14.0.
  2021-03-25  8:38 [PR PATCH] calibre: update to 5.13.0 skmpz
                   ` (40 preceding siblings ...)
  2021-04-05 10:36 ` skmpz
@ 2021-04-05 13:26 ` ericonr
  2021-04-06  4:37 ` [PR PATCH] [Updated] " skmpz
                   ` (13 subsequent siblings)
  55 siblings, 0 replies; 57+ messages in thread
From: ericonr @ 2021-04-05 13:26 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/29744#discussion_r607087080

Comment:
In that case, the comment should mention that we lack those dependencies :)

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Re: [PR PATCH] [Updated] [WIP] calibre: update to 5.14.0.
  2021-03-25  8:38 [PR PATCH] calibre: update to 5.13.0 skmpz
                   ` (41 preceding siblings ...)
  2021-04-05 13:26 ` [PR REVIEW] [WIP] " ericonr
@ 2021-04-06  4:37 ` skmpz
  2021-04-06  4:57 ` skmpz
                   ` (12 subsequent siblings)
  55 siblings, 0 replies; 57+ messages in thread
From: skmpz @ 2021-04-06  4:37 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1602 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

[WIP] calibre: update to 5.14.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: 5357 bytes --]

From 61920fa3e19806c793d8e44c4c41d5e3a327519a 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 f47ac4d120ed5bfc2be20932c1533f52d5113bbe 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..830b8b7e21c1
--- /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="LGPL-2.1-or-later"
+homepage="https://github.com/miurahr/py7zr"
+distfiles="${PYPI_SITE}/p/py7zr/py7zr-${version}.tar.gz"
+checksum=f9e872f02daf9be64ef35a0d69f5467a3ccbd028df0863ee39a2fbab5f80cc52
+# check if tests can be fixed
+make_check=no

From 682997b1c4ca8b7a6fa30810f6d05263b33d4a0f 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..27c0903bdcde
--- /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="MPL-1.1"
+homepage="https://github.com/PyYoshi/cChardet"
+distfiles="${PYPI_SITE}/c/cchardet/cchardet-${version}.tar.gz"
+checksum=c428b6336545053c2589f6caf24ea32276c6664cb86db817e03a94c60afa0eaf

From b9c9ab67f0255004b11cb90f16a901b4a27d6107 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.14.0.

---
 srcpkgs/calibre/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/calibre/template b/srcpkgs/calibre/template
index 166f5d9c9ecf..eba67bebc261 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.14.0
+revision=1
 build_style=python3-module
 pycompile_dirs="/usr/lib/calibre/"
 hostmakedepends="pkg-config python3-BeautifulSoup4 python3-Pillow python3-PyQt5-svg
@@ -18,16 +18,16 @@ 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"
 maintainer="skmpz <dem.procopiou@gmail.com>"
 license="GPL-3.0-only"
 homepage="https://calibre-ebook.com"
-changelog="https://raw.githubusercontent.com/kovidgoyal/calibre/master/Changelog.yaml"
+changelog="https://raw.githubusercontent.com/kovidgoyal/calibre/master/Changelog.txt"
 distfiles="https://download.calibre-ebook.com/${version}/calibre-${version}.tar.xz"
-checksum=a71196af15372054c4a25697534a2df1ef6dd732b9db07aaecaac7a86d9b3a0a
+checksum=186cce57b6990af0b014282fa1d3d914fffc11e40d8495ea43d91485534e1271
 lib32disabled=yes
 nocross=yes
 

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Re: [PR PATCH] [Updated] [WIP] calibre: update to 5.14.0.
  2021-03-25  8:38 [PR PATCH] calibre: update to 5.13.0 skmpz
                   ` (42 preceding siblings ...)
  2021-04-06  4:37 ` [PR PATCH] [Updated] " skmpz
@ 2021-04-06  4:57 ` skmpz
  2021-04-06  5:11 ` skmpz
                   ` (11 subsequent siblings)
  55 siblings, 0 replies; 57+ messages in thread
From: skmpz @ 2021-04-06  4:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1602 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

[WIP] calibre: update to 5.14.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: 5709 bytes --]

From 36128862865258326d0fc1f695b6b46d431a312d 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 f6b9baaa93fdbe20b1360753e4cf09b12c8eef97 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..a3e5f1bd1df1
--- /dev/null
+++ b/srcpkgs/python3-py7zr/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-py7zr'
+pkgname=python3-py7zr
+version=0.15.0
+revision=1
+wrksrc="py7zr-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools_scm"
+depends="python3-pycryptodome python3-texttable"
+short_desc="Pure python 7-zip library"
+maintainer="skmpz <dem.procopiou@gmail.com>"
+license="LGPL-2.1-or-later"
+homepage="https://github.com/miurahr/py7zr"
+distfiles="${PYPI_SITE}/p/py7zr/py7zr-${version}.tar.gz"
+checksum=118f036d7e50ed8cbee8287734b77757c3dfb6bf7adcd97fb16b3b17bdbcfcef
+# missing multiple pytest packages
+make_check=no

From bfd31fbaec182636b64044cc5fdf1637cc98b4d5 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..27c0903bdcde
--- /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="MPL-1.1"
+homepage="https://github.com/PyYoshi/cChardet"
+distfiles="${PYPI_SITE}/c/cchardet/cchardet-${version}.tar.gz"
+checksum=c428b6336545053c2589f6caf24ea32276c6664cb86db817e03a94c60afa0eaf

From b5d9099d8dd31889352b7650e6f7b9b2eec37a8b 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.14.0.

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

diff --git a/srcpkgs/calibre/template b/srcpkgs/calibre/template
index 166f5d9c9ecf..3d6003afd83c 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.14.0
+revision=1
 build_style=python3-module
 pycompile_dirs="/usr/lib/calibre/"
 hostmakedepends="pkg-config python3-BeautifulSoup4 python3-Pillow python3-PyQt5-svg
@@ -18,16 +18,16 @@ 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"
 maintainer="skmpz <dem.procopiou@gmail.com>"
 license="GPL-3.0-only"
 homepage="https://calibre-ebook.com"
-changelog="https://raw.githubusercontent.com/kovidgoyal/calibre/master/Changelog.yaml"
+changelog="https://raw.githubusercontent.com/kovidgoyal/calibre/master/Changelog.txt"
 distfiles="https://download.calibre-ebook.com/${version}/calibre-${version}.tar.xz"
-checksum=a71196af15372054c4a25697534a2df1ef6dd732b9db07aaecaac7a86d9b3a0a
+checksum=186cce57b6990af0b014282fa1d3d914fffc11e40d8495ea43d91485534e1271
 lib32disabled=yes
 nocross=yes
 
@@ -53,10 +53,12 @@ do_check() {
 	# disabled for now
 	# unrar test fails because python3-unrardll isn't packaged
 	# searching test case fails (non-deterministic)
+	# 7z tests missing ppmd
 	python3 setup.py test \
 		--exclude-test-name unrar \
 		--exclude-test-name qt \
-		--exclude-test-name searching
+		--exclude-test-name searching \
+		--exclude-test-name 7z
 }
 
 do_install() {

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Re: [PR PATCH] [Updated] [WIP] calibre: update to 5.14.0.
  2021-03-25  8:38 [PR PATCH] calibre: update to 5.13.0 skmpz
                   ` (43 preceding siblings ...)
  2021-04-06  4:57 ` skmpz
@ 2021-04-06  5:11 ` skmpz
  2021-04-06  5:23 ` skmpz
                   ` (10 subsequent siblings)
  55 siblings, 0 replies; 57+ messages in thread
From: skmpz @ 2021-04-06  5:11 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1602 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

[WIP] calibre: update to 5.14.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: 4542 bytes --]

From d1e3d830a481be7ae18aceee41814eb74e34d9fe Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Thu, 25 Mar 2021 12:27:30 +0400
Subject: [PATCH 1/3] 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..a3e5f1bd1df1
--- /dev/null
+++ b/srcpkgs/python3-py7zr/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-py7zr'
+pkgname=python3-py7zr
+version=0.15.0
+revision=1
+wrksrc="py7zr-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools_scm"
+depends="python3-pycryptodome python3-texttable"
+short_desc="Pure python 7-zip library"
+maintainer="skmpz <dem.procopiou@gmail.com>"
+license="LGPL-2.1-or-later"
+homepage="https://github.com/miurahr/py7zr"
+distfiles="${PYPI_SITE}/p/py7zr/py7zr-${version}.tar.gz"
+checksum=118f036d7e50ed8cbee8287734b77757c3dfb6bf7adcd97fb16b3b17bdbcfcef
+# missing multiple pytest packages
+make_check=no

From 98171d8a270029624cef0c967b45650f6550b143 Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Thu, 25 Mar 2021 12:27:44 +0400
Subject: [PATCH 2/3] 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..27c0903bdcde
--- /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="MPL-1.1"
+homepage="https://github.com/PyYoshi/cChardet"
+distfiles="${PYPI_SITE}/c/cchardet/cchardet-${version}.tar.gz"
+checksum=c428b6336545053c2589f6caf24ea32276c6664cb86db817e03a94c60afa0eaf

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

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

diff --git a/srcpkgs/calibre/template b/srcpkgs/calibre/template
index 166f5d9c9ecf..3d6003afd83c 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.14.0
+revision=1
 build_style=python3-module
 pycompile_dirs="/usr/lib/calibre/"
 hostmakedepends="pkg-config python3-BeautifulSoup4 python3-Pillow python3-PyQt5-svg
@@ -18,16 +18,16 @@ 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"
 maintainer="skmpz <dem.procopiou@gmail.com>"
 license="GPL-3.0-only"
 homepage="https://calibre-ebook.com"
-changelog="https://raw.githubusercontent.com/kovidgoyal/calibre/master/Changelog.yaml"
+changelog="https://raw.githubusercontent.com/kovidgoyal/calibre/master/Changelog.txt"
 distfiles="https://download.calibre-ebook.com/${version}/calibre-${version}.tar.xz"
-checksum=a71196af15372054c4a25697534a2df1ef6dd732b9db07aaecaac7a86d9b3a0a
+checksum=186cce57b6990af0b014282fa1d3d914fffc11e40d8495ea43d91485534e1271
 lib32disabled=yes
 nocross=yes
 
@@ -53,10 +53,12 @@ do_check() {
 	# disabled for now
 	# unrar test fails because python3-unrardll isn't packaged
 	# searching test case fails (non-deterministic)
+	# 7z tests missing ppmd
 	python3 setup.py test \
 		--exclude-test-name unrar \
 		--exclude-test-name qt \
-		--exclude-test-name searching
+		--exclude-test-name searching \
+		--exclude-test-name 7z
 }
 
 do_install() {

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Re: [WIP] calibre: update to 5.14.0.
  2021-03-25  8:38 [PR PATCH] calibre: update to 5.13.0 skmpz
                   ` (44 preceding siblings ...)
  2021-04-06  5:11 ` skmpz
@ 2021-04-06  5:23 ` skmpz
  2021-04-06  5:24 ` skmpz
                   ` (9 subsequent siblings)
  55 siblings, 0 replies; 57+ messages in thread
From: skmpz @ 2021-04-06  5:23 UTC (permalink / raw)
  To: ml

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

New comment by skmpz on void-packages repository

https://github.com/void-linux/void-packages/pull/29744#issuecomment-813831264

Comment:
ok so I changed py7zr to latest version.. seems that python3-setuptools_scm is enough for building and pyannotate is not needed.. The thing is that some dependencies of py7zr are missing like https://pypi.org/project/ppmd-cffi/ (still in beta version) which also cause calibre 7z suite tests to fail. I'll try to get       ```
pyzstd>=0.14.4,<0.15.0
ppmd-cffi>=0.3.1,<0.4.0
bcj-cffi>=0.5.0,<0.6.0
multivolumefile>=0.2.0,<0.3.0 
```
added as well.

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Re: [WIP] calibre: update to 5.14.0.
  2021-03-25  8:38 [PR PATCH] calibre: update to 5.13.0 skmpz
                   ` (45 preceding siblings ...)
  2021-04-06  5:23 ` skmpz
@ 2021-04-06  5:24 ` skmpz
  2021-04-06  5:39 ` skmpz
                   ` (8 subsequent siblings)
  55 siblings, 0 replies; 57+ messages in thread
From: skmpz @ 2021-04-06  5:24 UTC (permalink / raw)
  To: ml

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

New comment by skmpz on void-packages repository

https://github.com/void-linux/void-packages/pull/29744#issuecomment-813831264

Comment:
ok so I changed py7zr to latest version.. seems that python3-setuptools_scm is enough for building and pyannotate is not needed.. The thing is that some dependencies of py7zr are missing like https://pypi.org/project/ppmd-cffi/ (still in beta version) which also cause calibre 7z suite tests to fail. 
I'll try to get
```
pyzstd>=0.14.4,<0.15.0
ppmd-cffi>=0.3.1,<0.4.0
bcj-cffi>=0.5.0,<0.6.0
multivolumefile>=0.2.0,<0.3.0 
```
added as well.

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Re: [WIP] calibre: update to 5.14.0.
  2021-03-25  8:38 [PR PATCH] calibre: update to 5.13.0 skmpz
                   ` (46 preceding siblings ...)
  2021-04-06  5:24 ` skmpz
@ 2021-04-06  5:39 ` skmpz
  2021-04-06 11:41 ` ericonr
                   ` (7 subsequent siblings)
  55 siblings, 0 replies; 57+ messages in thread
From: skmpz @ 2021-04-06  5:39 UTC (permalink / raw)
  To: ml

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

New comment by skmpz on void-packages repository

https://github.com/void-linux/void-packages/pull/29744#issuecomment-813831264

Comment:
ok so I changed py7zr to latest version.. seems that python3-setuptools_scm is enough for building and pyannotate is not needed.. The thing is that some dependencies of py7zr are missing like https://pypi.org/project/ppmd-cffi/ (still in beta version) which also cause calibre 7z suite tests to fail, so I disabled it for now..
I'll try to get
```
pyzstd>=0.14.4,<0.15.0
ppmd-cffi>=0.3.1,<0.4.0
bcj-cffi>=0.5.0,<0.6.0
multivolumefile>=0.2.0,<0.3.0 
```
added as well.

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Re: [WIP] calibre: update to 5.14.0.
  2021-03-25  8:38 [PR PATCH] calibre: update to 5.13.0 skmpz
                   ` (47 preceding siblings ...)
  2021-04-06  5:39 ` skmpz
@ 2021-04-06 11:41 ` ericonr
  2021-04-06 11:46 ` skmpz
                   ` (6 subsequent siblings)
  55 siblings, 0 replies; 57+ messages in thread
From: ericonr @ 2021-04-06 11:41 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/29744#issuecomment-814052798

Comment:
@skmpz if you want to simplify matters, we can try to disable only the py7zr part of tests and not package it for now?

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Re: [WIP] calibre: update to 5.14.0.
  2021-03-25  8:38 [PR PATCH] calibre: update to 5.13.0 skmpz
                   ` (48 preceding siblings ...)
  2021-04-06 11:41 ` ericonr
@ 2021-04-06 11:46 ` skmpz
  2021-04-06 11:51 ` ericonr
                   ` (5 subsequent siblings)
  55 siblings, 0 replies; 57+ messages in thread
From: skmpz @ 2021-04-06 11:46 UTC (permalink / raw)
  To: ml

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

New comment by skmpz on void-packages repository

https://github.com/void-linux/void-packages/pull/29744#issuecomment-814055593

Comment:
> @skmpz if you want to simplify matters, we can try to disable only the py7zr part of tests and not package it for now?

I guess that's what we have now.. py7zr tests disabled, as well as 7z test suite of caibre (which needs ppmd-cffi)

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Re: [WIP] calibre: update to 5.14.0.
  2021-03-25  8:38 [PR PATCH] calibre: update to 5.13.0 skmpz
                   ` (49 preceding siblings ...)
  2021-04-06 11:46 ` skmpz
@ 2021-04-06 11:51 ` ericonr
  2021-04-06 11:51 ` ericonr
                   ` (4 subsequent siblings)
  55 siblings, 0 replies; 57+ messages in thread
From: ericonr @ 2021-04-06 11:51 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/29744#issuecomment-814058054

Comment:
Sorry, I meant not adding py7zr as a new package yet and disabling the 7z part of the testsuite. It's likely the package won't work right without its dependencies.

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Re: [WIP] calibre: update to 5.14.0.
  2021-03-25  8:38 [PR PATCH] calibre: update to 5.13.0 skmpz
                   ` (50 preceding siblings ...)
  2021-04-06 11:51 ` ericonr
@ 2021-04-06 11:51 ` ericonr
  2021-04-06 11:59 ` [PR PATCH] [Updated] " skmpz
                   ` (3 subsequent siblings)
  55 siblings, 0 replies; 57+ messages in thread
From: ericonr @ 2021-04-06 11:51 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/29744#issuecomment-814058054

Comment:
Sorry, I meant not adding py7zr as a new package yet and disabling the 7z part of the calibre testsuite. It's likely the package won't work right without its dependencies.

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Re: [PR PATCH] [Updated] [WIP] calibre: update to 5.14.0.
  2021-03-25  8:38 [PR PATCH] calibre: update to 5.13.0 skmpz
                   ` (51 preceding siblings ...)
  2021-04-06 11:51 ` ericonr
@ 2021-04-06 11:59 ` skmpz
  2021-04-06 12:00 ` skmpz
                   ` (2 subsequent siblings)
  55 siblings, 0 replies; 57+ messages in thread
From: skmpz @ 2021-04-06 11:59 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1602 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

[WIP] calibre: update to 5.14.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: 3441 bytes --]

From 1189f3c52d7714a451ef47aee91834bceac1a857 Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Thu, 25 Mar 2021 12:27:44 +0400
Subject: [PATCH 1/2] 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..27c0903bdcde
--- /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="MPL-1.1"
+homepage="https://github.com/PyYoshi/cChardet"
+distfiles="${PYPI_SITE}/c/cchardet/cchardet-${version}.tar.gz"
+checksum=c428b6336545053c2589f6caf24ea32276c6664cb86db817e03a94c60afa0eaf

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

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

diff --git a/srcpkgs/calibre/template b/srcpkgs/calibre/template
index 166f5d9c9ecf..ec8a9466d446 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.14.0
+revision=1
 build_style=python3-module
 pycompile_dirs="/usr/lib/calibre/"
 hostmakedepends="pkg-config python3-BeautifulSoup4 python3-Pillow python3-PyQt5-svg
@@ -18,16 +18,16 @@ 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 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"
 maintainer="skmpz <dem.procopiou@gmail.com>"
 license="GPL-3.0-only"
 homepage="https://calibre-ebook.com"
-changelog="https://raw.githubusercontent.com/kovidgoyal/calibre/master/Changelog.yaml"
+changelog="https://raw.githubusercontent.com/kovidgoyal/calibre/master/Changelog.txt"
 distfiles="https://download.calibre-ebook.com/${version}/calibre-${version}.tar.xz"
-checksum=a71196af15372054c4a25697534a2df1ef6dd732b9db07aaecaac7a86d9b3a0a
+checksum=186cce57b6990af0b014282fa1d3d914fffc11e40d8495ea43d91485534e1271
 lib32disabled=yes
 nocross=yes
 
@@ -53,10 +53,12 @@ do_check() {
 	# disabled for now
 	# unrar test fails because python3-unrardll isn't packaged
 	# searching test case fails (non-deterministic)
+	# 7z tests disabled (missing python-py7zr dependencies)
 	python3 setup.py test \
 		--exclude-test-name unrar \
 		--exclude-test-name qt \
-		--exclude-test-name searching
+		--exclude-test-name searching \
+		--exclude-test-name 7z
 }
 
 do_install() {

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Re: [WIP] calibre: update to 5.14.0.
  2021-03-25  8:38 [PR PATCH] calibre: update to 5.13.0 skmpz
                   ` (52 preceding siblings ...)
  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
  55 siblings, 0 replies; 57+ messages in thread
From: skmpz @ 2021-04-06 12:00 UTC (permalink / raw)
  To: ml

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

New comment by skmpz on void-packages repository

https://github.com/void-linux/void-packages/pull/29744#issuecomment-814063535

Comment:
done.. added a comment for py7zr dependencies in do_check and removed package from depends.

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Re: calibre: update to 5.14.0.
  2021-03-25  8:38 [PR PATCH] calibre: update to 5.13.0 skmpz
                   ` (53 preceding siblings ...)
  2021-04-06 12:00 ` skmpz
@ 2021-04-06 12:35 ` ericonr
  2021-04-06 12:35 ` [PR PATCH] [Merged]: " ericonr
  55 siblings, 0 replies; 57+ messages in thread
From: ericonr @ 2021-04-06 12:35 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/29744#issuecomment-814084183

Comment:
Great, thanks!

^ permalink raw reply	[flat|nested] 57+ messages in thread

* Re: [PR PATCH] [Merged]: calibre: update to 5.14.0.
  2021-03-25  8:38 [PR PATCH] calibre: update to 5.13.0 skmpz
                   ` (54 preceding siblings ...)
  2021-04-06 12:35 ` ericonr
@ 2021-04-06 12:35 ` ericonr
  55 siblings, 0 replies; 57+ messages in thread
From: ericonr @ 2021-04-06 12:35 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

calibre: update to 5.14.0.
https://github.com/void-linux/void-packages/pull/29744

Description:
<!-- 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
-->


^ permalink raw reply	[flat|nested] 57+ messages in thread

end of thread, other threads:[~2021-04-06 12:35 UTC | newest]

Thread overview: 57+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-25  8:38 [PR PATCH] calibre: update to 5.13.0 skmpz
2021-03-25  8:42 ` [PR PATCH] [Updated] " skmpz
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

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).