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/ntlm-auth/
Date: Sun, 12 Jan 2020 11:25:25
Message-Id: 1578828310.084f5a3b0336767dd71e40105cc78652b4cb892a.mgorny@gentoo
1 commit: 084f5a3b0336767dd71e40105cc78652b4cb892a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 12 11:13:33 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 12 11:25:10 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=084f5a3b
7
8 dev-python/ntlm-auth: Remove mistaken dep on ordereddict
9
10 This package needs ordereddict for Python < 2.7, not 2.7 itself.
11
12 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
13
14 dev-python/ntlm-auth/ntlm-auth-1.1.0.ebuild | 3 +--
15 dev-python/ntlm-auth/ntlm-auth-1.2.0.ebuild | 3 +--
16 dev-python/ntlm-auth/ntlm-auth-1.3.0.ebuild | 3 +--
17 .../ntlm-auth/{ntlm-auth-1.4.0.ebuild => ntlm-auth-1.4.0-r1.ebuild} | 3 +--
18 4 files changed, 4 insertions(+), 8 deletions(-)
19
20 diff --git a/dev-python/ntlm-auth/ntlm-auth-1.1.0.ebuild b/dev-python/ntlm-auth/ntlm-auth-1.1.0.ebuild
21 index 1b47c71d434..4b2433e2009 100644
22 --- a/dev-python/ntlm-auth/ntlm-auth-1.1.0.ebuild
23 +++ b/dev-python/ntlm-auth/ntlm-auth-1.1.0.ebuild
24 @@ -16,6 +16,5 @@ LICENSE="MIT"
25 KEYWORDS="~amd64 ~x86"
26 IUSE=""
27
28 -RDEPEND="dev-python/six[${PYTHON_USEDEP}]
29 - $(python_gen_cond_dep 'dev-python/ordereddict[${PYTHON_USEDEP}]' python2_7)"
30 +RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
31 DEPEND="${RDEPEND}"
32
33 diff --git a/dev-python/ntlm-auth/ntlm-auth-1.2.0.ebuild b/dev-python/ntlm-auth/ntlm-auth-1.2.0.ebuild
34 index 1b47c71d434..4b2433e2009 100644
35 --- a/dev-python/ntlm-auth/ntlm-auth-1.2.0.ebuild
36 +++ b/dev-python/ntlm-auth/ntlm-auth-1.2.0.ebuild
37 @@ -16,6 +16,5 @@ LICENSE="MIT"
38 KEYWORDS="~amd64 ~x86"
39 IUSE=""
40
41 -RDEPEND="dev-python/six[${PYTHON_USEDEP}]
42 - $(python_gen_cond_dep 'dev-python/ordereddict[${PYTHON_USEDEP}]' python2_7)"
43 +RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
44 DEPEND="${RDEPEND}"
45
46 diff --git a/dev-python/ntlm-auth/ntlm-auth-1.3.0.ebuild b/dev-python/ntlm-auth/ntlm-auth-1.3.0.ebuild
47 index 5569f7c7e2d..f34de2bf8fe 100644
48 --- a/dev-python/ntlm-auth/ntlm-auth-1.3.0.ebuild
49 +++ b/dev-python/ntlm-auth/ntlm-auth-1.3.0.ebuild
50 @@ -17,6 +17,5 @@ KEYWORDS="~amd64 ~x86"
51 IUSE=""
52
53 RDEPEND="dev-python/cryptography[${PYTHON_USEDEP}]
54 - dev-python/six[${PYTHON_USEDEP}]
55 - $(python_gen_cond_dep 'dev-python/ordereddict[${PYTHON_USEDEP}]' python2_7)"
56 + dev-python/six[${PYTHON_USEDEP}]"
57 DEPEND="${RDEPEND}"
58
59 diff --git a/dev-python/ntlm-auth/ntlm-auth-1.4.0.ebuild b/dev-python/ntlm-auth/ntlm-auth-1.4.0-r1.ebuild
60 similarity index 81%
61 rename from dev-python/ntlm-auth/ntlm-auth-1.4.0.ebuild
62 rename to dev-python/ntlm-auth/ntlm-auth-1.4.0-r1.ebuild
63 index 5569f7c7e2d..f34de2bf8fe 100644
64 --- a/dev-python/ntlm-auth/ntlm-auth-1.4.0.ebuild
65 +++ b/dev-python/ntlm-auth/ntlm-auth-1.4.0-r1.ebuild
66 @@ -17,6 +17,5 @@ KEYWORDS="~amd64 ~x86"
67 IUSE=""
68
69 RDEPEND="dev-python/cryptography[${PYTHON_USEDEP}]
70 - dev-python/six[${PYTHON_USEDEP}]
71 - $(python_gen_cond_dep 'dev-python/ordereddict[${PYTHON_USEDEP}]' python2_7)"
72 + dev-python/six[${PYTHON_USEDEP}]"
73 DEPEND="${RDEPEND}"