public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/easy-thumbnails/
Date: Wed,  3 Aug 2022 17:30:30 +0000 (UTC)	[thread overview]
Message-ID: <1659547652.778da6ceefaa81a8a2ed7c1534db0bb49db69976.arthurzam@gentoo> (raw)

commit:     778da6ceefaa81a8a2ed7c1534db0bb49db69976
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  3 16:25:51 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Aug  3 17:27:32 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=778da6ce

dev-python/easy-thumbnails: add 2.8.3

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/easy-thumbnails/Manifest                |  1 +
 .../easy-thumbnails/easy-thumbnails-2.8.3.ebuild   | 46 ++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/dev-python/easy-thumbnails/Manifest b/dev-python/easy-thumbnails/Manifest
index bf862b6870c6..9a4d91fab958 100644
--- a/dev-python/easy-thumbnails/Manifest
+++ b/dev-python/easy-thumbnails/Manifest
@@ -1,2 +1,3 @@
 DIST easy-thumbnails-2.8.1.tar.gz 76527 BLAKE2B 1db0b229c90546e162d9691c768d09133218604cb27a4472b017d286f776e2898be232f3b0750e8b833a2746111d22da732c981a8a72986611b0fcf8c0f41ad9 SHA512 26ab9d41d7fa6adbec1cf78b92371e70bf44d20bf2f164016551d6d1bcbcbb190550ecbd8f177e83f3ee677fb3d921e0a411b49fe4d85202b70b6f441d43d247
 DIST easy-thumbnails-2.8.2.tar.gz 77482 BLAKE2B 5331c4ba9c729f70455dfa321c0027bfd6fbaa0c4d439d44789cb95d011b550ec4999eafe552c41dd4ea9657f5e4394322f50d8ddb30d5e2736a70e86ffa24e1 SHA512 1399a27300cb8bfb3ad74e2c3f2b52dd767913e3a1cf095374a4d1b8fdf2da8dd75d4ec8033e2fb9151ab680ec8439d90a778c6da7ef57d918a43c702299f216
+DIST easy-thumbnails-2.8.3.tar.gz 76935 BLAKE2B 33cbbd80e322ac9e417a4e06001c9f2429cb51d1812b65eb70c0f96b1906b474c36593290493cff1e4c6b7c1b0c8097cc2f05f4a2c8d61097dbc4e3d2c12a13a SHA512 953f7eea9ec99213439a8f645c1b70618f7655d2ee417596d6dc9e6eeb797fdb4b87fe7380098dc4682934759acbd6f63cd44b19b3fed5ded5b86eea0bdcd0d4

diff --git a/dev-python/easy-thumbnails/easy-thumbnails-2.8.3.ebuild b/dev-python/easy-thumbnails/easy-thumbnails-2.8.3.ebuild
new file mode 100644
index 000000000000..78a731d7c2a0
--- /dev/null
+++ b/dev-python/easy-thumbnails/easy-thumbnails-2.8.3.ebuild
@@ -0,0 +1,46 @@
+# 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..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Easy thumbnails for Django"
+HOMEPAGE="
+	https://pypi.org/project/easy-thumbnails/
+	https://github.com/SmileyChris/easy-thumbnails/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE="svg test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	>=dev-python/django-2.2[${PYTHON_USEDEP}]
+	dev-python/pillow[${PYTHON_USEDEP}]
+	svg? (
+		dev-python/reportlab[${PYTHON_USEDEP}]
+		dev-python/svglib[${PYTHON_USEDEP}]
+	)
+"
+BDEPEND="
+	test? (
+		$(python_gen_impl_dep sqlite)
+		${RDEPEND}
+		dev-python/reportlab[${PYTHON_USEDEP}]
+		dev-python/svglib[${PYTHON_USEDEP}]
+		dev-python/testfixtures[${PYTHON_USEDEP}]
+	)
+"
+
+python_test() {
+	local -x DJANGO_SETTINGS_MODULE=easy_thumbnails.tests.settings
+	local -x PYTHONPATH="${S}"
+	django-admin test -v 2 || die "Tests failed with ${EPYTHON}"
+}


             reply	other threads:[~2022-08-03 17:30 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-03 17:30 Arthur Zamarin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-13  3:12 [gentoo-commits] repo/gentoo:master commit in: dev-python/easy-thumbnails/ Michał Górny
2024-09-13  3:12 Michał Górny
2024-07-28  5:25 Michał Górny
2023-07-23 15:29 Michał Górny
2023-03-17 15:21 Michał Górny
2023-01-10  6:21 Michał Górny
2022-12-20  8:07 Michał Górny
2022-12-20  8:07 Michał Górny
2022-11-14  4:36 Michał Górny
2022-11-14  4:36 Michał Górny
2022-08-01 11:07 Michał Górny
2022-05-16 13:18 Michał Górny
2022-01-20  6:26 Arthur Zamarin
2021-11-14  8:46 Michał Górny
2021-11-04  6:03 Arthur Zamarin
2021-10-17 21:15 Michał Górny
2021-10-17  7:41 Michał Górny
2021-09-14  5:51 Arthur Zamarin
2021-09-14  5:20 Arthur Zamarin
2021-09-14  5:20 Arthur Zamarin
2020-11-23 17:05 Michał Górny
2020-05-18 11:15 Michał Górny
2020-05-04 10:56 Michał Górny
2020-04-21 20:01 Michał Górny
2020-04-21 20:01 Michał Górny
2019-12-27 18:52 David Seifert
2017-06-14 11:43 Pacho Ramos
2017-05-23 10:43 Slawek Lis
2017-04-26 15:26 Michał Górny
2016-11-29 12:05 Slawek Lis
2015-11-05 13:32 Slawek Lis

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=1659547652.778da6ceefaa81a8a2ed7c1534db0bb49db69976.arthurzam@gentoo \
    --to=arthurzam@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