public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pillow-heif/
@ 2024-06-06 15:44 Takuya Wakazono
  0 siblings, 0 replies; 5+ messages in thread
From: Takuya Wakazono @ 2024-06-06 15:44 UTC (permalink / raw
  To: gentoo-commits

commit:     ad7680cf46e8e7f34d4d0b6bd1e3ecc7febd434e
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Mon Jun  3 15:00:11 2024 +0000
Commit:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Thu Jun  6 15:43:31 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ad7680cf

dev-python/pillow-heif: enable more tests

Closes: https://bugs.gentoo.org/933458
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 dev-python/pillow-heif/pillow-heif-0.15.0.ebuild | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/dev-python/pillow-heif/pillow-heif-0.15.0.ebuild b/dev-python/pillow-heif/pillow-heif-0.15.0.ebuild
index 25bf53fd9..05eafe7f4 100644
--- a/dev-python/pillow-heif/pillow-heif-0.15.0.ebuild
+++ b/dev-python/pillow-heif/pillow-heif-0.15.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DISTUTILS_EXT=1
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{10..12} )
 inherit distutils-r1 pypi
 
 DESCRIPTION="Python interface for libheif library"
@@ -24,10 +24,17 @@ RDEPEND="
 		media-libs/libheif:=
 	)
 	test? (
-		dev-python/pillow[webp,${PYTHON_USEDEP}]
+		dev-python/pillow[jpeg,lcms,webp,zlib,${PYTHON_USEDEP}]
 		media-libs/libheif:=[x265]
 	)
 "
+BDEPEND="
+	test? (
+		dev-python/defusedxml[${PYTHON_USEDEP}]
+		dev-python/numpy[${PYTHON_USEDEP}]
+		media-libs/opencv[python,${PYTHON_USEDEP}]
+	)
+"
 
 PATCHES=( "${FILESDIR}/${P}-respect-cflags.patch" )
 


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pillow-heif/
@ 2024-06-08 13:02 Takuya Wakazono
  0 siblings, 0 replies; 5+ messages in thread
From: Takuya Wakazono @ 2024-06-08 13:02 UTC (permalink / raw
  To: gentoo-commits

commit:     376a93b5e689b3b230bd404d9a587191f27972e3
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Sat Jun  8 12:48:43 2024 +0000
Commit:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Sat Jun  8 13:01:50 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=376a93b5

dev-python/pillow-heif: fix test dependency

Closes: https://bugs.gentoo.org/933782
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 dev-python/pillow-heif/pillow-heif-0.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pillow-heif/pillow-heif-0.15.0.ebuild b/dev-python/pillow-heif/pillow-heif-0.15.0.ebuild
index 05eafe7f4..9b26d02dd 100644
--- a/dev-python/pillow-heif/pillow-heif-0.15.0.ebuild
+++ b/dev-python/pillow-heif/pillow-heif-0.15.0.ebuild
@@ -32,7 +32,7 @@ BDEPEND="
 	test? (
 		dev-python/defusedxml[${PYTHON_USEDEP}]
 		dev-python/numpy[${PYTHON_USEDEP}]
-		media-libs/opencv[python,${PYTHON_USEDEP}]
+		media-libs/opencv[png,python,${PYTHON_USEDEP}]
 	)
 "
 


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pillow-heif/
@ 2024-07-28 15:44 Takuya Wakazono
  0 siblings, 0 replies; 5+ messages in thread
From: Takuya Wakazono @ 2024-07-28 15:44 UTC (permalink / raw
  To: gentoo-commits

commit:     2f3ac3c6e402f5c09d71ec965f0c95f22b42bf8a
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Sun Jul 28 15:40:11 2024 +0000
Commit:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Sun Jul 28 15:40:11 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2f3ac3c6

dev-python/pillow-heif: drop 0.15.0

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

 dev-python/pillow-heif/Manifest                  |  1 -
 dev-python/pillow-heif/pillow-heif-0.15.0.ebuild | 46 ------------------------
 2 files changed, 47 deletions(-)

diff --git a/dev-python/pillow-heif/Manifest b/dev-python/pillow-heif/Manifest
index 192a27965..117a75d04 100644
--- a/dev-python/pillow-heif/Manifest
+++ b/dev-python/pillow-heif/Manifest
@@ -1,2 +1 @@
-DIST pillow_heif-0.15.0.tar.gz 14896461 BLAKE2B 0a92a31542fbd49ef87fe81208f66d9b725ae0c5c4d4194fa737dcf9fbd76898b9132e81cc843da583898d406bbc451c3cd991e6141c6c327f86d4305432fe49 SHA512 1025a987148d1785da02c9ffc19b3ab0ec9e44cafb10ff3cb3231ecb7c3f22c968e5b3583ed0c386a7747333562bf86fdfe4caf21599bc1c2942da6a27363fbb
 DIST pillow_heif-0.18.0.tar.gz 16172675 BLAKE2B 16f52c6dc1d6b63606a9457ab2d2c4990c1b81524d14d4135f571dde7bd72b9dc8624919270ff76b8e52efbeb1420a96be8108015330648852cbc73bd8790cf6 SHA512 dfaccf4f86bcb26bd8b953c5e99835e9a422a7282b659c2bb999396af959c4b439d588b76ba1bcbf4b384580908a8ae6d7c17d8203ffac8b70ff2d4781bb2322

diff --git a/dev-python/pillow-heif/pillow-heif-0.15.0.ebuild b/dev-python/pillow-heif/pillow-heif-0.15.0.ebuild
deleted file mode 100644
index 9b26d02dd..000000000
--- a/dev-python/pillow-heif/pillow-heif-0.15.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 2024 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_{10..12} )
-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:=
-	)
-	test? (
-		dev-python/pillow[jpeg,lcms,webp,zlib,${PYTHON_USEDEP}]
-		media-libs/libheif:=[x265]
-	)
-"
-BDEPEND="
-	test? (
-		dev-python/defusedxml[${PYTHON_USEDEP}]
-		dev-python/numpy[${PYTHON_USEDEP}]
-		media-libs/opencv[png,python,${PYTHON_USEDEP}]
-	)
-"
-
-PATCHES=( "${FILESDIR}/${P}-respect-cflags.patch" )
-
-distutils_enable_tests pytest
-
-src_prepare() {
-	distutils-r1_src_prepare
-	sed -i "s/=get_version()/=\"${PV}\"/" setup.py || die
-}


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pillow-heif/
@ 2024-07-28 15:44 Takuya Wakazono
  0 siblings, 0 replies; 5+ messages in thread
