dev-python/pillow-heif: add 1.3.0, drop 1.2.0 1.2.1

Signed-off-by: Daichi Yamamoto <dev@dyama.net>
This commit is contained in:
Daichi Yamamoto
2026-06-05 14:29:21 +09:00
parent c9648b9b82
commit cadff32cee
3 changed files with 2 additions and 41 deletions

View File

@@ -1,2 +1 @@
DIST pillow_heif-1.2.0.tar.gz 17128367 BLAKE2B 93cc8f38b4d8591f3e641fab8535465c59614f5db53a68ea993c0ac7ba6ffcd940b101278a00c4f321444741d3896784cb998f9da471ff8fcaf8dd7f4d6da5ed SHA512 3dbdb33d5b0aab9607cc7e863ff7737de1c9c4f7cd1e476a78ac4735dd677dd00f96ada4c0de13fe2166a7951718b369561656b46d8fbfeb3d96b3b96b8f7c50
DIST pillow_heif-1.2.1.tar.gz 17128668 BLAKE2B 38056ed465547ae7e7f8425ab25f15197aca0a22569e9175a5e9eb963ddc6ddf686ba62e119cc72579e5f3a816eca95b87154f7ff8a1313cbd9b665c73b55df3 SHA512 444311a16dadcb5099fb49a9f7e298933f6488e53b70fae536ae89dfc93f447e1c3bdf59eb84f3aff517ea5922547e93bc08dfb22beabd425db8eb24caf46550
DIST pillow_heif-1.3.0.tar.gz 17133211 BLAKE2B d0f4d63a7d5f1b4ef8b1e11e1c9a1b597bff1fa97466e8a6f1b8c51b5a83d24f7e044f604574ff40b463a71ca28f4953e04e19a0e76f89dda6aa92d883adeb25 SHA512 1e82f99b44da4f1f17161050882df1ddd6953c49c6f3e236c09c972c20a3b378cbca7e3152eba7a96538a66069ce860fdde28d3fe61f81763560e45072cfdafc

View File

@@ -1,38 +0,0 @@
# Copyright 2024-2026 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_{12..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="
dev-python/pillow[${PYTHON_USEDEP}]
>=media-libs/libheif-1.19.5:=
"
BDEPEND="
test? (
dev-python/defusedxml[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/pillow[jpeg,lcms,webp,zlib,${PYTHON_USEDEP}]
>=media-libs/libheif-1.19.5:=[x265]
media-libs/opencv[png,python,${PYTHON_USEDEP}]
)
"
PATCHES=( "${FILESDIR}/${PN}-0.21.0-respect-cflags.patch" )
EPYTEST_PLUGINS=()
distutils_enable_tests pytest

View File

@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..13} )
PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1 pypi
DESCRIPTION="Python interface for libheif library"