From 407d119a2e5cf3cf8c06a094538fae999db6173a Mon Sep 17 00:00:00 2001 From: Georgy Yakovlev Date: Thu, 9 Apr 2020 09:46:31 -0700 Subject: dev-python/requests_pkcs12: bump to 1.7 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Georgy Yakovlev --- .../requests_pkcs12/requests_pkcs12-1.7.ebuild | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 dev-python/requests_pkcs12/requests_pkcs12-1.7.ebuild (limited to 'dev-python/requests_pkcs12/requests_pkcs12-1.7.ebuild') diff --git a/dev-python/requests_pkcs12/requests_pkcs12-1.7.ebuild b/dev-python/requests_pkcs12/requests_pkcs12-1.7.ebuild new file mode 100644 index 000000000000..3cf700117abc --- /dev/null +++ b/dev-python/requests_pkcs12/requests_pkcs12-1.7.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8} ) +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}] +" -- cgit v1.2.3-65-gdbad