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/djangorestframework/
Date: Sat, 30 Jan 2021 15:36:56
Message-Id: 1612020724.92f7dab687fab03cb9056f19bccf0974c70c5947.conikost@gentoo
1 commit: 92f7dab687fab03cb9056f19bccf0974c70c5947
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 30 15:32:04 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 30 15:32:04 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92f7dab6
7
8 dev-python/djangorestframework: drop old version
9
10 Bug: https://bugs.gentoo.org/745933
11 Package-Manager: Portage-3.0.14, Repoman-3.0.2
12 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
13
14 dev-python/djangorestframework/Manifest | 1 -
15 .../djangorestframework-3.11.1.ebuild | 19 -------------------
16 2 files changed, 20 deletions(-)
17
18 diff --git a/dev-python/djangorestframework/Manifest b/dev-python/djangorestframework/Manifest
19 index e5199ea4069..c2e51fa366e 100644
20 --- a/dev-python/djangorestframework/Manifest
21 +++ b/dev-python/djangorestframework/Manifest
22 @@ -1,2 +1 @@
23 -DIST djangorestframework-3.11.1.tar.gz 804357 BLAKE2B e069b7ccf60d124281f37e5533dcd28b9f4402ab7b875ff62d3c0aed72060d0ee40c5905f09225367da91a812b3be1d4bec47343b9643380c4f583ee70d8ea98 SHA512 3063441f965a98c2bdd8279d3fc300d45af032094590b097cfe31a28fdaaf1772391ae023d5229537c1f6e7ff01405e604123bf9c665cd902a26e1cf94a8785f
24 DIST djangorestframework-3.12.2.tar.gz 842597 BLAKE2B f450d55ade3d9d2d21bedba50c8dd6437bde383f6b30a2987a1a4fd224b6a72a03fdaf878ce72f02c2791fe2ebee02f3d9e0915d979e4f70e2f0cb9615d4a299 SHA512 d3a43212a4fb2caec27f815af0c52f3c0d2c9933febfea246429b24640b3cf23668640a4c3ddb3e3453e74a904a2b439443bb01cf24b664d19e896c353f2cba3
25
26 diff --git a/dev-python/djangorestframework/djangorestframework-3.11.1.ebuild b/dev-python/djangorestframework/djangorestframework-3.11.1.ebuild
27 deleted file mode 100644
28 index def354feb67..00000000000
29 --- a/dev-python/djangorestframework/djangorestframework-3.11.1.ebuild
30 +++ /dev/null
31 @@ -1,19 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -PYTHON_COMPAT=( python3_{6,7,8} )
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Web APIs with django made easy"
41 -HOMEPAGE="https://www.django-rest-framework.org"
42 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 -
44 -LICENSE="BSD"
45 -SLOT="0"
46 -KEYWORDS="~amd64"
47 -
48 -RDEPEND=">=dev-python/django-1.11[${PYTHON_USEDEP}]"
49 -DEPEND="${RDEPEND}
50 -dev-python/setuptools[${PYTHON_USEDEP}]"