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 78FE5158091 for ; Mon, 16 May 2022 13:18:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BDDEAE0965; Mon, 16 May 2022 13:18:35 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 A6697E0964 for ; Mon, 16 May 2022 13:18:35 +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 E88723415DF for ; Mon, 16 May 2022 13:18:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 82039471 for ; Mon, 16 May 2022 13:18:32 +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: <1652707075.648f957fb0c1d0d42feb60ec60d5ab7ea03b67d5.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/easy-thumbnails/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/easy-thumbnails/Manifest dev-python/easy-thumbnails/easy-thumbnails-2.8.ebuild X-VCS-Directories: dev-python/easy-thumbnails/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 648f957fb0c1d0d42feb60ec60d5ab7ea03b67d5 X-VCS-Branch: master Date: Mon, 16 May 2022 13:18:32 +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: 561dbe4e-3359-46bf-8237-867c8a14e73a X-Archives-Hash: 917fa114ab82fc1ecab74ee5a30af81d commit: 648f957fb0c1d0d42feb60ec60d5ab7ea03b67d5 Author: Michał Górny gentoo org> AuthorDate: Mon May 16 13:17:55 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon May 16 13:17:55 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=648f957f dev-python/easy-thumbnails: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/easy-thumbnails/Manifest | 1 - .../easy-thumbnails/easy-thumbnails-2.8.ebuild | 37 ---------------------- 2 files changed, 38 deletions(-) diff --git a/dev-python/easy-thumbnails/Manifest b/dev-python/easy-thumbnails/Manifest index 8352fd73185c..9937011e7d12 100644 --- a/dev-python/easy-thumbnails/Manifest +++ b/dev-python/easy-thumbnails/Manifest @@ -1,2 +1 @@ DIST easy-thumbnails-2.8.1.tar.gz 76527 BLAKE2B 1db0b229c90546e162d9691c768d09133218604cb27a4472b017d286f776e2898be232f3b0750e8b833a2746111d22da732c981a8a72986611b0fcf8c0f41ad9 SHA512 26ab9d41d7fa6adbec1cf78b92371e70bf44d20bf2f164016551d6d1bcbcbb190550ecbd8f177e83f3ee677fb3d921e0a411b49fe4d85202b70b6f441d43d247 -DIST easy-thumbnails-2.8.tar.gz 77729 BLAKE2B 6e205acc0af9f962f08eb6ec61eeae38f7a90b7b87cdec9e111b877b3fbbe051e1cf7c2b212ffdd41e79e4ffd9f205a783f1fc13010f7cf737fe640e8b974003 SHA512 69f4805b7331236ed37ade1098f0aa6ef92c6664e84e09073efc4c8d761ac548540058cc4dde7f0bab362b7b3a372bd46119a053df9838821f62641baf6c39b8 diff --git a/dev-python/easy-thumbnails/easy-thumbnails-2.8.ebuild b/dev-python/easy-thumbnails/easy-thumbnails-2.8.ebuild deleted file mode 100644 index f520e1f3eccd..000000000000 --- a/dev-python/easy-thumbnails/easy-thumbnails-2.8.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} ) -inherit distutils-r1 - -DESCRIPTION="Easy thumbnails for Django" -HOMEPAGE="https://pypi.org/project/easy-thumbnails/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -KEYWORDS="~amd64 ~x86" -SLOT="0" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=dev-python/django-2.2[${PYTHON_USEDEP}] - dev-python/pillow[${PYTHON_USEDEP}] - dev-python/reportlab[${PYTHON_USEDEP}] - dev-python/svglib[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - $(python_gen_impl_dep sqlite) - ${RDEPEND} - 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}" -}