summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-07-12 18:44:59 +0200
committerMichał Górny <mgorny@gentoo.org>2020-07-12 18:55:16 +0200
commit8691715933d1d5236f7614b0c883f65f6a8561bb (patch)
treeb745b5c218f5c8499fd3df551d388b9b6144cbaf /dev-python/requests_pkcs12/requests_pkcs12-1.4.ebuild
parentdev-python/requests-mock: Remove redundant versions (diff)
downloadgentoo-8691715933d1d5236f7614b0c883f65f6a8561bb.tar.gz
gentoo-8691715933d1d5236f7614b0c883f65f6a8561bb.tar.bz2
gentoo-8691715933d1d5236f7614b0c883f65f6a8561bb.zip
dev-python/requests_pkcs12: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/requests_pkcs12/requests_pkcs12-1.4.ebuild')
-rw-r--r--dev-python/requests_pkcs12/requests_pkcs12-1.4.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-python/requests_pkcs12/requests_pkcs12-1.4.ebuild b/dev-python/requests_pkcs12/requests_pkcs12-1.4.ebuild
deleted file mode 100644
index 4e6a9dab7e5e..000000000000
--- a/dev-python/requests_pkcs12/requests_pkcs12-1.4.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7} )
-inherit distutils-r1
-
-DESCRIPTION="Adds PKCS#12 support to the Python requests library in a clean way"
-HOMEPAGE="https://github.com/m-click/requests_pkcs12"
-SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-DEPEND=""
-
-RDEPEND="
- dev-python/pyopenssl[${PYTHON_USEDEP}]
- >=dev-python/requests-2.18.4[${PYTHON_USEDEP}]
-"