Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django-cacheops/
Date: Sat, 30 Jan 2021 20:27:19
Message-Id: 1612038391.3048da9627af31ea68f0c0bf5f26c04c28cbc894.conikost@gentoo
1 commit: 3048da9627af31ea68f0c0bf5f26c04c28cbc894
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 30 19:24:31 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 30 20:26:31 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3048da96
7
8 dev-python/django-cacheops: drop old version
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
11 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
12
13 dev-python/django-cacheops/Manifest | 1 -
14 .../django-cacheops/django-cacheops-4.2.ebuild | 21 ---------------------
15 2 files changed, 22 deletions(-)
16
17 diff --git a/dev-python/django-cacheops/Manifest b/dev-python/django-cacheops/Manifest
18 index d000cc96814..23223cae2c2 100644
19 --- a/dev-python/django-cacheops/Manifest
20 +++ b/dev-python/django-cacheops/Manifest
21 @@ -1,2 +1 @@
22 -DIST django-cacheops-4.2.tar.gz 50240 BLAKE2B 87ef35097f3c521ac21e614adf3b05d871b562d2a463921ba70ce3f7f4a4f7c1b6966e27077dd95016f10649cc1127fe1f7f65bd6353f86cc4395c59d20ea60e SHA512 8caa9b9ffed45bbc6039cb14ce311f714160aca2111408ae1505bbd78d0b8b4057e9414994bd0d0c1334392e83b4c27ca59e0ac1db01e3a56c409f2806bdaa27
23 DIST django-cacheops-5.1.tar.gz 67776 BLAKE2B d89ac7aeccecdb69e02e03a46c9d4250439319a840f4902a51909c762cdcb8b422c2b2be2921ac256cf4a3d3248782ece0378c19b99109038b2f4e2262c57bcd SHA512 c7c5b284af4a7ec4faf88613de8eaf2bee298208ef13efbb4bb337c1e71817f36afe51ae4cbfa566a999e2dcf1361f84684189d9748a08de32675820f8b9c91b
24
25 diff --git a/dev-python/django-cacheops/django-cacheops-4.2.ebuild b/dev-python/django-cacheops/django-cacheops-4.2.ebuild
26 deleted file mode 100644
27 index d2ceef319c8..00000000000
28 --- a/dev-python/django-cacheops/django-cacheops-4.2.ebuild
29 +++ /dev/null
30 @@ -1,21 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -PYTHON_COMPAT=( python3_6 python3_7 )
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="ORM cache with automatic granular event-driven invalidation for Django"
40 -HOMEPAGE="https://github.com/Suor/django-cacheops"
41 -SRC_URI="mirror://pypi/${PN:0:1}"/${PN}/${P}.tar.gz
42 -
43 -LICENSE="BSD"
44 -SLOT="0"
45 -KEYWORDS="~amd64"
46 -
47 -DEPEND=">=dev-python/django-1.8[${PYTHON_USEDEP}]
48 - >=dev-python/redis-py-2.9.1[${PYTHON_USEDEP}]
49 - >=dev-python/funcy-1.8[${PYTHON_USEDEP}]
50 - >=dev-python/six-1.4.0[${PYTHON_USEDEP}]"
51 -RDEPEND="${DEPEND}"