From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F150B158086 for ; Sun, 17 Oct 2021 07:41:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 593B7E0863; Sun, 17 Oct 2021 07:41:57 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 424D1E0863 for ; Sun, 17 Oct 2021 07:41:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 78A7F34339B for ; Sun, 17 Oct 2021 07:41:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2DBB5169 for ; Sun, 17 Oct 2021 07:41:54 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1634456492.417d60c4bcefea4ccbea3d98ee493babc4a1d87d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django-appconf/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/django-appconf/Manifest dev-python/django-appconf/django-appconf-1.0.4.ebuild X-VCS-Directories: dev-python/django-appconf/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 417d60c4bcefea4ccbea3d98ee493babc4a1d87d X-VCS-Branch: master Date: Sun, 17 Oct 2021 07:41:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 493999a0-bb8d-47da-934a-7556c25c0728 X-Archives-Hash: 34651391f61e8158d7d8b848845fd57b commit: 417d60c4bcefea4ccbea3d98ee493babc4a1d87d Author: Michał Górny gentoo org> AuthorDate: Sun Oct 17 07:36:24 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Oct 17 07:41:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=417d60c4 dev-python/django-appconf: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/django-appconf/Manifest | 1 - dev-python/django-appconf/django-appconf-1.0.4.ebuild | 16 ---------------- 2 files changed, 17 deletions(-) diff --git a/dev-python/django-appconf/Manifest b/dev-python/django-appconf/Manifest index 9a8514de5b5..706afa0c659 100644 --- a/dev-python/django-appconf/Manifest +++ b/dev-python/django-appconf/Manifest @@ -1,2 +1 @@ -DIST django-appconf-1.0.4.tar.gz 18733 BLAKE2B 21af3c3913aafe6a7670256bb10e80d0ac286fdeea646f91e8696470be3c1dcfb0b6d04e626f80784de02693583bf0b7a16da658175f8a1d81200a5c837831ee SHA512 0d0a206d43d4c6d7f3dbe5fb6423f5f012dae42bae7459f3ee06501f9c126e73f69a30da5c34c84014e582a7b42f253ebd37ece8b8477963cb5d2357ca095639 DIST django-appconf-1.0.5.tar.gz 15891 BLAKE2B 4d031a229ab11d55d85887346cf208cbe1136e48b78a4c096ba6d67017d80031d634cbeef82783713e4e005fe8a19f1f8e12193450b04e968b8ea5a94290f2bc SHA512 9d1b01e3f8dac5a9a7f6f4f5c0e9fcf4a2a0177e7702e5f932f238379bd2bb065a698c86d27c2dbab7ba6480abdc25595c8a4f7c6f0524517aeb1c0e34f09864 diff --git a/dev-python/django-appconf/django-appconf-1.0.4.ebuild b/dev-python/django-appconf/django-appconf-1.0.4.ebuild deleted file mode 100644 index 485382d2956..00000000000 --- a/dev-python/django-appconf/django-appconf-1.0.4.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8,9} ) -inherit distutils-r1 - -DESCRIPTION="A helper class for handling configuration defaults of packaged apps gracefully." -HOMEPAGE="https://django-appconf.readthedocs.io/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" -DEPEND="dev-python/django[${PYTHON_USEDEP}]"