[gentoo-commits] repo/gentoo:master commit in: dev-python/python3-saml/

2023-12-30 Thread Michał Górny
commit: 3456fda1d10c0ebe0b210e84020554000a1062ab
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec 30 18:31:15 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec 30 18:31:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3456fda1

dev-python/python3-saml: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/python3-saml/Manifest   |  1 -
 dev-python/python3-saml/python3-saml-1.15.0.ebuild | 43 --
 2 files changed, 44 deletions(-)

diff --git a/dev-python/python3-saml/Manifest b/dev-python/python3-saml/Manifest
index 3e07812b42b8..b6371b767e0f 100644
--- a/dev-python/python3-saml/Manifest
+++ b/dev-python/python3-saml/Manifest
@@ -1,2 +1 @@
-DIST python3-saml-1.15.0.gh.tar.gz 511199 BLAKE2B 
c1dafb5ff9c45a79042915261cdc380a1ca77b56d518999164f48c904e53a486d157e5b522b77df9abea2b3306f8b17a06a7ac3e41ad0c86bea2c08468199e60
 SHA512 
8ecfd827e3b90f65a04ed46f8efd49680d42ecaa46b46857e0f712c2996207a8aa38834f55ec35e599845f6921bd4d82d76e549494c71cc5ffd918e70b87b6a8
 DIST python3-saml-1.16.0.gh.tar.gz 3578998 BLAKE2B 
94fc65caf978aeb30577ff435ce874c1fbb15dac0c5028e15a8adb21631496b9382d538c80ae77e1ba4166d2fbf22c7ac96bce7b6e3533589a6b8654f5be35ee
 SHA512 
77e779a3d3190f3164105bbc2943b54729dfef12c71b0303a523acada95da291bc77b331a83726f00c503ef09040a05180c234620e5a65d4ea4fd88da24eeade

