Bug 269399 - deskutils/calibre: Replace reference to PY_PILLOW with its value
Summary: deskutils/calibre: Replace reference to PY_PILLOW with its value
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Yasuhiro Kimura
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-02-08 07:14 UTC by Yasuhiro Kimura
Modified: 2023-02-10 05:59 UTC (History)
1 user (show)

See Also:
madpilot: maintainer-feedback+


Attachments
Patch file (1.73 KB, patch)
2023-02-08 07:14 UTC, Yasuhiro Kimura
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yasuhiro Kimura freebsd_committer freebsd_triage 2023-02-08 07:14:43 UTC
Created attachment 239985 [details]
Patch file

Since this port works with Python 3.8 and later, the value of PY_PILLOW doesn't change. So replace reference to it with its value.

This is preparation to remove PY_PILLOW.
Comment 1 Guido Falsi freebsd_committer freebsd_triage 2023-02-08 08:42:24 UTC
Hi,

Thanks for the patch, it looks good to me.

FYI I'm also working on the update to 6.12 of calibre, which turned out to be a complex one, due to some upstream distribution changes.

SO feel free to commit this when you're ready to.
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-02-10 05:52:09 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5a379d6a5115ed5927758c8919233aad0917530f

commit 5a379d6a5115ed5927758c8919233aad0917530f
Author:     Yasuhiro Kimura <yasu@FreeBSD.org>
AuthorDate: 2023-02-08 06:39:59 +0000
Commit:     Yasuhiro Kimura <yasu@FreeBSD.org>
CommitDate: 2023-02-10 05:50:33 +0000

    deskutils/calibre: Replace reference to PY_PILLOW with its value

    Since this port works with Python 3.8 and later, the value of
    PY_PILLOW doesn't change. So replace reference to it with its value.

    PR:             269399
    Approved by:    maintainer

 deskutils/calibre/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)