add python-openid

This commit is contained in:
~keith 2022-07-28 14:16:23 +00:00
commit e063ba652e
Signed by: keith
GPG Key ID: 5BEBEEAB2C73D520
4 changed files with 43 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST python-openid2-3.2.tar.gz 113888 BLAKE2B ec70dc9c7bd3355e6941a52cfde220bc36f9d28d5fdb17ae0316b57020620857c4bf4c4391ce08f20f35e73a441092fa63c646233e0e5ebbab59f0c3c850f222 SHA512 d79837474cd1012ec15fa1db0169bd3dfe0bb60a159cd030d4ff5ed5a3522bb102f9c54b0dfbc784b3b633c81c91d4ae008fb442ef209e6d6f0d4ecf79774da7

View File

@ -0,0 +1,38 @@
# Written by ~keith, based on the other Gentoo python ebuilds
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{8..11} pypy3 )
inherit distutils-r1
DESCRIPTION="Python OpenID library - OpenID support for servers and consumers"
HOMEPAGE="
https://github.com/ziima/python-openid/
https://pypi.org/project/python-openid2/
"
MY_PN="python-openid2"
MY_P="${MY_PN}-${PV}"
if [[ "${PV}" == *9999* ]]; then
EGIT_REPO_URI="https://github.com/ziima/python-openid.git"
inherit git-r3
else
SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
S="${WORKDIR}/${MY_P}"
fi
LICENSE="Apache-2.0"
SLOT="0"
IUSE=""
# USE test: dev-python/mock dev-python/testfixtures dev-python/responses dev-python/coverage
RDEPEND="
dev-python/lxml[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
dev-python/cryptography[${PYTHON_USEDEP}]
"

3
metadata/layout.conf Normal file
View File

@ -0,0 +1,3 @@
masters = gentoo
thin-manifests = true
sign-manifests = false

1
profiles/repo_name Normal file
View File

@ -0,0 +1 @@
pipless