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 4DF601382C5 for ; Sat, 17 Mar 2018 21:41:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D572EE0918; Sat, 17 Mar 2018 21:41:46 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 A66CDE090F for ; Sat, 17 Mar 2018 21:41:46 +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 8B056335CF2 for ; Sat, 17 Mar 2018 21:41:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6489260 for ; Sat, 17 Mar 2018 21:41:42 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1521322895.054b22bffec774089de3f01caf6eaeb62f5e38da.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tagpy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/tagpy/tagpy-2013.1.ebuild X-VCS-Directories: dev-python/tagpy/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 054b22bffec774089de3f01caf6eaeb62f5e38da X-VCS-Branch: master Date: Sat, 17 Mar 2018 21:41:42 +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: 2d2a9fd7-6fd5-4f31-bf77-94c977396106 X-Archives-Hash: 0f2c078364b9236cae2b3d2164b6e9db commit: 054b22bffec774089de3f01caf6eaeb62f5e38da Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat Mar 17 15:33:41 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Mar 17 21:41:35 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=054b22bf dev-python/tagpy: use HTTPS dev-python/tagpy/tagpy-2013.1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-python/tagpy/tagpy-2013.1.ebuild b/dev-python/tagpy/tagpy-2013.1.ebuild index 7c609dd07ff..291b489fd84 100644 --- a/dev-python/tagpy/tagpy-2013.1.ebuild +++ b/dev-python/tagpy/tagpy-2013.1.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=6 @@ -8,7 +8,8 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} ) inherit distutils-r1 DESCRIPTION="Python Bindings for TagLib" -HOMEPAGE="http://mathema.tician.de//software/tagpy https://pypi.python.org/pypi/tagpy" +HOMEPAGE="https://mathema.tician.de//software/tagpy + https://pypi.python.org/pypi/tagpy" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD"