summaryrefslogtreecommitdiff
path: root/dev-python/requests-credssp
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-04-06 22:33:41 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-04-06 22:33:41 +0100
commite68d405c5d712af4387159df07e226217bdda049 (patch)
tree009ab0f3d427f0813e62930d71802cb054c07e30 /dev-python/requests-credssp
parent401101f9c8077911929d3f2b60a37098460a5d89 (diff)
gentoo resync : 06.04.2022
Diffstat (limited to 'dev-python/requests-credssp')
-rw-r--r--dev-python/requests-credssp/Manifest4
-rw-r--r--dev-python/requests-credssp/requests-credssp-1.3.0.ebuild24
-rw-r--r--dev-python/requests-credssp/requests-credssp-1.3.1.ebuild27
3 files changed, 0 insertions, 55 deletions
diff --git a/dev-python/requests-credssp/Manifest b/dev-python/requests-credssp/Manifest
index 6c1578255bd3..17711acd3335 100644
--- a/dev-python/requests-credssp/Manifest
+++ b/dev-python/requests-credssp/Manifest
@@ -1,7 +1,3 @@
-DIST requests-credssp-1.3.0.tar.gz 23666 BLAKE2B 3ab7db4c06a65483b26012b282a85174a50c9e9449fc33b90a22f7963bcd33c2b4642ce83f0632383e8c1fbc8dd4761fc00bc6d1adccb5cee020f0d67971f225 SHA512 6281ecd5d7e14792bd175603dfbb95237b990d5cad6e4c7252fd503b76c579590217194ecd3eb3120cb33cc4f2958be459e63fa3fa8d7411a8aa40d1666276b7
-DIST requests-credssp-1.3.1.tar.gz 23672 BLAKE2B e1c0134c02c3779301a8a8a803a6cc500779e9bfc319d3fa3f53bf5b8f5ce9f2624b5961d7586b205f3c1b005305d15b909ae05387a8af7448012ebe3f45bfbe SHA512 ff051b63705fca755a65202b930f622b6a3037455d43bdd2d1bb8726ed4a3a47f76b2d73c005d75d39f7c21048ac91a06abfdd5e88c014ea686a966d37535657
DIST requests-credssp-2.0.0.tar.gz 15225 BLAKE2B 3cd2a6bafcef5803d89ab13c42385709308998187eda514a598d262ab5e8c94bc3c0e9b9bf3756de1454d570012863a01f650b4fc6e3a17fb2845d8e52f0bf3b SHA512 d11a76bc9577f3054e5955aad513ee27ff2cf3a70414a1d4a81e721a7b40510d45fa33abc5957724ead6c04958a009153f670e154f38f32f2331cc14dd44ee27
-EBUILD requests-credssp-1.3.0.ebuild 744 BLAKE2B 0ce38948b565871f92c528b2b597e798c268818af981e9430c494fa97444050f1bc79508123c8085c168c7baa04a9f6d0e376ae27418f5ed4dffe72761cf4610 SHA512 552f3f01c49c9b72c5e4c60f1c27929983c446a34242fb0fc59e4bcc69176904cb1d158d49181f13b8689e0562a89323f26f201f0a62da11e3aec145c85c38b2
-EBUILD requests-credssp-1.3.1.ebuild 848 BLAKE2B e27e526b9ddea0cb23e2da635a3d56f662657edef4dd2790e4a44c29130ce9b0a98cd0ed77490f1bcda942490b5f336a8f1edfd0faee4cbc6bd34cf3cc6b4ea8 SHA512 91c4b34664868380d5cd928fc85b745a303325c04a85b527bfef7da91913425cc9c2a93b3378ed176c8ba838a76a74bbeadcb93c4750f6de451e8b7a9a97a5ed
EBUILD requests-credssp-2.0.0.ebuild 762 BLAKE2B 55d67aee98dd7c0976a8914056dd1decbb7e340c55e0a44f57714b25916ed6ada29bb73e287a9c6cb59183f17124dfe7d4a1efee16d3b485a9ad8603ff4fc0df SHA512 39e6b8adf49c12a0df6fff543dbf6ca8e169a6248449b5521311669a857c67d9816a48dce7b87e4ec96a13ae08fa9fda52967e1072a8af5e32acff9a7a91acd2
MISC metadata.xml 516 BLAKE2B 23322b5685c76f093b1569624640bfaffda45012b99b24e988f938f3ee7099257e91b9bd86efdd294e5cb6b2ccd5135a109496ba3978cc691faa4a194c07b69b SHA512 fc4361579097ac7192abc556577cbecf45eec46c06537077eff9c97f7a65e66a7cb57c9d4668d95ceb15b354333b86048f45661a2b91c6fcc9464b9ffad6b938
diff --git a/dev-python/requests-credssp/requests-credssp-1.3.0.ebuild b/dev-python/requests-credssp/requests-credssp-1.3.0.ebuild
deleted file mode 100644
index 73883daf58cb..000000000000
--- a/dev-python/requests-credssp/requests-credssp-1.3.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="HTTPS CredSSP authentication with the requests library"
-HOMEPAGE="https://pypi.org/project/requests-credssp/ https://github.com/jborean93/requests-credssp"
-SRC_URI="https://github.com/jborean93/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~riscv"
-
-RDEPEND="dev-python/cryptography[${PYTHON_USEDEP}]
- >=dev-python/pyasn1-0.3.1[${PYTHON_USEDEP}]
- >=dev-python/pyopenssl-16.0.0[${PYTHON_USEDEP}]
- dev-python/pyspnego[${PYTHON_USEDEP}]
- >=dev-python/requests-2.0.0[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest
diff --git a/dev-python/requests-credssp/requests-credssp-1.3.1.ebuild b/dev-python/requests-credssp/requests-credssp-1.3.1.ebuild
deleted file mode 100644
index e0a776837c10..000000000000
--- a/dev-python/requests-credssp/requests-credssp-1.3.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="HTTPS CredSSP authentication with the requests library"
-HOMEPAGE="https://pypi.org/project/requests-credssp/ https://github.com/jborean93/requests-credssp"
-SRC_URI="https://github.com/jborean93/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~riscv"
-
-RDEPEND="dev-python/cryptography[${PYTHON_USEDEP}]
- dev-python/gssapi[${PYTHON_USEDEP}]
- dev-python/krb5[${PYTHON_USEDEP}]
- >=dev-python/pyasn1-0.3.1[${PYTHON_USEDEP}]
- >=dev-python/pyopenssl-16.0.0[${PYTHON_USEDEP}]
- dev-python/pyspnego[${PYTHON_USEDEP}]
- >=dev-python/requests-2.0.0[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest