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 0A7221382C5 for ; Tue, 13 Mar 2018 19:52:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85805E089F; Tue, 13 Mar 2018 19:52:45 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 5B747E0898 for ; Tue, 13 Mar 2018 19:52:45 +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 9EDFA335C78 for ; Tue, 13 Mar 2018 19:52:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C8AA25D for ; Tue, 13 Mar 2018 19:52: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: <1520970737.9645f8d6e1e12b814ffa11d2f9f91de19f794d9c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/beautifulsoup/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/beautifulsoup/beautifulsoup-3.2.1-r1.ebuild dev-python/beautifulsoup/beautifulsoup-4.5.1.ebuild dev-python/beautifulsoup/beautifulsoup-4.6.0.ebuild X-VCS-Directories: dev-python/beautifulsoup/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 9645f8d6e1e12b814ffa11d2f9f91de19f794d9c X-VCS-Branch: master Date: Tue, 13 Mar 2018 19:52: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: aca72000-e94a-4785-b6ce-eac054f87e88 X-Archives-Hash: 4e3f0ba91dc5c58345d4c96a1397ab2f commit: 9645f8d6e1e12b814ffa11d2f9f91de19f794d9c Author: Michael Mair-Keimberger gmail com> AuthorDate: Tue Mar 13 19:23:36 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Mar 13 19:52:17 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9645f8d6 dev-python/beautifulsoup: use HTTPS dev-python/beautifulsoup/beautifulsoup-3.2.1-r1.ebuild | 6 +++--- dev-python/beautifulsoup/beautifulsoup-4.5.1.ebuild | 2 +- dev-python/beautifulsoup/beautifulsoup-4.6.0.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-python/beautifulsoup/beautifulsoup-3.2.1-r1.ebuild b/dev-python/beautifulsoup/beautifulsoup-3.2.1-r1.ebuild index 94e8fdfc00c..7f5f5b9ba5c 100644 --- a/dev-python/beautifulsoup/beautifulsoup-3.2.1-r1.ebuild +++ b/dev-python/beautifulsoup/beautifulsoup-3.2.1-r1.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 @@ -10,8 +10,8 @@ MY_PN="BeautifulSoup" MY_P="${MY_PN}-${PV}" DESCRIPTION="HTML/XML parser for quick-turnaround applications like screen-scraping" -HOMEPAGE="http://www.crummy.com/software/BeautifulSoup/ https://pypi.python.org/pypi/BeautifulSoup" -SRC_URI="http://www.crummy.com/software/${MY_PN}/download/3.x/${MY_P}.tar.gz" +HOMEPAGE="https://www.crummy.com/software/BeautifulSoup/ https://pypi.python.org/pypi/BeautifulSoup" +SRC_URI="https://www.crummy.com/software/${MY_PN}/download/3.x/${MY_P}.tar.gz" LICENSE="BSD" SLOT="python-2" diff --git a/dev-python/beautifulsoup/beautifulsoup-4.5.1.ebuild b/dev-python/beautifulsoup/beautifulsoup-4.5.1.ebuild index df69b8e49dd..f6afbb69b4d 100644 --- a/dev-python/beautifulsoup/beautifulsoup-4.5.1.ebuild +++ b/dev-python/beautifulsoup/beautifulsoup-4.5.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 diff --git a/dev-python/beautifulsoup/beautifulsoup-4.6.0.ebuild b/dev-python/beautifulsoup/beautifulsoup-4.6.0.ebuild index d321b00e57a..b1e9315a545 100644 --- a/dev-python/beautifulsoup/beautifulsoup-4.6.0.ebuild +++ b/dev-python/beautifulsoup/beautifulsoup-4.6.0.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 @@ -11,7 +11,7 @@ MY_PN=${PN}4 MY_P=${MY_PN}-${PV} DESCRIPTION="Pythonic idioms for iterating, searching, and modifying an HTML/XML parse tree" -HOMEPAGE="http://www.crummy.com/software/BeautifulSoup/bs4/" +HOMEPAGE="https://www.crummy.com/software/BeautifulSoup/bs4/" SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="MIT"