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 7C40B1382C5 for ; Sun, 20 May 2018 00:16:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B83FDE0937; Sun, 20 May 2018 00:16:52 +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 95647E0931 for ; Sun, 20 May 2018 00:16:52 +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 9A6AD335CC6 for ; Sun, 20 May 2018 00:16:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 61C6C2C3 for ; Sun, 20 May 2018 00:16:48 +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: <1526775345.e138c38bb9e3de70eb29a3e6fda6a987ff69d7df.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-ly/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-ly/python-ly-0.9.4.ebuild dev-python/python-ly/python-ly-0.9.5.ebuild X-VCS-Directories: dev-python/python-ly/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: e138c38bb9e3de70eb29a3e6fda6a987ff69d7df X-VCS-Branch: master Date: Sun, 20 May 2018 00:16:48 +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: 9b994e62-1852-42c6-b7db-905475f786a8 X-Archives-Hash: dbe6343d3110e980103f293f509c850e commit: e138c38bb9e3de70eb29a3e6fda6a987ff69d7df Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat May 19 07:35:01 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun May 20 00:15:45 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e138c38b dev-python/python-ly: use HTTPS Closes: https://github.com/gentoo/gentoo/pull/8472 dev-python/python-ly/python-ly-0.9.4.ebuild | 4 ++-- dev-python/python-ly/python-ly-0.9.5.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-python/python-ly/python-ly-0.9.4.ebuild b/dev-python/python-ly/python-ly-0.9.4.ebuild index 85786df53c1..0c61c6370a7 100644 --- a/dev-python/python-ly/python-ly-0.9.4.ebuild +++ b/dev-python/python-ly/python-ly-0.9.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} ) inherit distutils-r1 DESCRIPTION="Tool and library for manipulating LilyPond files" -HOMEPAGE="https://github.com/wbsoft/python-ly http://pypi.org/project/python-ly/" +HOMEPAGE="https://github.com/wbsoft/python-ly https://pypi.org/project/python-ly/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-2+" diff --git a/dev-python/python-ly/python-ly-0.9.5.ebuild b/dev-python/python-ly/python-ly-0.9.5.ebuild index 8b2a0b736d5..6bdab043c96 100644 --- a/dev-python/python-ly/python-ly-0.9.5.ebuild +++ b/dev-python/python-ly/python-ly-0.9.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1 DESCRIPTION="Tool and library for manipulating LilyPond files" -HOMEPAGE="https://github.com/wbsoft/python-ly http://pypi.org/project/python-ly/" +HOMEPAGE="https://github.com/wbsoft/python-ly https://pypi.org/project/python-ly/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-2+"