From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 508B7138350 for ; Sat, 4 Apr 2020 02:27:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55669E08ED; Sat, 4 Apr 2020 02:27:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3A00FE08ED for ; Sat, 4 Apr 2020 02:27:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E743C34F0AB for ; Sat, 4 Apr 2020 02:27:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC97D8D for ; Sat, 4 Apr 2020 02:27:02 +0000 (UTC) From: "Rick Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rick Farina" Message-ID: <1585967127.73e743e2b420180336091a1acee9b614cd7e9631.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/requests-credssp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/requests-credssp/Manifest dev-python/requests-credssp/requests-credssp-1.1.1.ebuild X-VCS-Directories: dev-python/requests-credssp/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Rick Farina X-VCS-Revision: 73e743e2b420180336091a1acee9b614cd7e9631 X-VCS-Branch: master Date: Sat, 4 Apr 2020 02:27:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c5215f2f-63c3-407e-ac93-4093ca4e0459 X-Archives-Hash: 77234658264c2d0171cab41007e4025b commit: 73e743e2b420180336091a1acee9b614cd7e9631 Author: Rick Farina gentoo org> AuthorDate: Sat Apr 4 02:25:27 2020 +0000 Commit: Rick Farina gentoo org> CommitDate: Sat Apr 4 02:25:27 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73e743e2 dev-python/requests-credssp: python 3.7 added latest release as well Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Rick Farina gentoo.org> dev-python/requests-credssp/Manifest | 1 + .../requests-credssp/requests-credssp-1.1.1.ebuild | 25 ++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/dev-python/requests-credssp/Manifest b/dev-python/requests-credssp/Manifest index cbbec873d6c..6999308752a 100644 --- a/dev-python/requests-credssp/Manifest +++ b/dev-python/requests-credssp/Manifest @@ -1 +1,2 @@ DIST requests-credssp-1.0.2.tar.gz 21813 BLAKE2B 4626b31e9933e7fe5abdcba59834bedbc14afdd32b21d90124bbb458407213ba8cb92e98394f980f43aacd61de6c0e56e835cf47489ea55338a3dcdd171099e4 SHA512 8a076fc53eee73e24b08f6283b02a48519b9df076222b2e37c145c1d4c1756c29ccc41f0016c5a8ee7f5f7bf76c95fa158016f2cddd42b45a5ab2182939ffae0 +DIST requests-credssp-1.1.1.tar.gz 23274 BLAKE2B ecd36a6e2ad3e8f7b72ce7aaf57a6cd36f4897bf412ecf03d9555eae11c4cbf56eb6e986aa4173626c6624d4ba05777564b17bbe2a87e2d4d42edb15dd3c0aa4 SHA512 729fedf768ca7ee253d395645f25d266c0f917b9319b97973b514ff00e71f4441a79b25b4a89bdb00952ec8544d4db0bc68184bd037fce6b587331c5827c2f71 diff --git a/dev-python/requests-credssp/requests-credssp-1.1.1.ebuild b/dev-python/requests-credssp/requests-credssp-1.1.1.ebuild new file mode 100644 index 00000000000..e9c0b84f13b --- /dev/null +++ b/dev-python/requests-credssp/requests-credssp-1.1.1.ebuild @@ -0,0 +1,25 @@ +# 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="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}]"