diff options
| author | Matthew Thode <prometheanfire@gentoo.org> | 2020-10-17 16:30:34 -0500 |
|---|---|---|
| committer | Matthew Thode <prometheanfire@gentoo.org> | 2020-10-17 16:53:45 -0500 |
| commit | 12a67c9621b22facaa542083029c85356b7bff15 (patch) | |
| tree | 73433311610a59f6ed23116a92993cb982249ee9 /dev-python | |
| parent | 0c236928efcb5960001df6926ad47ab767bd1b0b (diff) | |
| download | gentoo-12a67c9621b22facaa542083029c85356b7bff15.tar.gz gentoo-12a67c9621b22facaa542083029c85356b7bff15.tar.bz2 gentoo-12a67c9621b22facaa542083029c85356b7bff15.zip | |
dev-python/pysaml2: 6.1.0 bump
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/pysaml2/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/pysaml2/pysaml2-6.1.0.ebuild | 26 |
2 files changed, 27 insertions, 0 deletions
diff --git a/dev-python/pysaml2/Manifest b/dev-python/pysaml2/Manifest index afe789cd5930..70d8cff9845e 100644 --- a/dev-python/pysaml2/Manifest +++ b/dev-python/pysaml2/Manifest @@ -1 +1,2 @@ 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-6.1.0.ebuild b/dev-python/pysaml2/pysaml2-6.1.0.ebuild new file mode 100644 index 000000000000..3be144be98eb --- /dev/null +++ b/dev-python/pysaml2/pysaml2-6.1.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{7,8} ) +DISTUTILS_USE_SETUPTOOLS=bdepend + +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" + +RDEPEND=" + >=dev-python/cryptography-1.4[${PYTHON_USEDEP}] + dev-python/defusedxml[${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}] +" |
