diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-11-27 17:13:54 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-11-27 17:18:27 +0100 |
commit | 40bf517b4d510c8bc797714c0429be55ffcdbb48 (patch) | |
tree | 7b802865ce52b687100d3ab91541cfbfb0e9a440 /dev-python/pysaml2 | |
parent | dev-python/ovsdbapp: Remove old (diff) | |
download | gentoo-40bf517b4d510c8bc797714c0429be55ffcdbb48.tar.gz gentoo-40bf517b4d510c8bc797714c0429be55ffcdbb48.tar.bz2 gentoo-40bf517b4d510c8bc797714c0429be55ffcdbb48.zip |
dev-python/pysaml2: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pysaml2')
-rw-r--r-- | dev-python/pysaml2/Manifest | 1 | ||||
-rw-r--r-- | dev-python/pysaml2/pysaml2-4.6.5-r1.ebuild | 42 |
2 files changed, 0 insertions, 43 deletions
diff --git a/dev-python/pysaml2/Manifest b/dev-python/pysaml2/Manifest index 70d8cff9845e..0123be1ab9c6 100644 --- a/dev-python/pysaml2/Manifest +++ b/dev-python/pysaml2/Manifest @@ -1,2 +1 @@ -DIST pysaml2-4.6.5.tar.gz 319131 BLAKE2B d2b78d00cc5e65717bae267fbe88c781d4583996025eb4a9602030215f842a29b625ba41905e867d887e4564bbacdb1251170af46e5f00cc0f9d202c7741418d SHA512 da9cd23f9bef37da1079bba539f91df6a79190fcf8ab20b4c025fd8eae9b147799623dcc1376acfb6ff06c8566a58d478f8da7765195fe058d54007a2ebe79bb DIST pysaml2-6.1.0.tar.gz 325101 BLAKE2B 254d1c57e03f13346db89ee18a885d03ce55ed6eec5649d5c764ed6bf97ff20e2a0715e5678409125737acf8fda464c331a17ebe422cc96518bdd3825cf8db05 SHA512 4b3f942a352e6e9ad8df9d3c41269d00dda9f4a71286a4030556d35e5e3946c214fa5c2942f529b1f1ee4dfc30a4d388dffa204f6bdc7614f65b8a3a37ea5ff9 diff --git a/dev-python/pysaml2/pysaml2-4.6.5-r1.ebuild b/dev-python/pysaml2/pysaml2-4.6.5-r1.ebuild deleted file mode 100644 index 9d807ccf40e8..000000000000 --- a/dev-python/pysaml2/pysaml2-4.6.5-r1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) - -inherit distutils-r1 - -DESCRIPTION="Python implementation of SAML Version 2 to be used in a WSGI environment" -HOMEPAGE="https://github.com/rohe/pysaml2" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86" -IUSE="" - -PATCHES=( -) - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND=">=dev-python/cryptography-1.4[${PYTHON_USEDEP}] - dev-python/defusedxml[${PYTHON_USEDEP}] - dev-python/future[${PYTHON_USEDEP}] - dev-python/pyopenssl[${PYTHON_USEDEP}] - dev-python/python-dateutil[${PYTHON_USEDEP}] - dev-python/pytz[${PYTHON_USEDEP}] - >=dev-python/requests-1.0.0[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}]" - -PATCHES=( "${FILESDIR}/cve-2020-5390.patch" ) - -python_prepare_all() { - # Work-around for bug 675824 - # With older setuptools, version = file:... is not supported, see Note 1 in: - # https://setuptools.readthedocs.io/en/latest/setuptools.html#metadata - # In such cases, hardcode the version - has_version ">=dev-python/setuptools-39.2.0" || \ - sed --in-place "s/^version = file:.*\$/version = ${PV}/" setup.cfg - ## - distutils-r1_python_prepare_all -} |