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 8F8D2158094 for ; Sat, 2 Jul 2022 04:47:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E3B8E0A9C; Sat, 2 Jul 2022 04:47:19 +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 C13B1E0A9C for ; Sat, 2 Jul 2022 04:47:18 +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 1FAE73417D2 for ; Sat, 2 Jul 2022 04:47:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B40C152D for ; Sat, 2 Jul 2022 04:47:01 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1656737214.26ccbfeeacbdb2057f0063382185ee1c87de1455.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/imagesize/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/imagesize/Manifest dev-python/imagesize/imagesize-1.4.1.ebuild X-VCS-Directories: dev-python/imagesize/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 26ccbfeeacbdb2057f0063382185ee1c87de1455 X-VCS-Branch: master Date: Sat, 2 Jul 2022 04:47:01 +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: c133c2a2-5175-4e7e-8bd0-6b69dc2f49a0 X-Archives-Hash: e6537249282ba9703d068ae4fd06b9a4 commit: 26ccbfeeacbdb2057f0063382185ee1c87de1455 Author: Michał Górny gentoo org> AuthorDate: Sat Jul 2 03:51:29 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jul 2 04:46:54 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26ccbfee dev-python/imagesize: Bump to 1.4.1 Signed-off-by: Michał Górny gentoo.org> dev-python/imagesize/Manifest | 1 + dev-python/imagesize/imagesize-1.4.1.ebuild | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/dev-python/imagesize/Manifest b/dev-python/imagesize/Manifest index 71e78e0de0a7..5fd0680db284 100644 --- a/dev-python/imagesize/Manifest +++ b/dev-python/imagesize/Manifest @@ -1 +1,2 @@ DIST imagesize-1.3.0.tar.gz 1279535 BLAKE2B 926b90ad493b790db41941467dd2dd0385f86064fc1ce9547670a52f925965effc9b8b7f61057158a4452cac2223b65dbfaecc34a19ddaf52067a9057560b56a SHA512 3686e513f03cc16f5237ca206cd1bf131eea968015ee4906f620ab1c8932ed24d19881807225a02fa319d0465da4b01851ec0bd0a47146ef914053185bc0c755 +DIST imagesize-1.4.1.tar.gz 1280026 BLAKE2B 9293f56277e40a1ad74a96b2857e46535fd5bd320ab7dee48432762206f29b4f78e64d8713e19ea26c3f405ab6905ded3b04273d04e781f512e981bfe83e3f8c SHA512 f191d7fe34a01ab21b0f4f6519df8ab2a53c1ca54956f4d825d9cec5bd5f4c569491bdc26cb36fcaad2c453c35e51f69379f091362e206453aaefbda4802daa4 diff --git a/dev-python/imagesize/imagesize-1.4.1.ebuild b/dev-python/imagesize/imagesize-1.4.1.ebuild new file mode 100644 index 000000000000..02d40a1da3d4 --- /dev/null +++ b/dev-python/imagesize/imagesize-1.4.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..11} pypy3 ) + +inherit distutils-r1 + +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/ +" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-solaris" + +distutils_enable_tests pytest + +EPYTEST_DESELECT=( + # requires Internet + test/test_get_filelike.py::test_get_filelike +)