commit: 52fa65274298197321134740ac1821ffea10b381
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 3 05:29:43 2026 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Mar 3 05:58:12 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52fa6527
dev-python/imagesize: Bump to 1.5.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/imagesize/Manifest | 1 +
dev-python/imagesize/imagesize-1.5.0.ebuild | 27 +++++++++++++++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/dev-python/imagesize/Manifest b/dev-python/imagesize/Manifest
index 42b869645aa2..082c6aa7311e 100644
--- a/dev-python/imagesize/Manifest
+++ b/dev-python/imagesize/Manifest
@@ -1 +1,2 @@
DIST imagesize-1.4.1.tar.gz 1280026 BLAKE2B
9293f56277e40a1ad74a96b2857e46535fd5bd320ab7dee48432762206f29b4f78e64d8713e19ea26c3f405ab6905ded3b04273d04e781f512e981bfe83e3f8c
SHA512
f191d7fe34a01ab21b0f4f6519df8ab2a53c1ca54956f4d825d9cec5bd5f4c569491bdc26cb36fcaad2c453c35e51f69379f091362e206453aaefbda4802daa4
+DIST imagesize-1.5.0.tar.gz 1281127 BLAKE2B
bb1532b9a22c20e1441ce8cf74df8ae8a2a7a686ca91a852d10dbb17592801a77806d976fa2fee022c6c18c149860087d8419556c4268f2bbb3cf3b2225958ec
SHA512
7834670b8e3aa1b81feb0041cf15af445f89c504175dce0257d67524f71841040d32e7fb9a657984ffdc9b947c7b3376b51cf3b33953c515650481f1ed62bf4e
diff --git a/dev-python/imagesize/imagesize-1.5.0.ebuild
b/dev-python/imagesize/imagesize-1.5.0.ebuild
new file mode 100644
index 000000000000..22728d95f79e
--- /dev/null
+++ b/dev-python/imagesize/imagesize-1.5.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Pure Python module for getting image size from
png/jpeg/jpeg2000/gif files"
+HOMEPAGE="
+ https://github.com/shibukawa/imagesize_py/
+ https://pypi.org/project/imagesize/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64
~riscv ~s390 ~sparc ~x86 ~x64-solaris"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+ # requires Internet
+ test/test_get_filelike.py::test_get_filelike
+)