Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/dj-database-url/
Date: Tue, 30 Aug 2022 17:03:10
Message-Id: 1661878875.75c01ba80274f807c6cbb81ee68afdb2417a1eaa.arthurzam@gentoo
1 commit: 75c01ba80274f807c6cbb81ee68afdb2417a1eaa
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 30 17:01:15 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 30 17:01:15 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75c01ba8
7
8 dev-python/dj-database-url: drop 0.5.0-r1
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/dj-database-url/Manifest | 1 -
13 .../dj-database-url-0.5.0-r1.ebuild | 25 ----------------------
14 2 files changed, 26 deletions(-)
15
16 diff --git a/dev-python/dj-database-url/Manifest b/dev-python/dj-database-url/Manifest
17 index 387468a09755..8b45c451405d 100644
18 --- a/dev-python/dj-database-url/Manifest
19 +++ b/dev-python/dj-database-url/Manifest
20 @@ -1,2 +1 @@
21 -DIST dj-database-url-0.5.0.gh.tar.gz 6309 BLAKE2B 72647f8651d595b4020161b15364836b8483bf8a12ec72e434bc9d0583878ee9f4e4c76110581f285adddac3e7c2d7bc071f720a7fde91c84c3ea53b6c979300 SHA512 541d5177bff0fcc21372d2d9dc699ba11de1b1cabf10d61fb9f1e844a6dd4d46df5c7fdb6ccb4505cf984e41d7a2ae4e3af5e7d05072b0ed6982499eac5aac66
22 DIST dj-database-url-1.0.0.gh.tar.gz 11355 BLAKE2B 9ea50eb2646367333556133020a59f332cb69e05fb392f328558f77cb03ffa968cf62241f3823e28600799a1399ac1335b90477a26a4931b0df7b695b502e9be SHA512 35ca0c05910812e10bf63b061afb434ac7c562e3d994b6e452250fe4ec95983fe8353aec0df9c7638a990684e612863ddada5be48485a1db3120e110f6d0fa94
23
24 diff --git a/dev-python/dj-database-url/dj-database-url-0.5.0-r1.ebuild b/dev-python/dj-database-url/dj-database-url-0.5.0-r1.ebuild
25 deleted file mode 100644
26 index 739d089e618b..000000000000
27 --- a/dev-python/dj-database-url/dj-database-url-0.5.0-r1.ebuild
28 +++ /dev/null
29 @@ -1,25 +0,0 @@
30 -# Copyright 1999-2022 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -DISTUTILS_USE_PEP517=setuptools
36 -PYTHON_COMPAT=( python3_{8..11} )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Use Database URLs in your Django Application"
41 -HOMEPAGE="
42 - https://github.com/jazzband/dj-database-url/
43 - https://pypi.org/project/dj-database-url/
44 -"
45 -SRC_URI="
46 - https://github.com/jazzband/dj-database-url/archive/v${PV}.tar.gz
47 - -> ${P}.gh.tar.gz
48 -"
49 -
50 -SLOT="0"
51 -LICENSE="BSD"
52 -KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux"
53 -
54 -distutils_enable_tests unittest