Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/requests-credssp/
Date: Mon, 31 May 2021 20:42:53
Message-Id: 1622493185.0f2b6238b42fa44e379b577921d72631ceb2da3e.mgorny@gentoo
1 commit: 0f2b6238b42fa44e379b577921d72631ceb2da3e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 31 20:33:05 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 31 20:33:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f2b6238
7
8 dev-python/requests-credssp: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/requests-credssp/Manifest | 1 -
13 .../requests-credssp/requests-credssp-1.1.1.ebuild | 25 ----------------------
14 2 files changed, 26 deletions(-)
15
16 diff --git a/dev-python/requests-credssp/Manifest b/dev-python/requests-credssp/Manifest
17 index fd14e59f7d7..38af56c1593 100644
18 --- a/dev-python/requests-credssp/Manifest
19 +++ b/dev-python/requests-credssp/Manifest
20 @@ -1,2 +1 @@
21 -DIST requests-credssp-1.1.1.tar.gz 23274 BLAKE2B ecd36a6e2ad3e8f7b72ce7aaf57a6cd36f4897bf412ecf03d9555eae11c4cbf56eb6e986aa4173626c6624d4ba05777564b17bbe2a87e2d4d42edb15dd3c0aa4 SHA512 729fedf768ca7ee253d395645f25d266c0f917b9319b97973b514ff00e71f4441a79b25b4a89bdb00952ec8544d4db0bc68184bd037fce6b587331c5827c2f71
22 DIST requests-credssp-1.2.0.tar.gz 18384 BLAKE2B 5d92326066f8e6abf675b3ab56522aceefb2ecf99bb58d44de4f0c40b46582b567888c6b888d21da29ef1746d070526c6d35601b88b5ca207f3c7f2b6c596260 SHA512 425e18b673cdf1006d6ab3d4108acdb2a8cdf6132646663741339c771aecada2cc237d919351cd0d2ca6022a0bcddba92b3b44b15386d683c6c18db461b8c7fd
23
24 diff --git a/dev-python/requests-credssp/requests-credssp-1.1.1.ebuild b/dev-python/requests-credssp/requests-credssp-1.1.1.ebuild
25 deleted file mode 100644
26 index 2ba5cd3dfcc..00000000000
27 --- a/dev-python/requests-credssp/requests-credssp-1.1.1.ebuild
28 +++ /dev/null
29 @@ -1,25 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -PYTHON_COMPAT=( python3_7 )
36 -inherit distutils-r1
37 -
38 -DESCRIPTION="HTTPS CredSSP authentication with the requests library"
39 -HOMEPAGE="https://pypi.org/project/requests-credssp/"
40 -SRC_URI="mirror://pypi/r/requests-credssp/${P}.tar.gz"
41 -
42 -LICENSE="MIT"
43 -SLOT="0"
44 -KEYWORDS="~amd64"
45 -IUSE=""
46 -
47 -RDEPEND="dev-python/cryptography[${PYTHON_USEDEP}]
48 - dev-python/ntlm-auth[${PYTHON_USEDEP}]
49 - dev-python/pyasn1[${PYTHON_USEDEP}]
50 - dev-python/pyopenssl[${PYTHON_USEDEP}]
51 - dev-python/requests[${PYTHON_USEDEP}]
52 - dev-python/six[${PYTHON_USEDEP}]"
53 -DEPEND="${RDEPEND}
54 - dev-python/setuptools[${PYTHON_USEDEP}]"