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-appconf/
Date: Sun, 17 Oct 2021 07:41:57
Message-Id: 1634456492.417d60c4bcefea4ccbea3d98ee493babc4a1d87d.mgorny@gentoo
1 commit: 417d60c4bcefea4ccbea3d98ee493babc4a1d87d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 17 07:36:24 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 17 07:41:32 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=417d60c4
7
8 dev-python/django-appconf: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/django-appconf/Manifest | 1 -
13 dev-python/django-appconf/django-appconf-1.0.4.ebuild | 16 ----------------
14 2 files changed, 17 deletions(-)
15
16 diff --git a/dev-python/django-appconf/Manifest b/dev-python/django-appconf/Manifest
17 index 9a8514de5b5..706afa0c659 100644
18 --- a/dev-python/django-appconf/Manifest
19 +++ b/dev-python/django-appconf/Manifest
20 @@ -1,2 +1 @@
21 -DIST django-appconf-1.0.4.tar.gz 18733 BLAKE2B 21af3c3913aafe6a7670256bb10e80d0ac286fdeea646f91e8696470be3c1dcfb0b6d04e626f80784de02693583bf0b7a16da658175f8a1d81200a5c837831ee SHA512 0d0a206d43d4c6d7f3dbe5fb6423f5f012dae42bae7459f3ee06501f9c126e73f69a30da5c34c84014e582a7b42f253ebd37ece8b8477963cb5d2357ca095639
22 DIST django-appconf-1.0.5.tar.gz 15891 BLAKE2B 4d031a229ab11d55d85887346cf208cbe1136e48b78a4c096ba6d67017d80031d634cbeef82783713e4e005fe8a19f1f8e12193450b04e968b8ea5a94290f2bc SHA512 9d1b01e3f8dac5a9a7f6f4f5c0e9fcf4a2a0177e7702e5f932f238379bd2bb065a698c86d27c2dbab7ba6480abdc25595c8a4f7c6f0524517aeb1c0e34f09864
23
24 diff --git a/dev-python/django-appconf/django-appconf-1.0.4.ebuild b/dev-python/django-appconf/django-appconf-1.0.4.ebuild
25 deleted file mode 100644
26 index 485382d2956..00000000000
27 --- a/dev-python/django-appconf/django-appconf-1.0.4.ebuild
28 +++ /dev/null
29 @@ -1,16 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -PYTHON_COMPAT=( python3_{7,8,9} )
36 -inherit distutils-r1
37 -
38 -DESCRIPTION="A helper class for handling configuration defaults of packaged apps gracefully."
39 -HOMEPAGE="https://django-appconf.readthedocs.io/"
40 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
41 -
42 -LICENSE="BSD"
43 -SLOT="0"
44 -KEYWORDS="~amd64"
45 -DEPEND="dev-python/django[${PYTHON_USEDEP}]"