Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] calibre: update to 5.25.0.
@ 2021-08-16 18:08 skmpz
  2021-08-16 19:16 ` [PR PATCH] [Updated] " skmpz
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: skmpz @ 2021-08-16 18:08 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.25.0
https://github.com/void-linux/void-packages/pull/32514

calibre: update to 5.25.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/32514.patch is attached

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

From b7b0f9c42275fe3e1fc800a4d47a718fe0f0e9e9 Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Mon, 16 Aug 2021 22:06:22 +0400
Subject: [PATCH 1/2] python3-apsw: build with load_extention

---
 srcpkgs/python3-apsw/template | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-apsw/template b/srcpkgs/python3-apsw/template
index f646420cde57..9c7a105c8749 100644
--- a/srcpkgs/python3-apsw/template
+++ b/srcpkgs/python3-apsw/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-apsw'
 pkgname=python3-apsw
 version=3.32.2r1
-revision=3
+revision=4
 wrksrc="apsw-${version/r/-r}"
 build_style=python3-module
 hostmakedepends="python3-devel"
@@ -18,6 +18,10 @@ pre_check() {
 	export PYTHONPATH=$(cd build/lib* && pwd)
 }
 
+do_build() {
+	python setup.py build --enable=load_extension
+}
+
 post_install() {
 	vlicense LICENSE
 }

From c27042b9b9d1076e0b990a4c5f671b1e79d85ea9 Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Mon, 16 Aug 2021 22:07:42 +0400
Subject: [PATCH 2/2] calibre: update to 5.25.0.

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

diff --git a/srcpkgs/calibre/template b/srcpkgs/calibre/template
index adcd8781dc90..ebd0161f93df 100644
--- a/srcpkgs/calibre/template
+++ b/srcpkgs/calibre/template
@@ -1,7 +1,7 @@
 # Template file for 'calibre'
 pkgname=calibre
-version=5.21.0
-revision=2
+version=5.25.0
+revision=1
 build_style=python3-module
 pycompile_dirs="/usr/lib/calibre/"
 hostmakedepends="pkg-config python3-BeautifulSoup4 python3-Pillow python3-PyQt5-svg
@@ -11,11 +11,11 @@ hostmakedepends="pkg-config python3-BeautifulSoup4 python3-Pillow python3-PyQt5-
  python3-zeroconf xdg-utils rapydscript-ng"
 makedepends="libinput-devel libmagick-devel libmtp-devel
  libpodofo-devel libwmf-devel libxkbcommon-devel python3-PyQt5-devel
- qt5-devel sqlite-devel tslib-devel hunspell-devel hyphen-devel"
+ qt5-devel sqlite-devel tslib-devel hunspell-devel hyphen-devel libstemmer-devel"
 depends="desktop-file-utils optipng poppler-utils python3-BeautifulSoup4
  python3-Markdown python3-Pillow python3-PyQt5-svg python3-zeroconf
  python3-PyQt5-webengine python3-PyQt5-webchannel python3-Pygments python3-apsw
- python3-css-parser python3-cssselect python3-dateutil python3-dbus
+ python3-css-parser python3-cssselect python3-dateutil python3-jeepney
  python3-dnspython python3-feedparser python3-html5-parser python3-mechanize
  python3-msgpack python3-netifaces python3-psutil python3-regex python3-html2text
  python3-pychm python3-cchardet qt5-webengine speech-dispatcher"
@@ -27,7 +27,7 @@ license="GPL-3.0-only"
 homepage="https://calibre-ebook.com"
 changelog="https://raw.githubusercontent.com/kovidgoyal/calibre/master/Changelog.txt"
 distfiles="https://download.calibre-ebook.com/${version}/calibre-${version}.tar.xz"
-checksum=458b6b2dcc6bcf63676c327277192e88333cf9545d89806855d31b4c17e20257
+checksum=5a6213a14368a863d4f753f7d3c11fc5b0529f614fe9e0a6e7c790aa789544f6
 lib32disabled=yes
 nocross=yes
 

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

* Re: [PR PATCH] [Updated] calibre: update to 5.25.0.
  2021-08-16 18:08 [PR PATCH] calibre: update to 5.25.0 skmpz
@ 2021-08-16 19:16 ` skmpz
  2021-08-16 19:38 ` skmpz
  2021-08-18 18:59 ` [PR PATCH] [Merged]: " ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: skmpz @ 2021-08-16 19: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.25.0
https://github.com/void-linux/void-packages/pull/32514

calibre: update to 5.25.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/32514.patch is attached

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

From 2494a67df0c916d1fde61c32d33bd848139fc314 Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Mon, 16 Aug 2021 22:06:22 +0400
Subject: [PATCH 1/2] python3-apsw: update and build with
 --enable=load_extention

---
 srcpkgs/python3-apsw/template | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-apsw/template b/srcpkgs/python3-apsw/template
index f646420cde57..bb3d9815d5d8 100644
--- a/srcpkgs/python3-apsw/template
+++ b/srcpkgs/python3-apsw/template
@@ -1,21 +1,27 @@
 # Template file for 'python3-apsw'
 pkgname=python3-apsw
