From c12e4e158b55450d4b0bc33a22799601450da67e Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Sat, 23 Nov 2024 12:32:02 -0500 Subject: dev-python/django-appconf: new package, add 1.0.6 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 insertions(+) create mode 100644 dev-python/django-appconf/Manifest create mode 100644 dev-python/django-appconf/django-appconf-1.0.6.ebuild create 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 new file mode 100644 index 0000000..7811642 --- /dev/null +++ b/dev-python/django-appconf/Manifest @@ -0,0 +1 @@ +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 new file mode 100644 index 0000000..f710eaf --- /dev/null +++ b/dev-python/django-appconf/django-appconf-1.0.6.ebuild @@ -0,0 +1,25 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{10..13} ) +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 new file mode 100644 index 0000000..d6bc39f --- /dev/null +++ b/dev-python/django-appconf/metadata.xml @@ -0,0 +1,23 @@ + + + + + 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