Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pysaml2/
Date: Fri, 28 Feb 2020 16:30:00
Message-Id: 1582907386.fb6782d4bdfaedc803fd0e70791f5af297210c59.prometheanfire@gentoo
1 commit: fb6782d4bdfaedc803fd0e70791f5af297210c59
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 28 16:29:16 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 28 16:29:46 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb6782d4
7
8 dev-python/pysaml2: cleanup
9
10 Bug: https://bugs.gentoo.org/710732
11 Package-Manager: Portage-2.3.84, Repoman-2.3.20
12 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
13
14 dev-python/pysaml2/Manifest | 1 -
15 dev-python/pysaml2/pysaml2-4.6.3-r1.ebuild | 40 ------------------------------
16 dev-python/pysaml2/pysaml2-4.6.3.ebuild | 29 ----------------------
17 dev-python/pysaml2/pysaml2-4.6.5.ebuild | 40 ------------------------------
18 4 files changed, 110 deletions(-)
19
20 diff --git a/dev-python/pysaml2/Manifest b/dev-python/pysaml2/Manifest
21 index c89d751ca28..afe789cd593 100644
22 --- a/dev-python/pysaml2/Manifest
23 +++ b/dev-python/pysaml2/Manifest
24 @@ -1,2 +1 @@
25 -DIST pysaml2-4.6.3.tar.gz 316979 BLAKE2B cf393075903269ce93dd219bd23479949ce8e39383d8150f8ee30185733569fe79c7421b87b3439b95e707f17d5f513abfa2610be76441b8f18d8f75a5a9fdd3 SHA512 259f7395afad44caac32453a03bbdaf8c464adeeb856b78786b665281dbe75b37e8054efaf945a7d10333c0b09d9f516d606e95b157aed34c1cd0821b7255b9d
26 DIST pysaml2-4.6.5.tar.gz 319131 BLAKE2B d2b78d00cc5e65717bae267fbe88c781d4583996025eb4a9602030215f842a29b625ba41905e867d887e4564bbacdb1251170af46e5f00cc0f9d202c7741418d SHA512 da9cd23f9bef37da1079bba539f91df6a79190fcf8ab20b4c025fd8eae9b147799623dcc1376acfb6ff06c8566a58d478f8da7765195fe058d54007a2ebe79bb
27
28 diff --git a/dev-python/pysaml2/pysaml2-4.6.3-r1.ebuild b/dev-python/pysaml2/pysaml2-4.6.3-r1.ebuild
29 deleted file mode 100644
30 index 4a56f65c6b8..00000000000
31 --- a/dev-python/pysaml2/pysaml2-4.6.3-r1.ebuild
32 +++ /dev/null
33 @@ -1,40 +0,0 @@
34 -# Copyright 1999-2020 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -PYTHON_COMPAT=( python3_6 )
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="Python implementation of SAML Version 2 to be used in a WSGI environment"
43 -HOMEPAGE="https://github.com/rohe/pysaml2"
44 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
45 -
46 -LICENSE="Apache-2.0"
47 -SLOT="0"
48 -KEYWORDS="~amd64 ~arm64 ~x86"
49 -IUSE=""
50 -
51 -PATCHES=(
52 -)
53 -
54 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
55 -RDEPEND=">=dev-python/cryptography-1.4[${PYTHON_USEDEP}]
56 - dev-python/defusedxml[${PYTHON_USEDEP}]
57 - dev-python/future[${PYTHON_USEDEP}]
58 - dev-python/pyopenssl[${PYTHON_USEDEP}]
59 - dev-python/python-dateutil[${PYTHON_USEDEP}]
60 - dev-python/pytz[${PYTHON_USEDEP}]
61 - >=dev-python/requests-1.0.0[${PYTHON_USEDEP}]
62 - dev-python/six[${PYTHON_USEDEP}]"
63 -
64 -python_prepare_all() {
65 - # Work-around for bug 675824
66 - # With older setuptools, version = file:... is not supported, see Note 1 in:
67 - # https://setuptools.readthedocs.io/en/latest/setuptools.html#metadata
68 - # In such cases, hardcode the version
69 - has_version ">=dev-python/setuptools-39.2.0" || \
70 - sed --in-place "s/^version = file:.*\$/version = ${PV}/" setup.cfg
71 - ##
72 - distutils-r1_python_prepare_all
73 -}
74
75 diff --git a/dev-python/pysaml2/pysaml2-4.6.3.ebuild b/dev-python/pysaml2/pysaml2-4.6.3.ebuild
76 deleted file mode 100644
77 index 2ebbc1fd51b..00000000000
78 --- a/dev-python/pysaml2/pysaml2-4.6.3.ebuild
79 +++ /dev/null
80 @@ -1,29 +0,0 @@
81 -# Copyright 1999-2020 Gentoo Authors
82 -# Distributed under the terms of the GNU General Public License v2
83 -
84 -EAPI=6
85 -PYTHON_COMPAT=( python3_6 )
86 -
87 -inherit distutils-r1
88 -
89 -DESCRIPTION="Python implementation of SAML Version 2 to be used in a WSGI environment"
90 -HOMEPAGE="https://github.com/rohe/pysaml2"
91 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
92 -
93 -LICENSE="Apache-2.0"
94 -SLOT="0"
95 -KEYWORDS="amd64 ~arm64 x86"
96 -IUSE=""
97 -
98 -PATCHES=(
99 -)
100 -
101 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
102 -RDEPEND=">=dev-python/cryptography-1.4[${PYTHON_USEDEP}]
103 - dev-python/defusedxml[${PYTHON_USEDEP}]
104 - dev-python/future[${PYTHON_USEDEP}]
105 - dev-python/pyopenssl[${PYTHON_USEDEP}]
106 - dev-python/python-dateutil[${PYTHON_USEDEP}]
107 - dev-python/pytz[${PYTHON_USEDEP}]
108 - >=dev-python/requests-1.0.0[${PYTHON_USEDEP}]
109 - dev-python/six[${PYTHON_USEDEP}]"
110
111 diff --git a/dev-python/pysaml2/pysaml2-4.6.5.ebuild b/dev-python/pysaml2/pysaml2-4.6.5.ebuild
112 deleted file mode 100644
113 index a3f675d0b81..00000000000
114 --- a/dev-python/pysaml2/pysaml2-4.6.5.ebuild
115 +++ /dev/null
116 @@ -1,40 +0,0 @@
117 -# Copyright 1999-2020 Gentoo Authors
118 -# Distributed under the terms of the GNU General Public License v2
119 -
120 -EAPI=7
121 -PYTHON_COMPAT=( python3_{6,7} )
122 -
123 -inherit distutils-r1
124 -
125 -DESCRIPTION="Python implementation of SAML Version 2 to be used in a WSGI environment"
126 -HOMEPAGE="https://github.com/rohe/pysaml2"
127 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
128 -
129 -LICENSE="Apache-2.0"
130 -SLOT="0"
131 -KEYWORDS="amd64 ~arm64 x86"
132 -IUSE=""
133 -
134 -PATCHES=(
135 -)
136 -
137 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
138 -RDEPEND=">=dev-python/cryptography-1.4[${PYTHON_USEDEP}]
139 - dev-python/defusedxml[${PYTHON_USEDEP}]
140 - dev-python/future[${PYTHON_USEDEP}]
141 - dev-python/pyopenssl[${PYTHON_USEDEP}]
142 - dev-python/python-dateutil[${PYTHON_USEDEP}]
143 - dev-python/pytz[${PYTHON_USEDEP}]
144 - >=dev-python/requests-1.0.0[${PYTHON_USEDEP}]
145 - dev-python/six[${PYTHON_USEDEP}]"
146 -
147 -python_prepare_all() {
148 - # Work-around for bug 675824
149 - # With older setuptools, version = file:... is not supported, see Note 1 in:
150 - # https://setuptools.readthedocs.io/en/latest/setuptools.html#metadata
151 - # In such cases, hardcode the version
152 - has_version ">=dev-python/setuptools-39.2.0" || \
153 - sed --in-place "s/^version = file:.*\$/version = ${PV}/" setup.cfg
154 - ##
155 - distutils-r1_python_prepare_all
156 -}