django-environ: add version 0.12.0

dependency of django-guardian
This commit is contained in:
rick 2025-06-01 21:16:25 +02:00
parent 34c59547d3
commit 0913933d88
No known key found for this signature in database
GPG key ID: A2E7B6CA577C8F07
3 changed files with 44 additions and 0 deletions

View file

@ -0,0 +1 @@
DIST django_environ-0.12.0.tar.gz 56804 BLAKE2B 98dccf8ff9bb20b3019dff84a42a6d7bffe0cd0c73b6445dbcfca87c1a39a9ca144fa315c7620787d667c5986be95e6eb45bd37e3f41fc9c41d6d325762ec863 SHA512 73a9691b4bc221ae887f7917cfcc18bd5db546a1e2d463f56ae0f7db2b46ea369697f0c0eda911ca977c861274928d4bdcff3936a768a9279ab2bd18e4e403dc

View file

@ -0,0 +1,31 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1 pypi
DESCRIPTION="Library to utilize 12factor inspired environment variables to configure Django."
HOMEPAGE="
https://github.com/joke2k/django-environ/
https://pypi.org/project/django-environ/
"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
>=dev-python/django-2.2[${PYTHON_USEDEP}]
"
# one failing test
EPYTEST_DESELECT=(
'tests/test_db.py::test_db_parsing[postgres_cluster]'
)
distutils_enable_sphinx docs dev-python/furo dev-python/sphinx-notfound-page
distutils_enable_tests pytest

View file

@ -0,0 +1,12 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>unknown@pentoo.ch</email>
<name>Author Unknown</name>
</maintainer>
<upstream>
<remote-id type="github">joke2k/django-environ</remote-id>
<remote-id type="pypi">django-environ</remote-id>
</upstream>
</pkgmetadata>