diff options
Diffstat (limited to 'dev-python/django-appconf/metadata.xml')
-rw-r--r-- | dev-python/django-appconf/metadata.xml | 23 |
1 files changed, 23 insertions, 0 deletions
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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <name>Julien Roy</name> + <email>julien@jroy.ca</email> + </maintainer> + <longdescription> + 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. + </longdescription> + <upstream> + <maintainer> + <name>Jannis Leidel</name> + <email>jannis@leidel.info</email> + </maintainer> + <bugs-to>https://github.com/django-compressor/django-appconf/issues</bugs-to> + <doc>https://django-appconf.readthedocs.io/</doc> + <remote-id type="github">django-compressor/django-appconf</remote-id> + <remote-id type="pypi">django-appconf</remote-id> + </upstream> +</pkgmetadata> |