public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Viorel Munteanu" <ceamac@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/pillow-heif/
Date: Sat, 02 Aug 2025 06:36:05 +0000 (UTC)	[thread overview]
Message-ID: <1754069834.c73f24b8d08209c80a754b071b13da419dc907af.ceamac@gentoo> (raw)

commit:     c73f24b8d08209c80a754b071b13da419dc907af
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Fri Aug  1 17:37:14 2025 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Fri Aug  1 17:37:14 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c73f24b8

dev-python/pillow-heif: add 1.0.0

Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 dev-python/pillow-heif/Manifest                 |  1 +
 dev-python/pillow-heif/pillow-heif-1.0.0.ebuild | 42 +++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/dev-python/pillow-heif/Manifest b/dev-python/pillow-heif/Manifest
index 8d4ad21d22..ffd817eb2f 100644
--- a/dev-python/pillow-heif/Manifest
+++ b/dev-python/pillow-heif/Manifest
@@ -1,2 +1,3 @@
 DIST pillow_heif-0.21.0.tar.gz 16178019 BLAKE2B 1ac057f4485331c36348f277b31d073dfe5d3aab69baaef0947449002fb095c81ffd562442f059afc29a19cafb3fa898b011c17a622963e6813a53dd2779c2f7 SHA512 9683b3eea9ea4dc0730bfab2e1163545ea31719b62cfd90a4f58aaf7ab401aef27afb7b9458c93daf9e5fa445b8f7f1ec3b3174fa9ae44513d9baaa10e777913
 DIST pillow_heif-0.22.0.tar.gz 18551571 BLAKE2B 60edcd7f1e6427651f85a2d8604b2a478646ba90cc1aeb09b768b7cf94b333d14e0d0d118d26d7ef68e6a79873d2d18f7f85ad0ae02ae81b8298e6c758ae01d0 SHA512 072de5e3afbfb373e36b51898f67e12d1abcd9a391e33b2dafe19372bb0f3ffca20ab1a7f7f8dcd0dc163a7c8aee27040613deb5d2adba0fd3b6c774cbff8c85
+DIST pillow_heif-1.0.0.tar.gz 18270881 BLAKE2B 7d0e1add32a5e851c8d6eafe2270e505bd1bebcb08336db28f8230c95987c38a5b86e6c83ef6c963ca141b81364db3a21ca17fb9aac05b41db60262cb0bc3f9a SHA512 92f4b629e77501b73acbbd6a810179dd9526f08a44e98a00be4c47401db04b2d654f849142282dcdb91319bb5bc150fa68a83b56e29f8613e1de29215b312819

diff --git a/dev-python/pillow-heif/pillow-heif-1.0.0.ebuild b/dev-python/pillow-heif/pillow-heif-1.0.0.ebuild
new file mode 100644
index 0000000000..9e3aee1ac1
--- /dev/null
+++ b/dev-python/pillow-heif/pillow-heif-1.0.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 2024-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{11..13} )
+inherit distutils-r1 pypi
+
+DESCRIPTION="Python interface for libheif library"
+HOMEPAGE="
+	https://github.com/bigcat88/pillow_heif
+	https://pypi.org/project/pillow-heif/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	!test? (
+		dev-python/pillow[${PYTHON_USEDEP}]
+		>=media-libs/libheif-1.19.5:0/1.19
+	)
+	test? (
+		dev-python/pillow[jpeg,lcms,webp,zlib,${PYTHON_USEDEP}]
+		>=media-libs/libheif-1.19.5:0/1.19[x265]
+	)
+"
+BDEPEND="
+	test? (
+		dev-python/defusedxml[${PYTHON_USEDEP}]
+		dev-python/numpy[${PYTHON_USEDEP}]
+		media-libs/opencv[png,python,${PYTHON_USEDEP}]
+	)
+"
+
+PATCHES=( "${FILESDIR}/${PN}-0.21.0-respect-cflags.patch" )
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest


             reply	other threads:[~2025-08-02  6:36 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-02  6:36 Viorel Munteanu [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-10-03  9:43 [gentoo-commits] repo/proj/guru:master commit in: dev-python/pillow-heif/ David Roman
2025-10-03  9:43 David Roman
2025-08-07 21:24 David Roman
2025-08-07 21:24 David Roman
2025-08-02  6:36 Viorel Munteanu
2025-03-18  9:25 David Roman
2024-12-06  8:32 Viorel Munteanu
2024-11-19 16:10 Julien Roy
2024-11-19 16:10 Julien Roy
2024-07-28 21:21 Lucio Sauer
2024-07-28 21:21 Lucio Sauer
2024-07-28 21:21 Lucio Sauer
2024-06-08 13:21 Julien Roy
2024-06-07 21:48 Julien Roy

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=1754069834.c73f24b8d08209c80a754b071b13da419dc907af.ceamac@gentoo \
    --to=ceamac@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

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

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