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 1B04E138334 for ; Mon, 15 Apr 2019 22:27:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26257E0A98; Mon, 15 Apr 2019 22:27:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 09F97E0A98 for ; Mon, 15 Apr 2019 22:27:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 772D134132B for ; Mon, 15 Apr 2019 22:27:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EA237503 for ; Mon, 15 Apr 2019 22:27:40 +0000 (UTC) From: "Bernard Cafarelli" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Bernard Cafarelli" Message-ID: <1555367254.646ae11a1cb7b818232aebb5a7ad0416faacf6c2.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ntlm-auth/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ntlm-auth/Manifest dev-python/ntlm-auth/ntlm-auth-1.3.0.ebuild X-VCS-Directories: dev-python/ntlm-auth/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: 646ae11a1cb7b818232aebb5a7ad0416faacf6c2 X-VCS-Branch: master Date: Mon, 15 Apr 2019 22:27:40 +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: a76cd0f8-f5e8-4bd5-aa26-3999be262272 X-Archives-Hash: fa29d0136dd78b9d6f895fc7548064d3 commit: 646ae11a1cb7b818232aebb5a7ad0416faacf6c2 Author: Bernard Cafarelli gentoo org> AuthorDate: Mon Apr 15 22:22:02 2019 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Mon Apr 15 22:27:34 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=646ae11a dev-python/ntlm-auth: 1.3.0 bump Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Bernard Cafarelli gentoo.org> dev-python/ntlm-auth/Manifest | 1 + dev-python/ntlm-auth/ntlm-auth-1.3.0.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/dev-python/ntlm-auth/Manifest b/dev-python/ntlm-auth/Manifest index 600bcf20bec..5951e3109cf 100644 --- a/dev-python/ntlm-auth/Manifest +++ b/dev-python/ntlm-auth/Manifest @@ -1,2 +1,3 @@ DIST ntlm-auth-1.1.0.tar.gz 38624 BLAKE2B 22c6fbe7ef95b7ee88b803b7ccc5f63f1a27ec9285a4527dac20c3d774abef9765f8a7aa7265effd70869f02e09e6d3b8012c50b703c3b0979e41c0134843be2 SHA512 0c41cfab957c48d5fabf391422323556289cc6d8ba5a50c82bb179f6cdbf68528f005c3987e0b47fb47aff2fbcf00deebb0ac4220df6bd08d335879344f8470a DIST ntlm-auth-1.2.0.tar.gz 40006 BLAKE2B 2fbe7533411dde27938412b3e5e1292ce0fa197abb048c0e52f521ff351bd7e51bdb83b5fd8c1f05e0bb3ce206a4442b8b7059c859eea7333ee2d20ed2e7f7dd SHA512 4fa537c5a6a7f3493df2fdf49261f9588b7aac876f72b7a7ef5b8a7a1dd971d9426dacdc8bbf520cecdbe5b7adb916ddcad9e9cf4df725b69793299304601912 +DIST ntlm-auth-1.3.0.tar.gz 40684 BLAKE2B 74c2b914f508b5291cc2a23ae99417db5e5ad9fe107c03f63c795bd4da202db2f1a4f6f289645d2164e708a5a5a2e3bf626aa749dff3367420d669965c462b71 SHA512 e2d5401161ba6f9fed377a7bfed501d49ad64d5104accd7df298747abade34a3ddac9e68332416a3ab68156e9bbf7a8de6a8a271542d080cafaa84ee19f01986 diff --git a/dev-python/ntlm-auth/ntlm-auth-1.3.0.ebuild b/dev-python/ntlm-auth/ntlm-auth-1.3.0.ebuild new file mode 100644 index 00000000000..9c55d154e43 --- /dev/null +++ b/dev-python/ntlm-auth/ntlm-auth-1.3.0.ebuild @@ -0,0 +1,22 @@ +# 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,7} ) + +inherit distutils-r1 + +DESCRIPTION="Calculates NTLM Authentication codes" +HOMEPAGE="https://github.com/jborean93/ntlm-auth" +SRC_URI="https://github.com/jborean93/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +SLOT="0" +LICENSE="MIT" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-python/cryptography[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}] + $(python_gen_cond_dep 'dev-python/ordereddict[${PYTHON_USEDEP}]' python2_7)" +DEPEND="${RDEPEND}"