Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python3-saml/
Date: Mon, 16 May 2022 13:27:59
Message-Id: 1652707482.092d2a4ed5a90d67a9d4deae8710d151b1eb04c5.mgorny@gentoo
1 commit: 092d2a4ed5a90d67a9d4deae8710d151b1eb04c5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 16 13:24:42 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 16 13:24:42 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=092d2a4e
7
8 dev-python/python3-saml: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/python3-saml/Manifest | 2 --
13 dev-python/python3-saml/python3-saml-1.11.0.ebuild | 35 -------------------
14 dev-python/python3-saml/python3-saml-1.13.0.ebuild | 39 ----------------------
15 3 files changed, 76 deletions(-)
16
17 diff --git a/dev-python/python3-saml/Manifest b/dev-python/python3-saml/Manifest
18 index 18a0b376494e..04780796bcb9 100644
19 --- a/dev-python/python3-saml/Manifest
20 +++ b/dev-python/python3-saml/Manifest
21 @@ -1,3 +1 @@
22 -DIST python3-saml-1.11.0.tar.gz 506373 BLAKE2B 909244e18b6ccb3cd0ed0059e387c14eb75a1a0fb709bdbc33f6dbcdda5b70359e6fedd77ab88e580aaf28503ca3f3fe49308f56338a1d8855149a7ba992034d SHA512 9e54eee28e2b6430d9f08342c312997b6a20f85e3f663573b93c4d8d65a6540c7d6f4e05d35314014b20ba080110a2a51718ac6754ef2b19bfe23d2d4381de24
23 -DIST python3-saml-1.13.0.gh.tar.gz 509986 BLAKE2B e7c1720683f0391fe943de6ac95c69605a9e1499cf68d9bc416b56390bb5a4f16b17722aad4f6af2cf018195251554ebcc27a10a1605529fd3c98dd37efa4fea SHA512 e13325cdb2857d95ebd34dc4417f7929a76d1afdeb11972ef2fe3719c2db210137c5fef2c5dd4c09bd4dc467aa76afe5cbf14015f7eaf0941b369487313d3c97
24 DIST python3-saml-1.14.0.gh.tar.gz 510031 BLAKE2B 10c1102b29b58017a39241dbab7d2fb85231f051e3701ff24197f2e501ae19b1889d4032fe86a60ed5ee708380d44111dc6ab87900c8463a141ea911fe774eeb SHA512 6807a4741164dfdf185a4c63691d5a1f0e91feff387265dc8b54b135d44158c751c2274eb1f47eb71d61c7e233d38ddc83f34d092cb842676830699ad6ee8af4
25
26 diff --git a/dev-python/python3-saml/python3-saml-1.11.0.ebuild b/dev-python/python3-saml/python3-saml-1.11.0.ebuild
27 deleted file mode 100644
28 index 0d7e03a43ba0..000000000000
29 --- a/dev-python/python3-saml/python3-saml-1.11.0.ebuild
30 +++ /dev/null
31 @@ -1,35 +0,0 @@
32 -# Copyright 2020-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -PYTHON_COMPAT=( python3_{8..10} )
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="OneLogin's SAML Python Toolkit"
41 -HOMEPAGE="https://github.com/onelogin/python3-saml
42 - https://pypi.org/project/python3-saml/"
43 -SRC_URI="https://github.com/onelogin/python3-saml/archive/v${PV}.tar.gz -> ${P}.tar.gz"
44 -
45 -LICENSE="MIT"
46 -SLOT="0"
47 -KEYWORDS="~amd64 ~ppc64 ~x86"
48 -
49 -RDEPEND="
50 - >=dev-python/isodate-0.5.0[${PYTHON_USEDEP}]
51 - >=dev-python/lxml-3.3.5[${PYTHON_USEDEP}]
52 - >=dev-python/python-xmlsec-1.0.5[${PYTHON_USEDEP}]
53 -"
54 -BDEPEND="
55 - test? (
56 - dev-python/freezegun[${PYTHON_USEDEP}]
57 - )
58 -"
59 -
60 -distutils_enable_tests setup.py
61 -
62 -src_prepare() {
63 - # unpin deps
64 - sed -i -e 's:==:>=:' setup.py || die
65 - distutils-r1_src_prepare
66 -}
67
68 diff --git a/dev-python/python3-saml/python3-saml-1.13.0.ebuild b/dev-python/python3-saml/python3-saml-1.13.0.ebuild
69 deleted file mode 100644
70 index eeea40c22257..000000000000
71 --- a/dev-python/python3-saml/python3-saml-1.13.0.ebuild
72 +++ /dev/null
73 @@ -1,39 +0,0 @@
74 -# Copyright 2020-2022 Gentoo Authors
75 -# Distributed under the terms of the GNU General Public License v2
76 -
77 -EAPI=8
78 -
79 -DISTUTILS_USE_PEP517=setuptools
80 -PYTHON_COMPAT=( python3_{8..10} )
81 -inherit distutils-r1
82 -
83 -DESCRIPTION="OneLogin's SAML Python Toolkit"
84 -HOMEPAGE="https://github.com/onelogin/python3-saml
85 - https://pypi.org/project/python3-saml/"
86 -SRC_URI="
87 - https://github.com/onelogin/python3-saml/archive/v${PV}.tar.gz
88 - -> ${P}.gh.tar.gz"
89 -
90 -LICENSE="MIT"
91 -SLOT="0"
92 -KEYWORDS="~amd64 ~ppc64 ~x86"
93 -
94 -RDEPEND="
95 - >=dev-python/isodate-0.6.1[${PYTHON_USEDEP}]
96 - >=dev-python/lxml-4.7.0[${PYTHON_USEDEP}]
97 - >=dev-python/python-xmlsec-1.3.9[${PYTHON_USEDEP}]
98 -"
99 -BDEPEND="
100 - test? (
101 - dev-python/freezegun[${PYTHON_USEDEP}]
102 - dev-python/pytest[${PYTHON_USEDEP}]
103 - )
104 -"
105 -
106 -distutils_enable_tests setup.py
107 -
108 -src_prepare() {
109 - # unpin deps
110 - sed -e 's:==:>=:' -i setup.py || die
111 - distutils-r1_src_prepare
112 -}