summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-03-29 09:09:51 +0200
committerMichał Górny <mgorny@gentoo.org>2020-03-29 09:30:37 +0200
commita3e35a900c849d578b66eca9837e57060dbb2d1c (patch)
tree9c146a9af3611b6b93047ddb4d946b665d3dafeb /dev-python/requests-ntlm
parentdev-python/requests-mock: Remove redundant versions (diff)
downloadgentoo-a3e35a900c849d578b66eca9837e57060dbb2d1c.tar.gz
gentoo-a3e35a900c849d578b66eca9837e57060dbb2d1c.tar.bz2
gentoo-a3e35a900c849d578b66eca9837e57060dbb2d1c.zip
dev-python/requests-ntlm: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/requests-ntlm')
-rw-r--r--dev-python/requests-ntlm/requests-ntlm-1.1.0.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-python/requests-ntlm/requests-ntlm-1.1.0.ebuild b/dev-python/requests-ntlm/requests-ntlm-1.1.0.ebuild
deleted file mode 100644
index 0a6f44069371..000000000000
--- a/dev-python/requests-ntlm/requests-ntlm-1.1.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-MY_PN="${PN/-/_}"
-
-DESCRIPTION="HTTP NTLM authentication using the requests library"
-HOMEPAGE="https://github.com/requests/requests-ntlm"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
-
-SLOT="0"
-LICENSE="ISC"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- >=dev-python/requests-2.0.0[${PYTHON_USEDEP}]
- >=dev-python/ntlm-auth-1.0.2[${PYTHON_USEDEP}]"
-
-S=${WORKDIR}/${MY_PN}-${PV}