Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/requests-credssp/
Date: Sun, 28 Nov 2021 12:06:11
Message-Id: 1638101159.a819b856361adae9c2ff9c5f6892760a679c10b4.marecki@gentoo
1 commit: a819b856361adae9c2ff9c5f6892760a679c10b4
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 28 11:04:56 2021 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 28 12:05:59 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a819b856
7
8 dev-python/requests-credssp: add 1.3.0, remove 1.2.0
9
10 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
11
12 dev-python/requests-credssp/Manifest | 2 +-
13 .../requests-credssp/requests-credssp-1.2.0.ebuild | 28 ----------------------
14 .../requests-credssp/requests-credssp-1.3.0.ebuild | 24 +++++++++++++++++++
15 3 files changed, 25 insertions(+), 29 deletions(-)
16
17 diff --git a/dev-python/requests-credssp/Manifest b/dev-python/requests-credssp/Manifest
18 index ca9270fbf0a4..05c5d94c1dc9 100644
19 --- a/dev-python/requests-credssp/Manifest
20 +++ b/dev-python/requests-credssp/Manifest
21 @@ -1 +1 @@
22 -DIST requests-credssp-1.2.0.gh.tar.gz 23310 BLAKE2B 647dff76fbb47b9b972f403a9fb2a10ffab5e1915e32977e65b5f5c1cb206ec1b9fa884e12d687761087b2f7f4cb9e8bde631b68140cc50dbd9561a4999bdf55 SHA512 55458773cbf14a468d22d0b04186611385ff24fceda85052e69981bd6d4fd32a46f96b95fa36724b72fd9719485b2ed8906d1927284157e7bc685c0c42c2312c
23 +DIST requests-credssp-1.3.0.tar.gz 23666 BLAKE2B 3ab7db4c06a65483b26012b282a85174a50c9e9449fc33b90a22f7963bcd33c2b4642ce83f0632383e8c1fbc8dd4761fc00bc6d1adccb5cee020f0d67971f225 SHA512 6281ecd5d7e14792bd175603dfbb95237b990d5cad6e4c7252fd503b76c579590217194ecd3eb3120cb33cc4f2958be459e63fa3fa8d7411a8aa40d1666276b7
24
25 diff --git a/dev-python/requests-credssp/requests-credssp-1.2.0.ebuild b/dev-python/requests-credssp/requests-credssp-1.2.0.ebuild
26 deleted file mode 100644
27 index b5d40075cda3..000000000000
28 --- a/dev-python/requests-credssp/requests-credssp-1.2.0.ebuild
29 +++ /dev/null
30 @@ -1,28 +0,0 @@
31 -# Copyright 1999-2021 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -PYTHON_COMPAT=( python3_{8..10} )
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="HTTPS CredSSP authentication with the requests library"
40 -HOMEPAGE="https://pypi.org/project/requests-credssp/"
41 -# .gh for tests in github tarball, drop ".gh" on next bump
42 -SRC_URI="https://github.com/jborean93/requests-credssp/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
43 -
44 -LICENSE="MIT"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~riscv"
47 -# Needs unpackaged pyspnego (https://github.com/jborean93/pyspnego)
48 -RESTRICT="test"
49 -
50 -RDEPEND="dev-python/cryptography[${PYTHON_USEDEP}]
51 - dev-python/ntlm-auth[${PYTHON_USEDEP}]
52 - dev-python/pyasn1[${PYTHON_USEDEP}]
53 - dev-python/pyopenssl[${PYTHON_USEDEP}]
54 - dev-python/requests[${PYTHON_USEDEP}]
55 - dev-python/six[${PYTHON_USEDEP}]"
56 -DEPEND="${RDEPEND}"
57 -
58 -#distutils_enable_tests pytest
59
60 diff --git a/dev-python/requests-credssp/requests-credssp-1.3.0.ebuild b/dev-python/requests-credssp/requests-credssp-1.3.0.ebuild
61 new file mode 100644
62 index 000000000000..73883daf58cb
63 --- /dev/null
64 +++ b/dev-python/requests-credssp/requests-credssp-1.3.0.ebuild
65 @@ -0,0 +1,24 @@
66 +# Copyright 1999-2021 Gentoo Authors
67 +# Distributed under the terms of the GNU General Public License v2
68 +
69 +EAPI=8
70 +
71 +PYTHON_COMPAT=( python3_{8..10} )
72 +
73 +inherit distutils-r1
74 +
75 +DESCRIPTION="HTTPS CredSSP authentication with the requests library"
76 +HOMEPAGE="https://pypi.org/project/requests-credssp/ https://github.com/jborean93/requests-credssp"
77 +SRC_URI="https://github.com/jborean93/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
78 +
79 +LICENSE="MIT"
80 +SLOT="0"
81 +KEYWORDS="~amd64 ~riscv"
82 +
83 +RDEPEND="dev-python/cryptography[${PYTHON_USEDEP}]
84 + >=dev-python/pyasn1-0.3.1[${PYTHON_USEDEP}]
85 + >=dev-python/pyopenssl-16.0.0[${PYTHON_USEDEP}]
86 + dev-python/pyspnego[${PYTHON_USEDEP}]
87 + >=dev-python/requests-2.0.0[${PYTHON_USEDEP}]"
88 +
89 +distutils_enable_tests pytest