From 04d3583d314861258e9c578789bd2ed30035c13e Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Sat, 23 Nov 2024 01:26:31 -0500 Subject: */*: move wger & dependencies to wger-overlay Signed-off-by: Julien Roy --- dev-python/django-appconf/Manifest | 1 - .../django-appconf/django-appconf-1.0.6.ebuild | 25 ---------------------- dev-python/django-appconf/metadata.xml | 23 -------------------- 3 files changed, 49 deletions(-) delete mode 100644 dev-python/django-appconf/Manifest delete mode 100644 dev-python/django-appconf/django-appconf-1.0.6.ebuild delete mode 100644 dev-python/django-appconf/metadata.xml (limited to 'dev-python/django-appconf') diff --git a/dev-python/django-appconf/Manifest b/dev-python/django-appconf/Manifest deleted file mode 100644 index 7811642..0000000 --- a/dev-python/django-appconf/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST django-appconf-1.0.6.tar.gz 15895 BLAKE2B c0b692ce551abb0c4b0cc45a47dcd00a4bdac205a6a55ac24f27c80e96fffe737913b3063015fd58a1ebcf3a379211b74a806ab2d760d76334d3c2cb2b6f2162 SHA512 892f9c57d19ebade4ead39c0e6b27ac0d6ef7b570e671b19a2e5688b4ab27ef61d51e8a9a9c8b545bd7cb75b8840e592b351309662632c20b46ce0539bd1341b diff --git a/dev-python/django-appconf/django-appconf-1.0.6.ebuild b/dev-python/django-appconf/django-appconf-1.0.6.ebuild deleted file mode 100644 index 6b4c731..0000000 --- a/dev-python/django-appconf/django-appconf-1.0.6.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..12} ) -DISTUTILS_USE_PEP517=setuptools -PYPI_NO_NORMALIZE=1 - -inherit distutils-r1 pypi - -DESCRIPTION="An app to handle configuration defaults of packaged Django apps gracefully" -HOMEPAGE=" - https://github.com/django-compressor/django-appconf - https://pypi.org/project/django-appconf/ -" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND="dev-python/django[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND}" - -distutils_enable_sphinx docs diff --git a/dev-python/django-appconf/metadata.xml b/dev-python/django-appconf/metadata.xml deleted file mode 100644 index d6bc39f..0000000 --- a/dev-python/django-appconf/metadata.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - Julien Roy - julien@jroy.ca - - - A helper class for handling configuration defaults of packaged Django apps gracefully. - - This app precedes Django's own AppConfig classes that act as "objects [to] store metadata for an application" inside Django's app loading mechanism. In other words, they solve a related but different use case than django-appconf and can't easily be used as a replacement. The similarity in name is purely coincidental. - - - - Jannis Leidel - jannis@leidel.info - - https://github.com/django-compressor/django-appconf/issues - https://django-appconf.readthedocs.io/ - django-compressor/django-appconf - django-appconf - - -- cgit v1.2.3