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: Sat, 26 Mar 2022 22:31:40
Message-Id: 1648333881.851c7839e6cc4d72256b2d49507a92fbc7bc7663.marecki@gentoo
1 commit: 851c7839e6cc4d72256b2d49507a92fbc7bc7663
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 26 21:56:22 2022 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 26 22:31:21 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=851c7839
7
8 dev-python/requests-credssp: drop 1.3.0, 1.3.1
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.3.0.ebuild | 24 -------------------
14 .../requests-credssp/requests-credssp-1.3.1.ebuild | 27 ----------------------
15 3 files changed, 53 deletions(-)
16
17 diff --git a/dev-python/requests-credssp/Manifest b/dev-python/requests-credssp/Manifest
18 index d89f4a3ee0f5..c5c618cc38ee 100644
19 --- a/dev-python/requests-credssp/Manifest
20 +++ b/dev-python/requests-credssp/Manifest
21 @@ -1,3 +1 @@
22 -DIST requests-credssp-1.3.0.tar.gz 23666 BLAKE2B 3ab7db4c06a65483b26012b282a85174a50c9e9449fc33b90a22f7963bcd33c2b4642ce83f0632383e8c1fbc8dd4761fc00bc6d1adccb5cee020f0d67971f225 SHA512 6281ecd5d7e14792bd175603dfbb95237b990d5cad6e4c7252fd503b76c579590217194ecd3eb3120cb33cc4f2958be459e63fa3fa8d7411a8aa40d1666276b7
23 -DIST requests-credssp-1.3.1.tar.gz 23672 BLAKE2B e1c0134c02c3779301a8a8a803a6cc500779e9bfc319d3fa3f53bf5b8f5ce9f2624b5961d7586b205f3c1b005305d15b909ae05387a8af7448012ebe3f45bfbe SHA512 ff051b63705fca755a65202b930f622b6a3037455d43bdd2d1bb8726ed4a3a47f76b2d73c005d75d39f7c21048ac91a06abfdd5e88c014ea686a966d37535657
24 DIST requests-credssp-2.0.0.tar.gz 15225 BLAKE2B 3cd2a6bafcef5803d89ab13c42385709308998187eda514a598d262ab5e8c94bc3c0e9b9bf3756de1454d570012863a01f650b4fc6e3a17fb2845d8e52f0bf3b SHA512 d11a76bc9577f3054e5955aad513ee27ff2cf3a70414a1d4a81e721a7b40510d45fa33abc5957724ead6c04958a009153f670e154f38f32f2331cc14dd44ee27
25
26 diff --git a/dev-python/requests-credssp/requests-credssp-1.3.0.ebuild b/dev-python/requests-credssp/requests-credssp-1.3.0.ebuild
27 deleted file mode 100644
28 index 73883daf58cb..000000000000
29 --- a/dev-python/requests-credssp/requests-credssp-1.3.0.ebuild
30 +++ /dev/null
31 @@ -1,24 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -PYTHON_COMPAT=( python3_{8..10} )
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="HTTPS CredSSP authentication with the requests library"
42 -HOMEPAGE="https://pypi.org/project/requests-credssp/ https://github.com/jborean93/requests-credssp"
43 -SRC_URI="https://github.com/jborean93/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
44 -
45 -LICENSE="MIT"
46 -SLOT="0"
47 -KEYWORDS="~amd64 ~riscv"
48 -
49 -RDEPEND="dev-python/cryptography[${PYTHON_USEDEP}]
50 - >=dev-python/pyasn1-0.3.1[${PYTHON_USEDEP}]
51 - >=dev-python/pyopenssl-16.0.0[${PYTHON_USEDEP}]
52 - dev-python/pyspnego[${PYTHON_USEDEP}]
53 - >=dev-python/requests-2.0.0[${PYTHON_USEDEP}]"
54 -
55 -distutils_enable_tests pytest
56
57 diff --git a/dev-python/requests-credssp/requests-credssp-1.3.1.ebuild b/dev-python/requests-credssp/requests-credssp-1.3.1.ebuild
58 deleted file mode 100644
59 index e0a776837c10..000000000000
60 --- a/dev-python/requests-credssp/requests-credssp-1.3.1.ebuild
61 +++ /dev/null
62 @@ -1,27 +0,0 @@
63 -# Copyright 1999-2022 Gentoo Authors
64 -# Distributed under the terms of the GNU General Public License v2
65 -
66 -EAPI=8
67 -
68 -DISTUTILS_USE_PEP517=setuptools
69 -PYTHON_COMPAT=( python3_{8..10} )
70 -
71 -inherit distutils-r1
72 -
73 -DESCRIPTION="HTTPS CredSSP authentication with the requests library"
74 -HOMEPAGE="https://pypi.org/project/requests-credssp/ https://github.com/jborean93/requests-credssp"
75 -SRC_URI="https://github.com/jborean93/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
76 -
77 -LICENSE="MIT"
78 -SLOT="0"
79 -KEYWORDS="~amd64 ~riscv"
80 -
81 -RDEPEND="dev-python/cryptography[${PYTHON_USEDEP}]
82 - dev-python/gssapi[${PYTHON_USEDEP}]
83 - dev-python/krb5[${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