dev-python/python3-openid: add 3.2.0
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
c076803018
commit
52d0e21583
3
dev-python/python3-openid/Manifest
Normal file
3
dev-python/python3-openid/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST python3-openid-3.2.0.tar.gz 305600 BLAKE2B d793eb61335d7240d5c25324b8377d19781df15012c8da6d5d0d7445c8a7fcb31711156b48d32efae8b6de27509e8f9112535ece7820779ca9b7f2e7be04fb0f SHA512 54412820fef21928e1bf30d16c9bc73d454e9ff41df028a12047c08abdb4c2c9e1d9053daebab8b0327cb0fe0f67e364c2506a47509fef6db5bff42f8399b799
|
||||
EBUILD python3-openid-3.2.0.ebuild 644 BLAKE2B c61b163fbbb702535a59b3312c198b25a26d07617d881a75d36aa390add4f89902152ea72925a829f314a88dd4e03b0413e646849b064776c6d84ebd12f40084 SHA512 d04cf4e0b3da4b5808b363d20c1bfbf48ddad97d79e53fbf26b246d224307a5768cab0a445d48d59b837ad965fcc72475975af56b96f06e0eee3ddb52d1425e1
|
||||
MISC metadata.xml 529 BLAKE2B ab7eb662b09ea3c32fe9563e6b2430a884769f2ffa2172e147b423b582bc766f01ee4744f2eb71bb29390e6ab376d2ff596ed3fd34505c973cd39fd9463a106e SHA512 a8cad7d7205d7fd877ef2e39c072e7527ee5175f5055da4e39df8d4ffb52c9e2c845cfb04700d041547f5f2182c1528c2a2c4b753c1c2cd82cff9aaa1ca7f347
|
16
dev-python/python3-openid/metadata.xml
Normal file
16
dev-python/python3-openid/metadata.xml
Normal file
@ -0,0 +1,16 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">python3-openid</remote-id>
|
||||
<remote-id type="github">necaris/python3-openid</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>rami.chowdhury@gmail.com</email>
|
||||
<name>Rami Chowdhury</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
25
dev-python/python3-openid/python3-openid-3.2.0.ebuild
Normal file
25
dev-python/python3-openid/python3-openid-3.2.0.ebuild
Normal file
@ -0,0 +1,25 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYPI_NO_NORMALIZE=1
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="OpenID support for modern servers and consumers."
|
||||
HOMEPAGE="http://github.com/necaris/python3-openid https://pypi.org/project/python3-openid/"
|
||||
#SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/defusedxml-0.4.1[${PYTHON_USEDEP}]"
|
||||
|
||||
distutils_enable_tests pytest
|
16
metadata/md5-cache/dev-python/python3-openid-3.2.0
Normal file
16
metadata/md5-cache/dev-python/python3-openid-3.2.0
Normal file
@ -0,0 +1,16 @@
|
||||
BDEPEND=test? ( >=dev-python/defusedxml-0.4.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-15[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=OpenID support for modern servers and consumers.
|
||||
EAPI=8
|
||||
HOMEPAGE=http://github.com/necaris/python3-openid https://pypi.org/project/python3-openid/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=test test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
|
||||
KEYWORDS=amd64 arm arm64 x86
|
||||
LICENSE=Apache-2.0
|
||||
RDEPEND=>=dev-python/defusedxml-0.4.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
|
||||
RESTRICT=!test? ( test ) !test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/p/python3-openid/python3-openid-3.2.0.tar.gz
|
||||
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic d309b9713dfc18e754cba88d3ba69653 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 8b220bbce5c119fb1d4d5c2f5588f3ea python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 5400d21736d8621562bf93be4fa98eec pypi 2eecb475512bc76e5ea9192a681b9e6b
|
||||
_md5_=64d1a76bd4a75cf1f17addd87d661326
|
Loading…
x
Reference in New Issue
Block a user