mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
djangosaml2: qa fixes
This commit is contained in:
parent
4f686f161b
commit
85010c9446
2 changed files with 12 additions and 5 deletions
|
|
@ -8,13 +8,12 @@ PYTHON_COMPAT=( python3_{10..11} )
|
|||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION=""
|
||||
HOMEPAGE=""
|
||||
#SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
DESCRIPTION="Django SAML2 Service Provider based on pySAML2"
|
||||
HOMEPAGE="https://github.com/IdentityPython/djangosaml2"
|
||||
|
||||
LICENSE=""
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm64 ~x86"
|
||||
KEYWORDS="amd64"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=">=dev-python/defusedxml-0.4.1[${PYTHON_USEDEP}]
|
||||
|
|
|
|||
8
dev-python/djangosaml2/metadata.xml
Normal file
8
dev-python/djangosaml2/metadata.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<upstream>
|
||||
<remote-id type="github">IdentityPython/djangosaml2</remote-id>
|
||||
<remote-id type="pypi">djangosaml2</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Loading…
Reference in a new issue