From: Takuya Wakazono @ 2024-07-28 15:44 UTC (permalink / raw
  To: gentoo-commits

commit:     06b6d98c10657ac7b7b91c1d5eebc986e61d8644
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Sun Jul 28 15:40:00 2024 +0000
Commit:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Sun Jul 28 15:40:00 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=06b6d98c

dev-python/pillow-heif: add 0.18.0

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

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

diff --git a/dev-python/pillow-heif/Manifest b/dev-python/pillow-heif/Manifest
index 23bec0d69..192a27965 100644
--- a/dev-python/pillow-heif/Manifest
+++ b/dev-python/pillow-heif/Manifest
@@ -1 +1,2 @@
 DIST pillow_heif-0.15.0.tar.gz 14896461 BLAKE2B 0a92a31542fbd49ef87fe81208f66d9b725ae0c5c4d4194fa737dcf9fbd76898b9132e81cc843da583898d406bbc451c3cd991e6141c6c327f86d4305432fe49 SHA512 1025a987148d1785da02c9ffc19b3ab0ec9e44cafb10ff3cb3231ecb7c3f22c968e5b3583ed0c386a7747333562bf86fdfe4caf21599bc1c2942da6a27363fbb
+DIST pillow_heif-0.18.0.tar.gz 16172675 BLAKE2B 16f52c6dc1d6b63606a9457ab2d2c4990c1b81524d14d4135f571dde7bd72b9dc8624919270ff76b8e52efbeb1420a96be8108015330648852cbc73bd8790cf6 SHA512 dfaccf4f86bcb26bd8b953c5e99835e9a422a7282b659c2bb999396af959c4b439d588b76ba1bcbf4b384580908a8ae6d7c17d8203ffac8b70ff2d4781bb2322

diff --git a/dev-python/pillow-heif/pillow-heif-0.18.0.ebuild b/dev-python/pillow-heif/pillow-heif-0.18.0.ebuild
new file mode 100644
index 000000000..66db57dab
--- /dev/null
+++ b/dev-python/pillow-heif/pillow-heif-0.18.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 2024 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_{10..12} )
+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.17.6:=
+	)
+	test? (
+		dev-python/pillow[jpeg,lcms,webp,zlib,${PYTHON_USEDEP}]
+		media-libs/libheif:=[x265]
+	)
+"
+BDEPEND="
+	test? (
+		dev-python/defusedxml[${PYTHON_USEDEP}]
+		dev-python/numpy[${PYTHON_USEDEP}]
+		media-libs/opencv[png,python,${PYTHON_USEDEP}]
+	)
+"
+
+PATCHES=( "${FILESDIR}/${PN}-0.15.0-respect-cflags.patch" )
+
+distutils_enable_tests pytest


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pillow-heif/
@ 2024-07-28 16:16 Takuya Wakazono
  0 siblings, 0 replies; 5+ messages in thread
From: Takuya Wakazono @ 2024-07-28 16:16 UTC (permalink / raw
  To: gentoo-commits

commit:     457056775afd1a1dc86a6deecd089db88794e9ff
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Sun Jul 28 15:59:11 2024 +0000
Commit:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Sun Jul 28 16:15:50 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=45705677

dev-python/pillow-heif: add missing libheif version specifier

Adding version specifier to this ugly rdep was clearly not a good idea.

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

 dev-python/pillow-heif/pillow-heif-0.18.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pillow-heif/pillow-heif-0.18.0.ebuild b/dev-python/pillow-heif/pillow-heif-0.18.0.ebuild
index 66db57dab..6cb070a18 100644
--- a/dev-python/pillow-heif/pillow-heif-0.18.0.ebuild
+++ b/dev-python/pillow-heif/pillow-heif-0.18.0.ebuild
@@ -25,7 +25,7 @@ RDEPEND="
 	)
 	test? (
 		dev-python/pillow[jpeg,lcms,webp,zlib,${PYTHON_USEDEP}]
-		media-libs/libheif:=[x265]
+		>=media-libs/libheif-1.17.6:=[x265]
 	)
 "
 BDEPEND="


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

end of thread, other threads:[~2024-07-28 16:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-28 16:16 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pillow-heif/ Takuya Wakazono
  -- strict thread matches above, loose matches on Subject: below --
2024-07-28 15:44 Takuya Wakazono
2024-07-28 15:44 Takuya Wakazono
2024-06-08 13:02 Takuya Wakazono
2024-06-06 15:44 Takuya Wakazono

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox