mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-26 16:51:03 +02:00
djangosaml2: add 1.6.0
This commit is contained in:
parent
85010c9446
commit
85c83bd6f5
2 changed files with 28 additions and 0 deletions
|
|
@ -1 +1,2 @@
|
|||
DIST djangosaml2-1.5.7.tar.gz 2676060 BLAKE2B 9c7184a9c1a8ca6ff0d3bae881244d0f9a5dca5c9dc3cb168646677fef4e3c565423130182075d4a1c5257e9f907ac46e2c6a6f9b6786306d98969b6652d85b4 SHA512 957e39d2f3dcb4b4fb0ce1bda9f3e1af34add856813e45e8597ef1815f1e1ad3e96619dae5b77a9b851420e5cf5c06ff185e07c8e89f67cb6f6e73eb0c5a3228
|
||||
DIST djangosaml2-1.6.0.tar.gz 2699121 BLAKE2B b7a2c56d5d596208bc4536e89028df7e0e54e17fe13c26b12aa8968fc15c10a8b286582929bd58f3c1dd63c5514ab1f52b180e1efe8510166f9c173ff4cba44e SHA512 3be205ed2df7bf39f1a6c6a13fd31b27fc784ceb2381042363f645284063b62eed2484513153a35b630bf0952debc9a939822b7f97a25a03b288ea5b51bae0ec
|
||||
|
|
|
|||
27
dev-python/djangosaml2/djangosaml2-1.6.0.ebuild
Normal file
27
dev-python/djangosaml2/djangosaml2-1.6.0.ebuild
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{10..11} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Django SAML2 Service Provider based on pySAML2"
|
||||
HOMEPAGE="https://github.com/IdentityPython/djangosaml2"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=">=dev-python/defusedxml-0.4.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/django-2.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/pysaml2-6.5.1[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
DEPEND="${RDEPEND}"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
#distutils_enable_tests pytest
|
||||
Loading…
Reference in a new issue