dev-python/imagesize: Bump to 2.0.1

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-08-25 06:21:26 +02:00
parent 6c456cbafa
commit 7bcf8c5f9a
2 changed files with 28 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST imagesize-2.0.0.tar.gz 1773045 BLAKE2B c0a90f7fc4e84f4c147f79ac17fff44bcd33d1de755a35f2c1fa1c0886c1d50703d783940361cee61062dd8b2572c5b4fd6f1e22c892709f6d6ef5e62ec99159 SHA512 55aa54194190bf7a0182237698d3ad36ba2e390f90c3ee35ad76fca808b08e1a794df10c3d8cac18e3c42f97c911cd5bb758458eb6efdf9b626e0d5946c1427c
DIST imagesize-2.0.1.tar.gz 1883774 BLAKE2B 8ba3b8ca5e892d98cbbed117668dddbe752549c7a373e3800fe24197be7b122dd3bb2449dae6112332e2a8280e8a864223d13d99fd8de1f75cd9b4a6251e77f7 SHA512 7a518e6c7b0b36169cc62b5467283ccd02d68537e6572fe6dd37a9ab3f368834dec58f6a25e94ed60fdb6549b26fa454e49ad34738fce2c7d201ae5b4f3e2b63

View File

@@ -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_{12..15} )
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
)