dev-python/django-appconf: new package, add 1.0.5-r1

This commit is contained in:
Alarig Le Lay 2023-03-21 22:05:58 +01:00
parent 8aa9a57460
commit fdfc9e16bf
Signed by: alarig
GPG Key ID: 7AFE62C6DF8BCDEC
3 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST django-appconf-1.0.5.tar.gz 15891 BLAKE2B 4d031a229ab11d55d85887346cf208cbe1136e48b78a4c096ba6d67017d80031d634cbeef82783713e4e005fe8a19f1f8e12193450b04e968b8ea5a94290f2bc SHA512 9d1b01e3f8dac5a9a7f6f4f5c0e9fcf4a2a0177e7702e5f932f238379bd2bb065a698c86d27c2dbab7ba6480abdc25595c8a4f7c6f0524517aeb1c0e34f09864

View File

@ -0,0 +1,27 @@
# 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_{9..11} )
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
}

View File

@ -0,0 +1,10 @@
<?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>