From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A42A4159C9B for ; Sun, 28 Jul 2024 15:44:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB9952BC035; Sun, 28 Jul 2024 15:44:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CE92C2BC035 for ; Sun, 28 Jul 2024 15:44:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E008F342F92 for ; Sun, 28 Jul 2024 15:44:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 553A91DC9 for ; Sun, 28 Jul 2024 15:44:52 +0000 (UTC) From: "Takuya Wakazono" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Takuya Wakazono" Message-ID: <1722181200.06b6d98c10657ac7b7b91c1d5eebc986e61d8644.pastalian46@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pillow-heif/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pillow-heif/Manifest dev-python/pillow-heif/pillow-heif-0.18.0.ebuild X-VCS-Directories: dev-python/pillow-heif/ X-VCS-Committer: pastalian46 X-VCS-Committer-Name: Takuya Wakazono X-VCS-Revision: 06b6d98c10657ac7b7b91c1d5eebc986e61d8644 X-VCS-Branch: dev Date: Sun, 28 Jul 2024 15:44:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 83c231d2-637a-4d80-8912-c101741fe1da X-Archives-Hash: 93750ee6b19756cdfc5a44a71e3191d3 commit: 06b6d98c10657ac7b7b91c1d5eebc986e61d8644 Author: Takuya Wakazono gmail com> AuthorDate: Sun Jul 28 15:40:00 2024 +0000 Commit: Takuya Wakazono gmail 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 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