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 EFD9F138331 for ; Wed, 25 Apr 2018 21:28:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F1BFE095E; Wed, 25 Apr 2018 21:28:13 +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 0AC7AE0958 for ; Wed, 25 Apr 2018 21:28:13 +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 ADC34335C63 for ; Wed, 25 Apr 2018 21:28:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2DD25299 for ; Wed, 25 Apr 2018 21:28:10 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1524691641.95d5e14f513ff1b5480110d63e43ea499287aafd.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pbkdf2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pbkdf2/pbkdf2-1.3.ebuild X-VCS-Directories: dev-python/pbkdf2/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 95d5e14f513ff1b5480110d63e43ea499287aafd X-VCS-Branch: master Date: Wed, 25 Apr 2018 21:28:10 +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-Archives-Salt: b06d7408-0915-486c-bed1-28a68d30609d X-Archives-Hash: 4cf160f8eeec8de4afad38f9357fe3dc commit: 95d5e14f513ff1b5480110d63e43ea499287aafd Author: Michael Mair-Keimberger gmail com> AuthorDate: Wed Apr 25 18:03:35 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Wed Apr 25 21:27:21 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95d5e14f dev-python/pbkdf2: use HTTPS Closes: https://github.com/gentoo/gentoo/pull/8135 dev-python/pbkdf2/pbkdf2-1.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pbkdf2/pbkdf2-1.3.ebuild b/dev-python/pbkdf2/pbkdf2-1.3.ebuild index 93c9cd91479..687817024c0 100644 --- a/dev-python/pbkdf2/pbkdf2-1.3.ebuild +++ b/dev-python/pbkdf2/pbkdf2-1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy pypy3 ) inherit distutils-r1 DESCRIPTION="Implementation of the password-based key derivation function, PBKDF2, specified in RSA PKCS#5 v2.0" -HOMEPAGE="http://www.dlitz.net/software/python-pbkdf2/" +HOMEPAGE="https://www.dlitz.net/software/python-pbkdf2/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT"