diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-07-12 18:44:58 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-07-12 18:55:14 +0200 |
commit | d4ce62e5f7389a4900cc721fcc91a47b32bb96ce (patch) | |
tree | f8fe0f049b2ec14e3b1fbb2e158c6c8ac77eab45 /dev-python/requests-credssp | |
parent | dev-python/repoze-sphinx-autointerface: Remove redundant versions (diff) | |
download | gentoo-d4ce62e5f7389a4900cc721fcc91a47b32bb96ce.tar.gz gentoo-d4ce62e5f7389a4900cc721fcc91a47b32bb96ce.tar.bz2 gentoo-d4ce62e5f7389a4900cc721fcc91a47b32bb96ce.zip |
dev-python/requests-credssp: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/requests-credssp')
-rw-r--r-- | dev-python/requests-credssp/Manifest | 1 | ||||
-rw-r--r-- | dev-python/requests-credssp/requests-credssp-1.0.2.ebuild | 25 |
2 files changed, 0 insertions, 26 deletions
diff --git a/dev-python/requests-credssp/Manifest b/dev-python/requests-credssp/Manifest index 6999308752aa..e845eb7160b0 100644 --- a/dev-python/requests-credssp/Manifest +++ b/dev-python/requests-credssp/Manifest @@ -1,2 +1 @@ -DIST requests-credssp-1.0.2.tar.gz 21813 BLAKE2B 4626b31e9933e7fe5abdcba59834bedbc14afdd32b21d90124bbb458407213ba8cb92e98394f980f43aacd61de6c0e56e835cf47489ea55338a3dcdd171099e4 SHA512 8a076fc53eee73e24b08f6283b02a48519b9df076222b2e37c145c1d4c1756c29ccc41f0016c5a8ee7f5f7bf76c95fa158016f2cddd42b45a5ab2182939ffae0 DIST requests-credssp-1.1.1.tar.gz 23274 BLAKE2B ecd36a6e2ad3e8f7b72ce7aaf57a6cd36f4897bf412ecf03d9555eae11c4cbf56eb6e986aa4173626c6624d4ba05777564b17bbe2a87e2d4d42edb15dd3c0aa4 SHA512 729fedf768ca7ee253d395645f25d266c0f917b9319b97973b514ff00e71f4441a79b25b4a89bdb00952ec8544d4db0bc68184bd037fce6b587331c5827c2f71 diff --git a/dev-python/requests-credssp/requests-credssp-1.0.2.ebuild b/dev-python/requests-credssp/requests-credssp-1.0.2.ebuild deleted file mode 100644 index 9d23c06de361..000000000000 --- a/dev-python/requests-credssp/requests-credssp-1.0.2.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_6 ) -inherit distutils-r1 - -DESCRIPTION="HTTPS CredSSP authentication with the requests library" -HOMEPAGE="https://pypi.org/project/requests-credssp/" -SRC_URI="mirror://pypi/r/requests-credssp/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND="dev-python/cryptography[${PYTHON_USEDEP}] - dev-python/ntlm-auth[${PYTHON_USEDEP}] - dev-python/pyasn1[${PYTHON_USEDEP}] - dev-python/pyopenssl[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" |