summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-10-17 09:36:24 +0200
committerMichał Górny <mgorny@gentoo.org>2021-10-17 09:41:32 +0200
commit417d60c4bcefea4ccbea3d98ee493babc4a1d87d (patch)
treec7fc20ad2510076f9c7a6d7a847699a5e81843ba /dev-python/django-appconf
parentdev-python/denonavr: Remove old (diff)
downloadgentoo-417d60c4bcefea4ccbea3d98ee493babc4a1d87d.tar.gz
gentoo-417d60c4bcefea4ccbea3d98ee493babc4a1d87d.tar.bz2
gentoo-417d60c4bcefea4ccbea3d98ee493babc4a1d87d.zip
dev-python/django-appconf: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/django-appconf')
-rw-r--r--dev-python/django-appconf/Manifest1
-rw-r--r--dev-python/django-appconf/django-appconf-1.0.4.ebuild16
2 files changed, 0 insertions, 17 deletions
diff --git a/dev-python/django-appconf/Manifest b/dev-python/django-appconf/Manifest
index 9a8514de5b51..706afa0c6595 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 485382d2956c..000000000000
--- 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}]"