summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-05-31 22:33:05 +0200
committerMichał Górny <mgorny@gentoo.org>2021-05-31 22:33:05 +0200
commit0f2b6238b42fa44e379b577921d72631ceb2da3e (patch)
treecfcbad273ae2a9d7efe79d90b89a36fa53c5d6e5 /dev-python/requests-credssp/requests-credssp-1.1.1.ebuild
parentdev-python/quex: Remove old (diff)
downloadgentoo-0f2b6238b42fa44e379b577921d72631ceb2da3e.tar.gz
gentoo-0f2b6238b42fa44e379b577921d72631ceb2da3e.tar.bz2
gentoo-0f2b6238b42fa44e379b577921d72631ceb2da3e.zip
dev-python/requests-credssp: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/requests-credssp/requests-credssp-1.1.1.ebuild')
-rw-r--r--dev-python/requests-credssp/requests-credssp-1.1.1.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-python/requests-credssp/requests-credssp-1.1.1.ebuild b/dev-python/requests-credssp/requests-credssp-1.1.1.ebuild
deleted file mode 100644
index 2ba5cd3dfcc9..000000000000
--- a/dev-python/requests-credssp/requests-credssp-1.1.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_7 )
-inherit distutils-r1
-
-DESCRIPTION="HTTPS CredSSP authentication with the requests library"
-HOMEPAGE="https://pypi.org/project/requests-credssp/"
-SRC_URI="mirror://pypi/r/requests-credssp/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="dev-python/cryptography[${PYTHON_USEDEP}]
- dev-python/ntlm-auth[${PYTHON_USEDEP}]
- dev-python/pyasn1[${PYTHON_USEDEP}]
- dev-python/pyopenssl[${PYTHON_USEDEP}]
- dev-python/requests[${PYTHON_USEDEP}]
- dev-python/six[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]"