dev-python/django-appconf: add 1.0.6
Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
parent
2d6ed3b17a
commit
0f2b0d4813
|
@ -1 +1,2 @@
|
||||||
DIST django-appconf-1.0.5.tar.gz 15891 BLAKE2B 4d031a229ab11d55d85887346cf208cbe1136e48b78a4c096ba6d67017d80031d634cbeef82783713e4e005fe8a19f1f8e12193450b04e968b8ea5a94290f2bc SHA512 9d1b01e3f8dac5a9a7f6f4f5c0e9fcf4a2a0177e7702e5f932f238379bd2bb065a698c86d27c2dbab7ba6480abdc25595c8a4f7c6f0524517aeb1c0e34f09864
|
DIST django-appconf-1.0.5.tar.gz 15891 BLAKE2B 4d031a229ab11d55d85887346cf208cbe1136e48b78a4c096ba6d67017d80031d634cbeef82783713e4e005fe8a19f1f8e12193450b04e968b8ea5a94290f2bc SHA512 9d1b01e3f8dac5a9a7f6f4f5c0e9fcf4a2a0177e7702e5f932f238379bd2bb065a698c86d27c2dbab7ba6480abdc25595c8a4f7c6f0524517aeb1c0e34f09864
|
||||||
|
DIST django-appconf-1.0.6.tar.gz 15895 BLAKE2B c0b692ce551abb0c4b0cc45a47dcd00a4bdac205a6a55ac24f27c80e96fffe737913b3063015fd58a1ebcf3a379211b74a806ab2d760d76334d3c2cb2b6f2162 SHA512 892f9c57d19ebade4ead39c0e6b27ac0d6ef7b570e671b19a2e5688b4ab27ef61d51e8a9a9c8b545bd7cb75b8840e592b351309662632c20b46ce0539bd1341b
|
||||||
|
|
26
dev-python/django-appconf/django-appconf-1.0.6.ebuild
Normal file
26
dev-python/django-appconf/django-appconf-1.0.6.ebuild
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
# Copyright 1999-2022 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
PYTHON_COMPAT=( python3_{10..12} )
|
||||||
|
DISTUTILS_USE_PEP517=setuptools
|
||||||
|
inherit distutils-r1 pypi
|
||||||
|
|
||||||
|
SRC_URI="$(pypi_sdist_url --no-normalize)"
|
||||||
|
|
||||||
|
DESCRIPTION="A helper class for handling configuration defaults of packaged apps gracefully"
|
||||||
|
HOMEPAGE="https://django-appconf.readthedocs.io/"
|
||||||
|
|
||||||
|
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
|
||||||
|
}
|
Loading…
Reference in a new issue