-version=3.32.2r1
-revision=3
+version=3.36.0r1
+revision=1
 wrksrc="apsw-${version/r/-r}"
 build_style=python3-module
+make_build_args="--enable=load_extension"
 hostmakedepends="python3-devel"
 makedepends="python3-devel sqlite-devel"
+checkdepends="python3-pytest $makedepends"
 short_desc="Another Python SQLite Wrapper (Python3)"
 maintainer="bra1nwave <bra1nwave@protonmail.com>"
 license="Zlib"
 homepage="https://github.com/rogerbinns/apsw"
 changelog="https://raw.githubusercontent.com/rogerbinns/apsw/master/doc/changes.rst"
 distfiles="${homepage}/archive/${version/r/-r}.tar.gz"
-checksum=33f3ccfd8a7537dccef2caeb8cc06e26f300f1cf547c22c4e8ec8dcfecb72aa0
+checksum=133ee2291851e0144661eba25517c7feb026c6d5896df90ef7ea0feddf03a842
 
 pre_check() {
-	export PYTHONPATH=$(cd build/lib* && pwd)
+	$CC $CFLAGS -fPIC -shared -o ./testextension.sqlext src/testextension.c
+}
+
+do_check() {
+	PYTHONPATH="$(cd build/lib* && pwd)" python3 ./tests.py
 }
 
 post_install() {

From f8a43fae84c721b5a55f484298be90fd9b527710 Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Mon, 16 Aug 2021 22:07:42 +0400
Subject: [PATCH 2/2] calibre: update to 5.25.0.

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

diff --git a/srcpkgs/calibre/template b/srcpkgs/calibre/template
index adcd8781dc90..ebd0161f93df 100644
--- a/srcpkgs/calibre/template
+++ b/srcpkgs/calibre/template
@@ -1,7 +1,7 @@
 # Template file for 'calibre'
 pkgname=calibre
-version=5.21.0
-revision=2
+version=5.25.0
+revision=1
 build_style=python3-module
 pycompile_dirs="/usr/lib/calibre/"
 hostmakedepends="pkg-config python3-BeautifulSoup4 python3-Pillow python3-PyQt5-svg
@@ -11,11 +11,11 @@ hostmakedepends="pkg-config python3-BeautifulSoup4 python3-Pillow python3-PyQt5-
  python3-zeroconf xdg-utils rapydscript-ng"
 makedepends="libinput-devel libmagick-devel libmtp-devel
  libpodofo-devel libwmf-devel libxkbcommon-devel python3-PyQt5-devel
- qt5-devel sqlite-devel tslib-devel hunspell-devel hyphen-devel"
+ qt5-devel sqlite-devel tslib-devel hunspell-devel hyphen-devel libstemmer-devel"
 depends="desktop-file-utils optipng poppler-utils python3-BeautifulSoup4
  python3-Markdown python3-Pillow python3-PyQt5-svg python3-zeroconf
  python3-PyQt5-webengine python3-PyQt5-webchannel python3-Pygments python3-apsw
- python3-css-parser python3-cssselect python3-dateutil python3-dbus
+ python3-css-parser python3-cssselect python3-dateutil python3-jeepney
  python3-dnspython python3-feedparser python3-html5-parser python3-mechanize
  python3-msgpack python3-netifaces python3-psutil python3-regex python3-html2text
  python3-pychm python3-cchardet qt5-webengine speech-dispatcher"
@@ -27,7 +27,7 @@ license="GPL-3.0-only"
 homepage="https://calibre-ebook.com"
 changelog="https://raw.githubusercontent.com/kovidgoyal/calibre/master/Changelog.txt"
 distfiles="https://download.calibre-ebook.com/${version}/calibre-${version}.tar.xz"
-checksum=458b6b2dcc6bcf63676c327277192e88333cf9545d89806855d31b4c17e20257
+checksum=5a6213a14368a863d4f753f7d3c11fc5b0529f614fe9e0a6e7c790aa789544f6
 lib32disabled=yes
 nocross=yes
 

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

* Re: [PR PATCH] [Updated] calibre: update to 5.25.0.
  2021-08-16 18:08 [PR PATCH] calibre: update to 5.25.0 skmpz
  2021-08-16 19:16 ` [PR PATCH] [Updated] " skmpz
@ 2021-08-16 19:38 ` skmpz
  2021-08-18 18:59 ` [PR PATCH] [Merged]: " ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: skmpz @ 2021-08-16 19:38 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.25.0
https://github.com/void-linux/void-packages/pull/32514

calibre: update to 5.25.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/32514.patch is attached

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

From 9cd01a47b23a3710d1bc1caef190d6bb708bb086 Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Mon, 16 Aug 2021 22:06:22 +0400
Subject: [PATCH 1/2] python3-apsw: update to 3.36.0r1 and build with
 --enable=load_extension

---
 srcpkgs/python3-apsw/template | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-apsw/template b/srcpkgs/python3-apsw/template
index f646420cde57..bb3d9815d5d8 100644
--- a/srcpkgs/python3-apsw/template
+++ b/srcpkgs/python3-apsw/template
@@ -1,21 +1,27 @@
 # Template file for 'python3-apsw'
 pkgname=python3-apsw
-version=3.32.2r1
-revision=3
+version=3.36.0r1
+revision=1
 wrksrc="apsw-${version/r/-r}"
 build_style=python3-module
+make_build_args="--enable=load_extension"
 hostmakedepends="python3-devel"
 makedepends="python3-devel sqlite-devel"
+checkdepends="python3-pytest $makedepends"
 short_desc="Another Python SQLite Wrapper (Python3)"
 maintainer="bra1nwave <bra1nwave@protonmail.com>"
 license="Zlib"
 homepage="https://github.com/rogerbinns/apsw"
 changelog="https://raw.githubusercontent.com/rogerbinns/apsw/master/doc/changes.rst"
 distfiles="${homepage}/archive/${version/r/-r}.tar.gz"
-checksum=33f3ccfd8a7537dccef2caeb8cc06e26f300f1cf547c22c4e8ec8dcfecb72aa0
+checksum=133ee2291851e0144661eba25517c7feb026c6d5896df90ef7ea0feddf03a842
 
 pre_check() {
-	export PYTHONPATH=$(cd build/lib* && pwd)
+	$CC $CFLAGS -fPIC -shared -o ./testextension.sqlext src/testextension.c
+}
+
+do_check() {
+	PYTHONPATH="$(cd build/lib* && pwd)" python3 ./tests.py
 }
 
 post_install() {

From 04d1b9e390b872e44bb9c1c27d57fae17e3dd70a Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Mon, 16 Aug 2021 22:07:42 +0400
Subject: [PATCH 2/2] calibre: update to 5.25.0.

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

diff --git a/srcpkgs/calibre/template b/srcpkgs/calibre/template
index adcd8781dc90..ebd0161f93df 100644
--- a/srcpkgs/calibre/template
+++ b/srcpkgs/calibre/template
@@ -1,7 +1,7 @@
 # Template file for 'calibre'
 pkgname=calibre
-version=5.21.0
-revision=2
+version=5.25.0
+revision=1
 build_style=python3-module
 pycompile_dirs="/usr/lib/calibre/"
 hostmakedepends="pkg-config python3-BeautifulSoup4 python3-Pillow python3-PyQt5-svg
@@ -11,11 +11,11 @@ hostmakedepends="pkg-config python3-BeautifulSoup4 python3-Pillow python3-PyQt5-
  python3-zeroconf xdg-utils rapydscript-ng"
 makedepends="libinput-devel libmagick-devel libmtp-devel
  libpodofo-devel libwmf-devel libxkbcommon-devel python3-PyQt5-devel
- qt5-devel sqlite-devel tslib-devel hunspell-devel hyphen-devel"
+ qt5-devel sqlite-devel tslib-devel hunspell-devel hyphen-devel libstemmer-devel"
 depends="desktop-file-utils optipng poppler-utils python3-BeautifulSoup4
  python3-Markdown python3-Pillow python3-PyQt5-svg python3-zeroconf
  python3-PyQt5-webengine python3-PyQt5-webchannel python3-Pygments python3-apsw
- python3-css-parser python3-cssselect python3-dateutil python3-dbus
+ python3-css-parser python3-cssselect python3-dateutil python3-jeepney
  python3-dnspython python3-feedparser python3-html5-parser python3-mechanize
  python3-msgpack python3-netifaces python3-psutil python3-regex python3-html2text
  python3-pychm python3-cchardet qt5-webengine speech-dispatcher"
@@ -27,7 +27,7 @@ license="GPL-3.0-only"
 homepage="https://calibre-ebook.com"
 changelog="https://raw.githubusercontent.com/kovidgoyal/calibre/master/Changelog.txt"
 distfiles="https://download.calibre-ebook.com/${version}/calibre-${version}.tar.xz"
-checksum=458b6b2dcc6bcf63676c327277192e88333cf9545d89806855d31b4c17e20257
+checksum=5a6213a14368a863d4f753f7d3c11fc5b0529f614fe9e0a6e7c790aa789544f6
 lib32disabled=yes
 nocross=yes
 

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

* Re: [PR PATCH] [Merged]: calibre: update to 5.25.0.
  2021-08-16 18:08 [PR PATCH] calibre: update to 5.25.0 skmpz
  2021-08-16 19:16 ` [PR PATCH] [Updated] " skmpz
  2021-08-16 19:38 ` skmpz
@ 2021-08-18 18:59 ` ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2021-08-18 18:59 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.25.0.
https://github.com/void-linux/void-packages/pull/32514

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] 4+ messages in thread

end of thread, other threads:[~2021-08-18 18:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-16 18:08 [PR PATCH] calibre: update to 5.25.0 skmpz
2021-08-16 19:16 ` [PR PATCH] [Updated] " skmpz
2021-08-16 19:38 ` skmpz
2021-08-18 18:59 ` [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).