public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/imagesize/
Date: Sat,  2 Jul 2022 04:47:01 +0000 (UTC)	[thread overview]
Message-ID: <1656737214.26ccbfeeacbdb2057f0063382185ee1c87de1455.mgorny@gentoo> (raw)

commit:     26ccbfeeacbdb2057f0063382185ee1c87de1455
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  2 03:51:29 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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
+)


             reply	other threads:[~2022-07-02  4:47 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-02  4:47 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-17 18:40 [gentoo-commits] repo/gentoo:master commit in: dev-python/imagesize/ Michał Górny
2023-05-26 20:46 Arthur Zamarin
2022-08-02 19:05 Michał Górny
2022-08-02 17:11 Arthur Zamarin
2022-06-16  9:23 Michał Górny
2022-06-16  9:10 Jakov Smolić
2022-05-14 12:05 Arthur Zamarin
2022-05-14 12:05 Arthur Zamarin
2021-12-10 17:12 Arthur Zamarin
2021-12-10 11:27 Arthur Zamarin
2021-11-10  7:32 Michał Górny
2021-09-25 21:27 James Le Cuirot
2021-05-18 13:02 Michał Górny
2021-05-18 13:02 Michał Górny
2020-12-16 19:33 Michał Górny
2020-12-16 18:05 Sam James
2020-12-16 11:30 Michał Górny
2020-11-14  0:20 Louis Sautier
2020-08-02  8:26 Michał Górny
2020-05-31 16:33 Michał Górny
2020-01-26 17:21 Michał Górny
2019-12-29 21:17 Sergei Trofimovich
2019-12-24 14:21 Mikle Kolyada
2019-12-15 13:59 Agostino Sarubbo
2019-12-15 13:53 Agostino Sarubbo
2019-12-15 13:36 Sergei Trofimovich
2019-12-15 11:38 Agostino Sarubbo
2019-12-02  2:48 Aaron Bauman
2019-11-30  8:28 Michał Górny
2019-11-30  8:28 Michał Górny
2018-08-18  3:03 Mikle Kolyada
2018-07-15  0:47 Louis Sautier
2018-07-15  0:47 Louis Sautier
2018-03-27 23:15 Matt Turner
2018-02-21 20:18 Michał Górny
2017-12-16 21:22 Mike Gilbert
2017-09-12  9:13 Fabian Groffen
2017-08-13 13:03 Sergei Trofimovich
2017-08-13 11:16 Sergei Trofimovich
2017-07-29 20:38 Matt Thode
2017-07-29 20:38 Matt Thode
2017-07-18  8:25 Sergei Trofimovich
2017-07-15 16:22 Tobias Klausmann
2017-07-01 10:14 Sergei Trofimovich
2017-05-11 19:34 Markus Meier
2017-02-19  8:29 Markus Meier
2017-02-05 13:19 Jeroen Roovers
2017-01-10 21:04 Tobias Klausmann
2017-01-09 20:15 David Seifert
2016-04-23  8:58 Dirkjan Ochtman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1656737214.26ccbfeeacbdb2057f0063382185ee1c87de1455.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox