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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 538E0138350 for ; Mon, 4 May 2020 10:57:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 925C3E09A8; Mon, 4 May 2020 10:57:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 74A44E09A8 for ; Mon, 4 May 2020 10:57:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2E3FB34F50E for ; Mon, 4 May 2020 10:57:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA11E200 for ; Mon, 4 May 2020 10:56:58 +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: <1588589755.762c4ff1eefb1ca334e368e7ad04e79ad355e6aa.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.4.1.ebuild X-VCS-Directories: dev-python/easy-thumbnails/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 762c4ff1eefb1ca334e368e7ad04e79ad355e6aa X-VCS-Branch: master Date: Mon, 4 May 2020 10:56:58 +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: db44172e-1ea2-4a4f-96c1-8bc37be93632 X-Archives-Hash: 2988b868446d84e63d7273a97175acdf commit: 762c4ff1eefb1ca334e368e7ad04e79ad355e6aa Author: Michał Górny gentoo org> AuthorDate: Mon May 4 10:55:55 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon May 4 10:55:55 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=762c4ff1 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.4.1.ebuild | 26 ---------------------- 2 files changed, 27 deletions(-) diff --git a/dev-python/easy-thumbnails/Manifest b/dev-python/easy-thumbnails/Manifest index 1908784d1f7..2a8c9562dec 100644 --- a/dev-python/easy-thumbnails/Manifest +++ b/dev-python/easy-thumbnails/Manifest @@ -1,2 +1 @@ -DIST easy-thumbnails-2.4.1.tar.gz 74236 BLAKE2B 2b148ec32aacef82414c31b46d30cb77980ca44bf6ceafff73511a3da06fd6c8ca78c6cae8778b7a7f4b03810ae0702d3800e8fe204cdd24f6a64e24d168a4dc SHA512 455dc483fd590a35aa931513f2e07c059a1f33147db641adf120cab9fe56a5c251beede4ebcfe2d2dcff095a06a5552eb06c6b4a371bbac922b0006f62c2e9d8 DIST easy-thumbnails-2.7.tar.gz 66841 BLAKE2B e46d65fadb2aed17d6f3808916033b14b7c7ce5387afd8058fa623d9bfde6dc91de16703773a5a015ad3c4d3aa6020fe3d9bfbd3e3a38593877ffd03101d8d3c SHA512 614ed1e7f7cffa3e78fa75b43c14b014244439decf9f192814a5871b06caab4cf92ce6e35aa3a363b56480eef9490872a0b28f217f9293ad7b11d7499e49e3fa diff --git a/dev-python/easy-thumbnails/easy-thumbnails-2.4.1.ebuild b/dev-python/easy-thumbnails/easy-thumbnails-2.4.1.ebuild deleted file mode 100644 index bc57aa918ac..00000000000 --- a/dev-python/easy-thumbnails/easy-thumbnails-2.4.1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -PYTHON_COMPAT=( python3_6 ) - -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="" - -RDEPEND=" - >=dev-python/django-1.4.2[${PYTHON_USEDEP}] -" - -DEPEND=" - ${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] -"