From fcc5224904648a8e6eb528d7603154160a20022f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 2 Feb 2022 01:39:05 +0000 Subject: gentoo resync : 02.02.2022 --- dev-python/python3-saml/Manifest | 2 ++ dev-python/python3-saml/python3-saml-1.13.0.ebuild | 39 ++++++++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 dev-python/python3-saml/python3-saml-1.13.0.ebuild (limited to 'dev-python/python3-saml') diff --git a/dev-python/python3-saml/Manifest b/dev-python/python3-saml/Manifest index 3637b3af38be..0e93e29db060 100644 --- a/dev-python/python3-saml/Manifest +++ b/dev-python/python3-saml/Manifest @@ -1,3 +1,5 @@ DIST python3-saml-1.11.0.tar.gz 506373 BLAKE2B 909244e18b6ccb3cd0ed0059e387c14eb75a1a0fb709bdbc33f6dbcdda5b70359e6fedd77ab88e580aaf28503ca3f3fe49308f56338a1d8855149a7ba992034d SHA512 9e54eee28e2b6430d9f08342c312997b6a20f85e3f663573b93c4d8d65a6540c7d6f4e05d35314014b20ba080110a2a51718ac6754ef2b19bfe23d2d4381de24 +DIST python3-saml-1.13.0.gh.tar.gz 509986 BLAKE2B e7c1720683f0391fe943de6ac95c69605a9e1499cf68d9bc416b56390bb5a4f16b17722aad4f6af2cf018195251554ebcc27a10a1605529fd3c98dd37efa4fea SHA512 e13325cdb2857d95ebd34dc4417f7929a76d1afdeb11972ef2fe3719c2db210137c5fef2c5dd4c09bd4dc467aa76afe5cbf14015f7eaf0941b369487313d3c97 EBUILD python3-saml-1.11.0.ebuild 797 BLAKE2B 1c245a6e213b97efa6ab7f09981b590eaa435b6c8678a0cc8e19a3789e56fb8880c8828498352d84972263871e229713a6a2ba277ec6b08f082c4ee3caf586f2 SHA512 1401dd5af395897e7cfe36b7f51222600b594d734302e0ccd95fd6d391904cbfe8ecbfd06a13970e16e54580e48b99b4c11ec1c8783df2a038cc0e4eac3432ea +EBUILD python3-saml-1.13.0.ebuild 874 BLAKE2B dfb3c3fe567681329898ace60c6b9a588e3e66590e04c25f4a47b377123313e545977f263570ad2aae1fb6a449999ba01b1691d1d84c35dd06f76a92074a84c7 SHA512 9cb09497ebcd76f94131f4f6d853fdebb598595439dae6e0ce9244020ec7db5dcf1bc8ed39a8a81cb8059d031879af64a93ef583b97ce58444b6cfb45215a541 MISC metadata.xml 487 BLAKE2B cc928de641a0bbd7e3de2b4d917853439ac6838b673c9aed83b5597d841d1df159474f4df5c48dce5d8e9cc95e5db5329fa4f4413f028cf49ac15b859f125164 SHA512 96c163d9e207ec64903025fcd4e425ad9e39099bae2349f44026cd668171965dc13033f34ded70d56af6f817f44eaf3ef3b67beeda207cc2f55a39cfab5541b0 diff --git a/dev-python/python3-saml/python3-saml-1.13.0.ebuild b/dev-python/python3-saml/python3-saml-1.13.0.ebuild new file mode 100644 index 000000000000..eeea40c22257 --- /dev/null +++ b/dev-python/python3-saml/python3-saml-1.13.0.ebuild @@ -0,0 +1,39 @@ +# Copyright 2020-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..10} ) +inherit distutils-r1 + +DESCRIPTION="OneLogin's SAML Python Toolkit" +HOMEPAGE="https://github.com/onelogin/python3-saml + https://pypi.org/project/python3-saml/" +SRC_URI=" + https://github.com/onelogin/python3-saml/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~ppc64 ~x86" + +RDEPEND=" + >=dev-python/isodate-0.6.1[${PYTHON_USEDEP}] + >=dev-python/lxml-4.7.0[${PYTHON_USEDEP}] + >=dev-python/python-xmlsec-1.3.9[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + dev-python/freezegun[${PYTHON_USEDEP}] + dev-python/pytest[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests setup.py + +src_prepare() { + # unpin deps + sed -e 's:==:>=:' -i setup.py || die + distutils-r1_src_prepare +} -- cgit v1.2.3