diff --git a/dev-python/python3-saml/python3-saml-1.15.0.ebuild 
b/dev-python/python3-saml/python3-saml-1.15.0.ebuild
deleted file mode 100644
index 48d771b7a68b..
--- a/dev-python/python3-saml/python3-saml-1.15.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 2020-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="OneLogin's SAML Python Toolkit"
-HOMEPAGE="
-   https://github.com/SAML-Toolkits/python3-saml/
-   https://pypi.org/project/python3-saml/
-"
-SRC_URI="
-   https://github.com/SAML-Toolkits/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.9.0[${PYTHON_USEDEP}]
-   >=dev-python/xmlsec-1.3.9[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/freezegun[${PYTHON_USEDEP}]
-   dev-python/pytest[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests unittest
-
-python_test() {
-   # The tests are horribly fragile to paths.
-   local -x PYTHONPATH=src
-   eunittest -p '*_test.py'
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/python3-saml/

2023-10-20 Thread Michał Górny
commit: ee2393e52987892a12ba4e6fcd92622319cd08b3
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 20 14:31:05 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 20 14:31:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee2393e5

dev-python/python3-saml: Enable py3.12

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/python3-saml/python3-saml-1.16.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python3-saml/python3-saml-1.16.0.ebuild 
b/dev-python/python3-saml/python3-saml-1.16.0.ebuild
index cf677a8893b4..c8c1ac7470e4 100644
--- a/dev-python/python3-saml/python3-saml-1.16.0.ebuild
+++ b/dev-python/python3-saml/python3-saml-1.16.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/python3-saml/

2023-10-09 Thread Michał Górny
commit: 78d7d50e02b40a6c7cb799e3d81ab4241360ed79
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Oct  9 13:45:09 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Oct  9 13:59:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78d7d50e

dev-python/python3-saml: Bump to 1.16.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/python3-saml/Manifest   |  1 +
 dev-python/python3-saml/python3-saml-1.16.0.ebuild | 49 ++
 2 files changed, 50 insertions(+)

diff --git a/dev-python/python3-saml/Manifest b/dev-python/python3-saml/Manifest
index d0f41245fdee..3e07812b42b8 100644
--- a/dev-python/python3-saml/Manifest
+++ b/dev-python/python3-saml/Manifest
@@ -1 +1,2 @@
 DIST python3-saml-1.15.0.gh.tar.gz 511199 BLAKE2B 
c1dafb5ff9c45a79042915261cdc380a1ca77b56d518999164f48c904e53a486d157e5b522b77df9abea2b3306f8b17a06a7ac3e41ad0c86bea2c08468199e60
 SHA512 
8ecfd827e3b90f65a04ed46f8efd49680d42ecaa46b46857e0f712c2996207a8aa38834f55ec35e599845f6921bd4d82d76e549494c71cc5ffd918e70b87b6a8
+DIST python3-saml-1.16.0.gh.tar.gz 3578998 BLAKE2B 
94fc65caf978aeb30577ff435ce874c1fbb15dac0c5028e15a8adb21631496b9382d538c80ae77e1ba4166d2fbf22c7ac96bce7b6e3533589a6b8654f5be35ee
 SHA512 
77e779a3d3190f3164105bbc2943b54729dfef12c71b0303a523acada95da291bc77b331a83726f00c503ef09040a05180c234620e5a65d4ea4fd88da24eeade

diff --git a/dev-python/python3-saml/python3-saml-1.16.0.ebuild 
b/dev-python/python3-saml/python3-saml-1.16.0.ebuild
new file mode 100644
index ..cf677a8893b4
--- /dev/null
+++ b/dev-python/python3-saml/python3-saml-1.16.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 2020-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="OneLogin's SAML Python Toolkit"
+HOMEPAGE="
+   https://github.com/SAML-Toolkits/python3-saml/
+   https://pypi.org/project/python3-saml/
+"
+SRC_URI="
+   https://github.com/SAML-Toolkits/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.9.0[${PYTHON_USEDEP}]
+   >=dev-python/xmlsec-1.3.9[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/freezegun[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # Internet
+   
tests/src/OneLogin/saml2_tests/idp_metadata_parser_test.py::OneLogin_Saml2_IdPMetadataParser_Test::testGetMetadataWithHeaders
+   
tests/src/OneLogin/saml2_tests/idp_metadata_parser_test.py::OneLogin_Saml2_IdPMetadataParser_Test::testParseRemoteWithHeaders
+   )
+
+   # The tests are horribly fragile to paths.
+   local -x PYTHONPATH=src
+   epytest -o 'python_files=*_test.py'
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/python3-saml/

2023-02-17 Thread Michał Górny
commit: 4ccc994075510dbfc40d3202f3c61b895d27ab0c
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb 17 10:39:03 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Feb 17 10:58:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ccc9940

dev-python/python3-saml: Enable py3.11

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/python3-saml/python3-saml-1.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python3-saml/python3-saml-1.15.0.ebuild 
b/dev-python/python3-saml/python3-saml-1.15.0.ebuild
index 4ccb4653fef7..9c5e0f2a46a2 100644
--- a/dev-python/python3-saml/python3-saml-1.15.0.ebuild
+++ b/dev-python/python3-saml/python3-saml-1.15.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/python3-saml/

2022-12-28 Thread Michał Górny
commit: 48416d990fa0e2290b7d8f011f926688bcd8a1bd
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Dec 28 07:51:29 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Dec 28 08:17:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48416d99

dev-python/python3-saml: Bump to 1.15.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/python3-saml/Manifest   |  1 +
 dev-python/python3-saml/metadata.xml   |  2 +-
 dev-python/python3-saml/python3-saml-1.15.0.ebuild | 43 ++
 3 files changed, 45 insertions(+), 1 deletion(-)

diff --git a/dev-python/python3-saml/Manifest b/dev-python/python3-saml/Manifest
index 04780796bcb9..a0e74dcfa8b0 100644
--- a/dev-python/python3-saml/Manifest
+++ b/dev-python/python3-saml/Manifest
@@ -1 +1,2 @@
 DIST python3-saml-1.14.0.gh.tar.gz 510031 BLAKE2B 
10c1102b29b58017a39241dbab7d2fb85231f051e3701ff24197f2e501ae19b1889d4032fe86a60ed5ee708380d44111dc6ab87900c8463a141ea911fe774eeb
 SHA512 
6807a4741164dfdf185a4c63691d5a1f0e91feff387265dc8b54b135d44158c751c2274eb1f47eb71d61c7e233d38ddc83f34d092cb842676830699ad6ee8af4
+DIST python3-saml-1.15.0.gh.tar.gz 511199 BLAKE2B 
c1dafb5ff9c45a79042915261cdc380a1ca77b56d518999164f48c904e53a486d157e5b522b77df9abea2b3306f8b17a06a7ac3e41ad0c86bea2c08468199e60
 SHA512 
8ecfd827e3b90f65a04ed46f8efd49680d42ecaa46b46857e0f712c2996207a8aa38834f55ec35e599845f6921bd4d82d76e549494c71cc5ffd918e70b87b6a8

diff --git a/dev-python/python3-saml/metadata.xml 
b/dev-python/python3-saml/metadata.xml
index 2d72864bd0f7..a3b24bec325e 100644
--- a/dev-python/python3-saml/metadata.xml
+++ b/dev-python/python3-saml/metadata.xml
@@ -11,6 +11,6 @@


python3-saml
-   onelogin/python3-saml
+   SAML-Toolkits/python3-saml

 

diff --git a/dev-python/python3-saml/python3-saml-1.15.0.ebuild 
b/dev-python/python3-saml/python3-saml-1.15.0.ebuild
new file mode 100644
index ..e6ccb181054a
--- /dev/null
+++ b/dev-python/python3-saml/python3-saml-1.15.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 2020-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="OneLogin's SAML Python Toolkit"
+HOMEPAGE="
+   https://github.com/SAML-Toolkits/python3-saml/
+   https://pypi.org/project/python3-saml/
+"
+SRC_URI="
+   https://github.com/SAML-Toolkits/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.9.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 unittest
+
+python_test() {
+   # The tests are horribly fragile to paths.
+   local -x PYTHONPATH=src
+   eunittest -p '*_test.py'
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/python3-saml/

2022-05-16 Thread Michał Górny
commit: 092d2a4ed5a90d67a9d4deae8710d151b1eb04c5
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 16 13:24:42 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 16 13:24:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=092d2a4e

dev-python/python3-saml: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/python3-saml/Manifest   |  2 --
 dev-python/python3-saml/python3-saml-1.11.0.ebuild | 35 ---
 dev-python/python3-saml/python3-saml-1.13.0.ebuild | 39 --
 3 files changed, 76 deletions(-)

diff --git a/dev-python/python3-saml/Manifest b/dev-python/python3-saml/Manifest
index 18a0b376494e..04780796bcb9 100644
--- a/dev-python/python3-saml/Manifest
+++ b/dev-python/python3-saml/Manifest
@@ -1,3 +1 @@
-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
 DIST python3-saml-1.14.0.gh.tar.gz 510031 BLAKE2B 
10c1102b29b58017a39241dbab7d2fb85231f051e3701ff24197f2e501ae19b1889d4032fe86a60ed5ee708380d44111dc6ab87900c8463a141ea911fe774eeb
 SHA512 
6807a4741164dfdf185a4c63691d5a1f0e91feff387265dc8b54b135d44158c751c2274eb1f47eb71d61c7e233d38ddc83f34d092cb842676830699ad6ee8af4

diff --git a/dev-python/python3-saml/python3-saml-1.11.0.ebuild 
b/dev-python/python3-saml/python3-saml-1.11.0.ebuild
deleted file mode 100644
index 0d7e03a43ba0..
--- a/dev-python/python3-saml/python3-saml-1.11.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-
-RDEPEND="
-   >=dev-python/isodate-0.5.0[${PYTHON_USEDEP}]
-   >=dev-python/lxml-3.3.5[${PYTHON_USEDEP}]
-   >=dev-python/python-xmlsec-1.0.5[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/freezegun[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests setup.py
-
-src_prepare() {
-   # unpin deps
-   sed -i -e 's:==:>=:' setup.py || die
-   distutils-r1_src_prepare
-}

diff --git a/dev-python/python3-saml/python3-saml-1.13.0.ebuild 
b/dev-python/python3-saml/python3-saml-1.13.0.ebuild
deleted file mode 100644
index eeea40c22257..
--- a/dev-python/python3-saml/python3-saml-1.13.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# 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
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/python3-saml/

2022-02-18 Thread Arthur Zamarin
commit: 4dc2976ab07906d337b56d2aec0b5e7fbc367180
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Feb 19 07:44:30 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Feb 19 07:44:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dc2976a

dev-python/python3-saml: add 1.14.0

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/python3-saml/Manifest   |  1 +
 dev-python/python3-saml/python3-saml-1.14.0.ebuild | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/python3-saml/Manifest b/dev-python/python3-saml/Manifest
index b4371a78cfb7..18a0b376494e 100644
--- a/dev-python/python3-saml/Manifest
+++ b/dev-python/python3-saml/Manifest
@@ -1,2 +1,3 @@
 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
+DIST python3-saml-1.14.0.gh.tar.gz 510031 BLAKE2B 
10c1102b29b58017a39241dbab7d2fb85231f051e3701ff24197f2e501ae19b1889d4032fe86a60ed5ee708380d44111dc6ab87900c8463a141ea911fe774eeb
 SHA512 
6807a4741164dfdf185a4c63691d5a1f0e91feff387265dc8b54b135d44158c751c2274eb1f47eb71d61c7e233d38ddc83f34d092cb842676830699ad6ee8af4

diff --git a/dev-python/python3-saml/python3-saml-1.14.0.ebuild 
b/dev-python/python3-saml/python3-saml-1.14.0.ebuild
new file mode 100644
index ..a74a6b60696b
--- /dev/null
+++ b/dev-python/python3-saml/python3-saml-1.14.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 '/lxml/s/=/' -i setup.py || die
+   distutils-r1_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/python3-saml/

2022-01-28 Thread Arthur Zamarin
commit: c84c50215b96376d9dfa5a63a490149200ba14ec
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jan 29 06:36:49 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jan 29 06:36:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c84c5021

dev-python/python3-saml: add 1.13.0

Closes: https://bugs.gentoo.org/832228
Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/python3-saml/Manifest   |  1 +
 dev-python/python3-saml/python3-saml-1.13.0.ebuild | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/python3-saml/Manifest b/dev-python/python3-saml/Manifest
index 616c9b883df2..b4371a78cfb7 100644
--- a/dev-python/python3-saml/Manifest
+++ b/dev-python/python3-saml/Manifest
@@ -1 +1,2 @@
 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

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 ..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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/python3-saml/

2021-08-07 Thread Michał Górny
commit: bd287e031f2a8c5225c420efa4438ac0165601a6
Author: Arthur Zamarin  gmail  com>
AuthorDate: Fri Aug  6 07:36:46 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug  7 12:16:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd287e03

dev-python/python3-saml: drop 1.9.0, 1.10.0, 1.10.1

Signed-off-by: Arthur Zamarin  gmail.com>
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/python3-saml/Manifest   |  3 --
 dev-python/python3-saml/python3-saml-1.10.0.ebuild | 36 --
 dev-python/python3-saml/python3-saml-1.10.1.ebuild | 36 --
 dev-python/python3-saml/python3-saml-1.9.0.ebuild  | 32 ---
 4 files changed, 107 deletions(-)

diff --git a/dev-python/python3-saml/Manifest b/dev-python/python3-saml/Manifest
index e63e20c6ee2..616c9b883df 100644
--- a/dev-python/python3-saml/Manifest
+++ b/dev-python/python3-saml/Manifest
@@ -1,4 +1 @@
-DIST python3-saml-1.10.0.tar.gz 503005 BLAKE2B 
88be9b00082d00c86081432dd6789c0f040e8e210d3d1de218f8bf7a41cf32acce6aa90f92b6e083142a2a5c8f820eb9f8b6e880e742400b8bb83e7eb28db392
 SHA512 
82d15ef4315d25b38506177cbb4ef095a0546705035491847597b353486e119026c700f5d4d22764c93646f645e13d93d75bd3541c2c5b31343bcee35a42ead3
-DIST python3-saml-1.10.1.tar.gz 503178 BLAKE2B 
6c87f26db03799ee92211baf1216751c293ae6182d8f8abb094fcc47c2c28ca7be933b64b0dc3cbd52ea55a0cd19c4fc96a71bb89839d41fdd3eb3daee21d293
 SHA512 
64bd3fc11749ef8340fa59788277e5213edec6d93f7924e412e517846623dce88b97c407ca7ae0d58172cc78a8b713c2916fe5c29df3419fa10f34b84bdb549c
 DIST python3-saml-1.11.0.tar.gz 506373 BLAKE2B 
909244e18b6ccb3cd0ed0059e387c14eb75a1a0fb709bdbc33f6dbcdda5b70359e6fedd77ab88e580aaf28503ca3f3fe49308f56338a1d8855149a7ba992034d
 SHA512 
9e54eee28e2b6430d9f08342c312997b6a20f85e3f663573b93c4d8d65a6540c7d6f4e05d35314014b20ba080110a2a51718ac6754ef2b19bfe23d2d4381de24
-DIST python3-saml-1.9.0.tar.gz 497106 BLAKE2B 
c3b282be835dcd0590125563ed0380bbb5d486aeffd60fa0d6a1e7d22b25ffaa03a1bea20b1465b27b352df0936d21b919ce73a3671d63f07a52b3efdb37
 SHA512 
a5171258b917c02f10a0c420a19fe6829a034df1dfd87135351b9c187314dca2f973012f49056f391444aba76306adfd48cd77a859274d5cbd2a8c23a00af78d

diff --git a/dev-python/python3-saml/python3-saml-1.10.0.ebuild 
b/dev-python/python3-saml/python3-saml-1.10.0.ebuild
deleted file mode 100644
index ca0bb11a6cd..000
--- a/dev-python/python3-saml/python3-saml-1.10.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-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}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-
-RDEPEND="
-   >=dev-python/isodate-0.5.0[${PYTHON_USEDEP}]
-   >=dev-python/lxml-3.3.5[${PYTHON_USEDEP}]
-   >=dev-python/python-xmlsec-1.0.5[${PYTHON_USEDEP}]
-   >=dev-python/defusedxml-0.6.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/freezegun[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests setup.py
-
-src_prepare() {
-   # unpin deps
-   sed -i -e 's:==:>=:' setup.py || die
-   distutils-r1_src_prepare
-}

diff --git a/dev-python/python3-saml/python3-saml-1.10.1.ebuild 
b/dev-python/python3-saml/python3-saml-1.10.1.ebuild
deleted file mode 100644
index ca0bb11a6cd..000
--- a/dev-python/python3-saml/python3-saml-1.10.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-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}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-
-RDEPEND="
-   >=dev-python/isodate-0.5.0[${PYTHON_USEDEP}]
-   >=dev-python/lxml-3.3.5[${PYTHON_USEDEP}]
-   >=dev-python/python-xmlsec-1.0.5[${PYTHON_USEDEP}]
-   >=dev-python/defusedxml-0.6.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/freezegun[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests setup.py
-
-src_prepare() {
-   # unpin deps
-   sed -i -e 's:==:>=:' setup.py || die
-   distutils-r1_src_prepare
-}

diff --git a/dev-python/python3-saml/python3-saml-1.9.0.ebuild 
b/dev-python/python3-saml/python3-saml-1.9.0.ebuild
deleted file mode 100644
index 0b93289072f..000
--- a/dev-python/python3-saml/python3-saml-1.9.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms 

[gentoo-commits] repo/gentoo:master commit in: dev-python/python3-saml/

2021-08-07 Thread Michał Górny
commit: bf24c85c94705e3a33a2357786176b8e00464ff7
Author: Arthur Zamarin  gmail  com>
AuthorDate: Fri Aug  6 07:26:58 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug  7 12:16:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf24c85c

dev-python/python3-saml: add 1.11.0

 - enable py3.10
 - bump to EAPI=8
 - remove `dev-python/defusedxml` dependency, unneeded from
   new versions

Signed-off-by: Arthur Zamarin  gmail.com>
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/python3-saml/Manifest   |  1 +
 dev-python/python3-saml/python3-saml-1.11.0.ebuild | 35 ++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/python3-saml/Manifest b/dev-python/python3-saml/Manifest
index 59e40f53dda..e63e20c6ee2 100644
--- a/dev-python/python3-saml/Manifest
+++ b/dev-python/python3-saml/Manifest
@@ -1,3 +1,4 @@
 DIST python3-saml-1.10.0.tar.gz 503005 BLAKE2B 
88be9b00082d00c86081432dd6789c0f040e8e210d3d1de218f8bf7a41cf32acce6aa90f92b6e083142a2a5c8f820eb9f8b6e880e742400b8bb83e7eb28db392
 SHA512 
82d15ef4315d25b38506177cbb4ef095a0546705035491847597b353486e119026c700f5d4d22764c93646f645e13d93d75bd3541c2c5b31343bcee35a42ead3
 DIST python3-saml-1.10.1.tar.gz 503178 BLAKE2B 
6c87f26db03799ee92211baf1216751c293ae6182d8f8abb094fcc47c2c28ca7be933b64b0dc3cbd52ea55a0cd19c4fc96a71bb89839d41fdd3eb3daee21d293
 SHA512 
64bd3fc11749ef8340fa59788277e5213edec6d93f7924e412e517846623dce88b97c407ca7ae0d58172cc78a8b713c2916fe5c29df3419fa10f34b84bdb549c
+DIST python3-saml-1.11.0.tar.gz 506373 BLAKE2B 
909244e18b6ccb3cd0ed0059e387c14eb75a1a0fb709bdbc33f6dbcdda5b70359e6fedd77ab88e580aaf28503ca3f3fe49308f56338a1d8855149a7ba992034d
 SHA512 
9e54eee28e2b6430d9f08342c312997b6a20f85e3f663573b93c4d8d65a6540c7d6f4e05d35314014b20ba080110a2a51718ac6754ef2b19bfe23d2d4381de24
 DIST python3-saml-1.9.0.tar.gz 497106 BLAKE2B 
c3b282be835dcd0590125563ed0380bbb5d486aeffd60fa0d6a1e7d22b25ffaa03a1bea20b1465b27b352df0936d21b919ce73a3671d63f07a52b3efdb37
 SHA512 
a5171258b917c02f10a0c420a19fe6829a034df1dfd87135351b9c187314dca2f973012f49056f391444aba76306adfd48cd77a859274d5cbd2a8c23a00af78d

diff --git a/dev-python/python3-saml/python3-saml-1.11.0.ebuild 
b/dev-python/python3-saml/python3-saml-1.11.0.ebuild
new file mode 100644
index 000..0d7e03a43ba
--- /dev/null
+++ b/dev-python/python3-saml/python3-saml-1.11.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+
+RDEPEND="
+   >=dev-python/isodate-0.5.0[${PYTHON_USEDEP}]
+   >=dev-python/lxml-3.3.5[${PYTHON_USEDEP}]
+   >=dev-python/python-xmlsec-1.0.5[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/freezegun[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests setup.py
+
+src_prepare() {
+   # unpin deps
+   sed -i -e 's:==:>=:' setup.py || die
+   distutils-r1_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/python3-saml/

2021-01-28 Thread Patrick McLean
commit: a13338c8b4cf10b4c9a76a72d66d47b971d881c2
Author: Patrick McLean  sony  com>
AuthorDate: Thu Jan 28 19:16:39 2021 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu Jan 28 19:16:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a13338c8

dev-python/python3-saml-1.10.1: Version bump

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Patrick McLean  gentoo.org>

 dev-python/python3-saml/Manifest   |  1 +
 dev-python/python3-saml/python3-saml-1.10.1.ebuild | 36 ++
 2 files changed, 37 insertions(+)

diff --git a/dev-python/python3-saml/Manifest b/dev-python/python3-saml/Manifest
index 69a6b153fe4..59e40f53dda 100644
--- a/dev-python/python3-saml/Manifest
+++ b/dev-python/python3-saml/Manifest
@@ -1,2 +1,3 @@
 DIST python3-saml-1.10.0.tar.gz 503005 BLAKE2B 
88be9b00082d00c86081432dd6789c0f040e8e210d3d1de218f8bf7a41cf32acce6aa90f92b6e083142a2a5c8f820eb9f8b6e880e742400b8bb83e7eb28db392
 SHA512 
82d15ef4315d25b38506177cbb4ef095a0546705035491847597b353486e119026c700f5d4d22764c93646f645e13d93d75bd3541c2c5b31343bcee35a42ead3
+DIST python3-saml-1.10.1.tar.gz 503178 BLAKE2B 
6c87f26db03799ee92211baf1216751c293ae6182d8f8abb094fcc47c2c28ca7be933b64b0dc3cbd52ea55a0cd19c4fc96a71bb89839d41fdd3eb3daee21d293
 SHA512 
64bd3fc11749ef8340fa59788277e5213edec6d93f7924e412e517846623dce88b97c407ca7ae0d58172cc78a8b713c2916fe5c29df3419fa10f34b84bdb549c
 DIST python3-saml-1.9.0.tar.gz 497106 BLAKE2B 
c3b282be835dcd0590125563ed0380bbb5d486aeffd60fa0d6a1e7d22b25ffaa03a1bea20b1465b27b352df0936d21b919ce73a3671d63f07a52b3efdb37
 SHA512 
a5171258b917c02f10a0c420a19fe6829a034df1dfd87135351b9c187314dca2f973012f49056f391444aba76306adfd48cd77a859274d5cbd2a8c23a00af78d

diff --git a/dev-python/python3-saml/python3-saml-1.10.1.ebuild 
b/dev-python/python3-saml/python3-saml-1.10.1.ebuild
new file mode 100644
index 000..ca0bb11a6cd
--- /dev/null
+++ b/dev-python/python3-saml/python3-saml-1.10.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+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}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+
+RDEPEND="
+   >=dev-python/isodate-0.5.0[${PYTHON_USEDEP}]
+   >=dev-python/lxml-3.3.5[${PYTHON_USEDEP}]
+   >=dev-python/python-xmlsec-1.0.5[${PYTHON_USEDEP}]
+   >=dev-python/defusedxml-0.6.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/freezegun[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests setup.py
+
+src_prepare() {
+   # unpin deps
+   sed -i -e 's:==:>=:' setup.py || die
+   distutils-r1_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/python3-saml/

2021-01-14 Thread Michał Górny
commit: 2ad7ee11baf5af82f0e8a9342ffb325be18dcc20
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 14 17:56:29 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan 14 21:29:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ad7ee11

dev-python/python3-saml: Add python@ as co-maint

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/python3-saml/metadata.xml   | 4 
 dev-python/python3-saml/python3-saml-1.10.0.ebuild | 6 ++
 2 files changed, 10 insertions(+)

diff --git a/dev-python/python3-saml/metadata.xml 
b/dev-python/python3-saml/metadata.xml
index 9a923ba5ee0..9806814b89c 100644
--- a/dev-python/python3-saml/metadata.xml
+++ b/dev-python/python3-saml/metadata.xml
@@ -5,6 +5,10 @@
chutz...@gentoo.org
Patrick McLean

+   
+   pyt...@gentoo.org
+   Python
+   

python3-saml
onelogin/python3-saml

diff --git a/dev-python/python3-saml/python3-saml-1.10.0.ebuild 
b/dev-python/python3-saml/python3-saml-1.10.0.ebuild
index c630f35c139..ca0bb11a6cd 100644
--- a/dev-python/python3-saml/python3-saml-1.10.0.ebuild
+++ b/dev-python/python3-saml/python3-saml-1.10.0.ebuild
@@ -28,3 +28,9 @@ BDEPEND="
 "
 
 distutils_enable_tests setup.py
+
+src_prepare() {
+   # unpin deps
+   sed -i -e 's:==:>=:' setup.py || die
+   distutils-r1_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/python3-saml/

2021-01-14 Thread Michał Górny
commit: c27df450ef086b9c6eb11f7c6c27bd3e3ad94c71
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 14 17:56:09 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan 14 21:29:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c27df450

dev-python/python3-saml: Bump to 1.10.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/python3-saml/Manifest   |  1 +
 dev-python/python3-saml/python3-saml-1.10.0.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/python3-saml/Manifest b/dev-python/python3-saml/Manifest
index 23148cdb8a9..69a6b153fe4 100644
--- a/dev-python/python3-saml/Manifest
+++ b/dev-python/python3-saml/Manifest
@@ -1 +1,2 @@
+DIST python3-saml-1.10.0.tar.gz 503005 BLAKE2B 
88be9b00082d00c86081432dd6789c0f040e8e210d3d1de218f8bf7a41cf32acce6aa90f92b6e083142a2a5c8f820eb9f8b6e880e742400b8bb83e7eb28db392
 SHA512 
82d15ef4315d25b38506177cbb4ef095a0546705035491847597b353486e119026c700f5d4d22764c93646f645e13d93d75bd3541c2c5b31343bcee35a42ead3
 DIST python3-saml-1.9.0.tar.gz 497106 BLAKE2B 
c3b282be835dcd0590125563ed0380bbb5d486aeffd60fa0d6a1e7d22b25ffaa03a1bea20b1465b27b352df0936d21b919ce73a3671d63f07a52b3efdb37
 SHA512 
a5171258b917c02f10a0c420a19fe6829a034df1dfd87135351b9c187314dca2f973012f49056f391444aba76306adfd48cd77a859274d5cbd2a8c23a00af78d

diff --git a/dev-python/python3-saml/python3-saml-1.10.0.ebuild 
b/dev-python/python3-saml/python3-saml-1.10.0.ebuild
new file mode 100644
index 000..c630f35c139
--- /dev/null
+++ b/dev-python/python3-saml/python3-saml-1.10.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+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}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+
+RDEPEND="
+   >=dev-python/isodate-0.5.0[${PYTHON_USEDEP}]
+   >=dev-python/lxml-3.3.5[${PYTHON_USEDEP}]
+   >=dev-python/python-xmlsec-1.0.5[${PYTHON_USEDEP}]
+   >=dev-python/defusedxml-0.6.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/freezegun[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests setup.py



[gentoo-commits] repo/gentoo:master commit in: dev-python/python3-saml/

2020-02-25 Thread Georgy Yakovlev
commit: cf2b23cf047ab6245be22893946dd450a4a12e1d
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue Feb 25 07:47:43 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Feb 25 07:47:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf2b23cf

dev-python/python3-saml: keyword on ~ppc64, bug #710752

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-python/python3-saml/python3-saml-1.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python3-saml/python3-saml-1.9.0.ebuild 
b/dev-python/python3-saml/python3-saml-1.9.0.ebuild
index b38763544fc..dfaa71d04c5 100644
--- a/dev-python/python3-saml/python3-saml-1.9.0.ebuild
+++ b/dev-python/python3-saml/python3-saml-1.9.0.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/onelogin/python3-saml/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/python3-saml/

2020-02-24 Thread Patrick McLean
commit: 65f1c8bd04301067903f937956a862f299d62047
Author: Patrick McLean  sony  com>
AuthorDate: Tue Feb 25 01:40:10 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Feb 25 02:05:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65f1c8bd

dev-python/python3-saml: New package

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Patrick McLean  gentoo.org>

 dev-python/python3-saml/Manifest  |  1 +
 dev-python/python3-saml/metadata.xml  |  8 ++
 dev-python/python3-saml/python3-saml-1.9.0.ebuild | 32 +++
 3 files changed, 41 insertions(+)

diff --git a/dev-python/python3-saml/Manifest b/dev-python/python3-saml/Manifest
new file mode 100644
index 000..23148cdb8a9
--- /dev/null
+++ b/dev-python/python3-saml/Manifest
@@ -0,0 +1 @@
+DIST python3-saml-1.9.0.tar.gz 497106 BLAKE2B 
c3b282be835dcd0590125563ed0380bbb5d486aeffd60fa0d6a1e7d22b25ffaa03a1bea20b1465b27b352df0936d21b919ce73a3671d63f07a52b3efdb37
 SHA512 
a5171258b917c02f10a0c420a19fe6829a034df1dfd87135351b9c187314dca2f973012f49056f391444aba76306adfd48cd77a859274d5cbd2a8c23a00af78d

diff --git a/dev-python/python3-saml/metadata.xml 
b/dev-python/python3-saml/metadata.xml
new file mode 100644
index 000..56cae167d37
--- /dev/null
+++ b/dev-python/python3-saml/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+chutz...@gentoo.org
+Patrick McLean
+  
+

diff --git a/dev-python/python3-saml/python3-saml-1.9.0.ebuild 
b/dev-python/python3-saml/python3-saml-1.9.0.ebuild
new file mode 100644
index 000..b38763544fc
--- /dev/null
+++ b/dev-python/python3-saml/python3-saml-1.9.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+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}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+CDEPEND="
+   dev-python/isodate[${PYTHON_USEDEP}]
+   dev-python/python-xmlsec[${PYTHON_USEDEP}]
+   dev-python/defusedxml[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/freezegun[${PYTHON_USEDEP}]
+   )
+"
+RDEPEND="${CDEPEND}"
+
+distutils_enable_tests setup.py