summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2022-06-05 16:14:58 +0200
committerJakov Smolić <jsmolic@gentoo.org>2022-06-05 16:16:39 +0200
commit075e2f2599afa5c502d01098466e02a1db930be6 (patch)
treea3f8378edc90f00ce674aa0198ff182ec8e031c3
parentdev-python/django-debug-toolbar: treeclean (diff)
downloadgentoo-075e2f2599afa5c502d01098466e02a1db930be6.tar.gz
gentoo-075e2f2599afa5c502d01098466e02a1db930be6.tar.bz2
gentoo-075e2f2599afa5c502d01098466e02a1db930be6.zip
dev-python/django-appconf: treeclean
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
-rw-r--r--dev-python/django-appconf/Manifest1
-rw-r--r--dev-python/django-appconf/django-appconf-1.0.5-r1.ebuild27
-rw-r--r--dev-python/django-appconf/metadata.xml10
-rw-r--r--profiles/package.mask1
4 files changed, 0 insertions, 39 deletions
diff --git a/dev-python/django-appconf/Manifest b/dev-python/django-appconf/Manifest
deleted file mode 100644
index 706afa0c6595..000000000000
--- a/dev-python/django-appconf/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST django-appconf-1.0.5.tar.gz 15891 BLAKE2B 4d031a229ab11d55d85887346cf208cbe1136e48b78a4c096ba6d67017d80031d634cbeef82783713e4e005fe8a19f1f8e12193450b04e968b8ea5a94290f2bc SHA512 9d1b01e3f8dac5a9a7f6f4f5c0e9fcf4a2a0177e7702e5f932f238379bd2bb065a698c86d27c2dbab7ba6480abdc25595c8a4f7c6f0524517aeb1c0e34f09864
diff --git a/dev-python/django-appconf/django-appconf-1.0.5-r1.ebuild b/dev-python/django-appconf/django-appconf-1.0.5-r1.ebuild
deleted file mode 100644
index 177aa0a9ff31..000000000000
--- a/dev-python/django-appconf/django-appconf-1.0.5-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-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"
-
-RDEPEND="
- dev-python/django[${PYTHON_USEDEP}]
-"
-
-python_test() {
- local -x DJANGO_SETTINGS_MODULE=tests.test_settings
- local -x PYTHONPATH="${S}"
- django-admin test -v 2 || die
-}
diff --git a/dev-python/django-appconf/metadata.xml b/dev-python/django-appconf/metadata.xml
deleted file mode 100644
index b338a0ffed45..000000000000
--- a/dev-python/django-appconf/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!--maintainer-needed-->
- <stabilize-allarches/>
- <upstream>
- <remote-id type="pypi">django-appconf</remote-id>
- <remote-id type="github">django-compressor/django-appconf</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/profiles/package.mask b/profiles/package.mask
index 4205245cb57c..7caa350e379a 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -356,7 +356,6 @@ dev-ruby/c21e:1
# Removal on 2022-06-05. Bug #842888.
dev-python/authheaders
dev-python/django-allauth
-dev-python/django-appconf
# Matt Turner <mattst88@gentoo.org> (2022-04-30)
# Masked for testing. Apparently causes crashes. Bug #841857.