Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 4/4] package/python-pymupdf: bump to version 1.18.14
Date: Tue, 20 Jul 2021 23:40:59 +0200	[thread overview]
Message-ID: <20210720234059.4dac4c16@windsurf> (raw)
In-Reply-To: <20210630234717.21742-4-raphael.melotte@mind.be>

On Thu,  1 Jul 2021 01:47:16 +0200
Rapha?l M?lotte <raphael.melotte@mind.be> wrote:

> Recent tarballs from PyPI use setuptools instead of distutils, so
> change `PYTHON_PYMUPDF_SETUP_TYPE`.
> 
> They also include a license file, so include it and a hash for it.
> 
> This version also has a new dependency: freetype2.
> 
> PYTHON_PYMUPDF_REMOVE_PATHS is updated to take the new dependency into
> account, but also the sed command are changed to delete include lines
> instead of turning them into empty strings. Indeed, empty include
> strings lead to using multiple `-I` flags which were not followed by
> anything. Depending on the number of empty include strings (because
> two successive `-I` "cancel" each other out), it would have failed to
> compile.
> 
> Also, it turns out the patch version of python-pymupdf doesn't have to
> match mupdf's version (e.g. python-pymupdf 1.18.14 is compatible with
> mupdf 1.18.*) so while at it, remove the word "exactly" from the
> comment.
> 
> Signed-off-by: Rapha?l M?lotte <raphael.melotte@mind.be>
> ---
>  package/python-pymupdf/Config.in           |  1 +
>  package/python-pymupdf/python-pymupdf.hash |  6 ++++--
>  package/python-pymupdf/python-pymupdf.mk   | 19 +++++++++++--------
>  3 files changed, 16 insertions(+), 10 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

WARNING: multiple messages have this Message-ID (diff)
From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: "Raphaël Mélotte" <raphael.melotte@mind.be>
Cc: Asaf Kahlon <asafka7@gmail.com>, buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 4/4] package/python-pymupdf: bump to version 1.18.14
Date: Tue, 20 Jul 2021 23:40:59 +0200	[thread overview]
Message-ID: <20210720234059.4dac4c16@windsurf> (raw)
Message-ID: <20210720214059.XHiF056HqBthMLR2NDsjiiKfr-6zx4C4uY-Qn1mbu-E@z> (raw)
In-Reply-To: <20210630234717.21742-4-raphael.melotte@mind.be>

On Thu,  1 Jul 2021 01:47:16 +0200
Raphaël Mélotte <raphael.melotte@mind.be> wrote:

> Recent tarballs from PyPI use setuptools instead of distutils, so
> change `PYTHON_PYMUPDF_SETUP_TYPE`.
> 
> They also include a license file, so include it and a hash for it.
> 
> This version also has a new dependency: freetype2.
> 
> PYTHON_PYMUPDF_REMOVE_PATHS is updated to take the new dependency into
> account, but also the sed command are changed to delete include lines
> instead of turning them into empty strings. Indeed, empty include
> strings lead to using multiple `-I` flags which were not followed by
> anything. Depending on the number of empty include strings (because
> two successive `-I` "cancel" each other out), it would have failed to
> compile.
> 
> Also, it turns out the patch version of python-pymupdf doesn't have to
> match mupdf's version (e.g. python-pymupdf 1.18.14 is compatible with
> mupdf 1.18.*) so while at it, remove the word "exactly" from the
> comment.
> 
> Signed-off-by: Raphaël Mélotte <raphael.melotte@mind.be>
> ---
>  package/python-pymupdf/Config.in           |  1 +
>  package/python-pymupdf/python-pymupdf.hash |  6 ++++--
>  package/python-pymupdf/python-pymupdf.mk   | 19 +++++++++++--------
>  3 files changed, 16 insertions(+), 10 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot

  reply	other threads:[~2021-07-20 21:40 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-30 23:47 [Buildroot] [PATCH 1/4] DEVELOPERS: update email address for Raphaël Mélotte Raphaël Mélotte
2021-06-30 23:47 ` [Buildroot] [PATCH 2/4] package/gumbo-parser: new package Raphaël Mélotte
2021-07-20 21:39   ` Thomas Petazzoni
2021-07-20 21:39     ` Thomas Petazzoni
2021-06-30 23:47 ` [Buildroot] [PATCH 3/4] package/mupdf: bump to version 1.18.0 Raphaël Mélotte
2021-07-20 21:40   ` Thomas Petazzoni
2021-07-20 21:40     ` Thomas Petazzoni
2021-06-30 23:47 ` [Buildroot] [PATCH 4/4] package/python-pymupdf: bump to version 1.18.14 Raphaël Mélotte
2021-07-20 21:40   ` Thomas Petazzoni [this message]
2021-07-20 21:40     ` Thomas Petazzoni
2021-07-20 21:38 ` [Buildroot] [PATCH 1/4] DEVELOPERS: update email address for Raphaël Mélotte Thomas Petazzoni
2021-07-20 21:38   ` Thomas Petazzoni
2021-08-04 14:36 ` Peter Korsgaard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

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

  git send-email \
    --in-reply-to=20210720234059.4dac4c16@windsurf \
    --to=thomas.petazzoni@bootlin.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox