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 DEBB4138334 for ; Tue, 26 Feb 2019 08:46:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C464DE08A8; Tue, 26 Feb 2019 08:46:19 +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 7B0A4E08A8 for ; Tue, 26 Feb 2019 08:46:19 +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 D5F7233BED4 for ; Tue, 26 Feb 2019 08:46:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ABF86546 for ; Tue, 26 Feb 2019 08:46:13 +0000 (UTC) From: "Tony Vroon" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tony Vroon" Message-ID: <1551170767.0bc38d6ef4bfa304d1ec9333d08ea5a4a14d4e2c.chainsaw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/requests-kerberos/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/requests-kerberos/Manifest dev-python/requests-kerberos/requests-kerberos-0.12.0.ebuild X-VCS-Directories: dev-python/requests-kerberos/ X-VCS-Committer: chainsaw X-VCS-Committer-Name: Tony Vroon X-VCS-Revision: 0bc38d6ef4bfa304d1ec9333d08ea5a4a14d4e2c X-VCS-Branch: master Date: Tue, 26 Feb 2019 08:46:13 +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: 8eb4ace5-6b6e-422e-8a8e-d6f0a3e65299 X-Archives-Hash: 91bb7bc01d0f1e9572f2e60be59115b8 commit: 0bc38d6ef4bfa304d1ec9333d08ea5a4a14d4e2c Author: Tony Vroon gentoo org> AuthorDate: Tue Feb 26 08:45:53 2019 +0000 Commit: Tony Vroon gentoo org> CommitDate: Tue Feb 26 08:46:07 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bc38d6e dev-python/requests-kerberos: Version bump to 0.12.0 This changes from PyPi to GitHub as the test-suite is otherwise missing. With the activation of the test suite I can confidently state we were missing Python 2.7 support for no good reason. I need this with Python 2.7 for pywinrm (Ansible facing Windows hosts). Requested-By: Ararat Smutkochorn linx.net> Acked-By: Michał Górny gentoo.org> Signed-Off-By: Tony Vroon gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-python/requests-kerberos/Manifest | 1 + .../requests-kerberos-0.12.0.ebuild | 26 ++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/dev-python/requests-kerberos/Manifest b/dev-python/requests-kerberos/Manifest index 66491111fdc..f902f47811e 100644 --- a/dev-python/requests-kerberos/Manifest +++ b/dev-python/requests-kerberos/Manifest @@ -1 +1,2 @@ DIST requests-kerberos-0.11.0.tar.gz 10742 BLAKE2B eaf764ae8f5c897db43cbb931952062d4aaf33c04dfa0bbae2cfd3b44326240f80435d0b69c7f8bfa3567d0d16532796d009f0436f3ff5956a87998b825f98a3 SHA512 8700a7a305e0e42823bbc87c95ecfd404a76807459ab8a87f3105e817ebd9954fd41d7a2bab421bb5e21c0ec1b62a589c93cccb1f926a3ba66d6adbffe5db265 +DIST requests-kerberos-0.12.0.tar.gz 21579 BLAKE2B 297cbecb0fc3508f5f62440c5860dcd94eeb077e68757c0646e7e3bec65cd34e19212b9992dad491ce0adeb91234db533528936f740599e42ff439f78af103ba SHA512 b925b5f9f6753e87368dce451927df09568d0d6126d4ae8514bbd99a794d983e32298b92b6239be9f95595483e2682259cf165c6997d17d9cea64a81d4af1a06 diff --git a/dev-python/requests-kerberos/requests-kerberos-0.12.0.ebuild b/dev-python/requests-kerberos/requests-kerberos-0.12.0.ebuild new file mode 100644 index 00000000000..96c2cb6c27f --- /dev/null +++ b/dev-python/requests-kerberos/requests-kerberos-0.12.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) + +inherit distutils-r1 + +HOMEPAGE="https://github.com/requests/requests-kerberos/" +DESCRIPTION="A Kerberos authentication handler for python-requests" +SRC_URI="https://github.com/requests/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="ISC" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc test" + +RDEPEND=">=dev-python/requests-1.1.0[${PYTHON_USEDEP}] + || ( >=dev-python/pykerberos-1.1.8[${PYTHON_USEDEP}]