Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django-filter/
Date: Sun, 17 Oct 2021 07:41:59
Message-Id: 1634456497.d3cf0c291f8ea5997662b2d4fe79c54c0c45ed61.mgorny@gentoo
1 commit: d3cf0c291f8ea5997662b2d4fe79c54c0c45ed61
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 17 07:38:06 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 17 07:41:37 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3cf0c29
7
8 dev-python/django-filter: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/django-filter/Manifest | 1 -
13 dev-python/django-filter/django-filter-2.4.0.ebuild | 21 ---------------------
14 2 files changed, 22 deletions(-)
15
16 diff --git a/dev-python/django-filter/Manifest b/dev-python/django-filter/Manifest
17 index 1a587dada8f..7f132fefbd4 100644
18 --- a/dev-python/django-filter/Manifest
19 +++ b/dev-python/django-filter/Manifest
20 @@ -1,2 +1 @@
21 -DIST django-filter-2.4.0.tar.gz 146904 BLAKE2B 994b07c0f5e511451964f4f1e007ff9906975600d0bc8a02dcbeb86f91bf906490ca394ca95c23c57c1fff25a447f50a40054c0abfe385300f9db87645753978 SHA512 0584222b46add89aa7dd1dfd334fdd19903e0119d455a2c46644c501a66df224f9f51c33394d130bcd1fc0f28c6ede6d6853b9790430040ec7228f9a1dc55264
22 DIST django-filter-21.1.tar.gz 154188 BLAKE2B f0ae3119a1dfa466e6630f7da44db1531172991b137fe9420ed533a7b3d4177f689f07fed115566854bd40e5e23f4e9f2f73be32188af2c067a81a95fbccc5a3 SHA512 df2b02bfa93874d9684a26394778203b827c6459ab8cc8c581677e6ccfeedf1323085f53fb52cfc3e0e0a3d27f86de655366bcd4be361502ce86e65b4a4e84d0
23
24 diff --git a/dev-python/django-filter/django-filter-2.4.0.ebuild b/dev-python/django-filter/django-filter-2.4.0.ebuild
25 deleted file mode 100644
26 index d79fbac04dc..00000000000
27 --- a/dev-python/django-filter/django-filter-2.4.0.ebuild
28 +++ /dev/null
29 @@ -1,21 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -PYTHON_COMPAT=( python3_{7..9} )
36 -inherit distutils-r1
37 -
38 -DESCRIPTION="Django app allowing declarative dynamic QuerySet filtering from URL parameters"
39 -HOMEPAGE="https://github.com/carltongibson/django-filter"
40 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
41 -
42 -LICENSE="BSD"
43 -SLOT="0"
44 -KEYWORDS="~amd64"
45 -RESTRICT="test"
46 -
47 -RDEPEND=">=dev-python/django-1.11[${PYTHON_USEDEP}]"
48 -DEPEND="${RDEPEND}"
49 -
50 -distutils_enable_tests pytest