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 98739138351 for ; Thu, 26 Mar 2020 20:52:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D43F7E0DDE; Thu, 26 Mar 2020 20:52:58 +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 BAE11E0DDE for ; Thu, 26 Mar 2020 20:52:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 DC95B34EDD9 for ; Thu, 26 Mar 2020 20:52:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D71C4197 for ; Thu, 26 Mar 2020 20:52:54 +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: <1585255244.4c8be87bfcc8ac7ef795d9afac129ab78ad4cef8.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django-cacheops/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/django-cacheops/Manifest dev-python/django-cacheops/django-cacheops-4.1.ebuild X-VCS-Directories: dev-python/django-cacheops/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4c8be87bfcc8ac7ef795d9afac129ab78ad4cef8 X-VCS-Branch: master Date: Thu, 26 Mar 2020 20:52:54 +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: c3020f5e-21c5-4217-b43b-f7eb9c4eac11 X-Archives-Hash: 61a5e3e7d269de694470e88e75a155b3 commit: 4c8be87bfcc8ac7ef795d9afac129ab78ad4cef8 Author: Michał Górny gentoo org> AuthorDate: Thu Mar 26 20:40:44 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Mar 26 20:40:44 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c8be87b dev-python/django-cacheops: Remove redundant versions Signed-off-by: Michał Górny gentoo.org> dev-python/django-cacheops/Manifest | 1 - .../django-cacheops/django-cacheops-4.1.ebuild | 21 --------------------- 2 files changed, 22 deletions(-) diff --git a/dev-python/django-cacheops/Manifest b/dev-python/django-cacheops/Manifest index 8cfb1cae89e..0a004a7eddb 100644 --- a/dev-python/django-cacheops/Manifest +++ b/dev-python/django-cacheops/Manifest @@ -1,2 +1 @@ -DIST django-cacheops-4.1.tar.gz 53766 BLAKE2B f74fa8b93700fa930f31e8db83b161c48eb520894d3e2072bf50ca4e18b20a8563438ac95ef5920a1371b3215a0d3b7c2a216a9d1f040cc51f4d468da438a966 SHA512 ea66f0744d9b0e3b03e92ee7083c17150c050a992e25159c50f766898d7ab9e2bcb0432db135abcc2dac0358aaaa7d2e86a8216ddf9afcdbb6c7400c3844ac02 DIST django-cacheops-4.2.tar.gz 50240 BLAKE2B 87ef35097f3c521ac21e614adf3b05d871b562d2a463921ba70ce3f7f4a4f7c1b6966e27077dd95016f10649cc1127fe1f7f65bd6353f86cc4395c59d20ea60e SHA512 8caa9b9ffed45bbc6039cb14ce311f714160aca2111408ae1505bbd78d0b8b4057e9414994bd0d0c1334392e83b4c27ca59e0ac1db01e3a56c409f2806bdaa27 diff --git a/dev-python/django-cacheops/django-cacheops-4.1.ebuild b/dev-python/django-cacheops/django-cacheops-4.1.ebuild deleted file mode 100644 index b3307f6ba05..00000000000 --- a/dev-python/django-cacheops/django-cacheops-4.1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_6 ) -inherit distutils-r1 - -DESCRIPTION="ORM cache with automatic granular event-driven invalidation for Django" -HOMEPAGE="https://github.com/Suor/django-cacheops" -SRC_URI="mirror://pypi/${PN:0:1}"/${PN}/${P}.tar.gz - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" - -DEPEND=">=dev-python/django-1.8[${PYTHON_USEDEP}] - >=dev-python/redis-py-2.9.1[${PYTHON_USEDEP}] - >=dev-python/funcy-1.8[${PYTHON_USEDEP}] - >=dev-python/six-1.4.0[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND}"