diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-05-31 22:33:05 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-31 22:33:05 +0200 |
commit | 0f2b6238b42fa44e379b577921d72631ceb2da3e (patch) | |
tree | cfcbad273ae2a9d7efe79d90b89a36fa53c5d6e5 /dev-python/requests-credssp | |
parent | dev-python/quex: Remove old (diff) | |
download | gentoo-0f2b6238b42fa44e379b577921d72631ceb2da3e.tar.gz gentoo-0f2b6238b42fa44e379b577921d72631ceb2da3e.tar.bz2 gentoo-0f2b6238b42fa44e379b577921d72631ceb2da3e.zip |
dev-python/requests-credssp: Remove old
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.1.1.ebuild | 25 |
2 files changed, 0 insertions, 26 deletions
diff --git a/dev-python/requests-credssp/Manifest b/dev-python/requests-credssp/Manifest index fd14e59f7d7b..38af56c1593a 100644 --- a/dev-python/requests-credssp/Manifest +++ b/dev-python/requests-credssp/Manifest @@ -1,2 +1 @@ -DIST requests-credssp-1.1.1.tar.gz 23274 BLAKE2B ecd36a6e2ad3e8f7b72ce7aaf57a6cd36f4897bf412ecf03d9555eae11c4cbf56eb6e986aa4173626c6624d4ba05777564b17bbe2a87e2d4d42edb15dd3c0aa4 SHA512 729fedf768ca7ee253d395645f25d266c0f917b9319b97973b514ff00e71f4441a79b25b4a89bdb00952ec8544d4db0bc68184bd037fce6b587331c5827c2f71 DIST requests-credssp-1.2.0.tar.gz 18384 BLAKE2B 5d92326066f8e6abf675b3ab56522aceefb2ecf99bb58d44de4f0c40b46582b567888c6b888d21da29ef1746d070526c6d35601b88b5ca207f3c7f2b6c596260 SHA512 425e18b673cdf1006d6ab3d4108acdb2a8cdf6132646663741339c771aecada2cc237d919351cd0d2ca6022a0bcddba92b3b44b15386d683c6c18db461b8c7fd diff --git a/dev-python/requests-credssp/requests-credssp-1.1.1.ebuild b/dev-python/requests-credssp/requests-credssp-1.1.1.ebuild deleted file mode 100644 index 2ba5cd3dfcc9..000000000000 --- a/dev-python/requests-credssp/requests-credssp-1.1.1.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_7 ) -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}]" |