dev-python/beautifulsoup: use HTTPS
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Tue, 13 Mar 2018 19:23:36 +0000 (20:23 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 13 Mar 2018 19:52:17 +0000 (20:52 +0100)
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

index 94e8fdfc00c65ea16a7a8cd50b06994ba4e20a29..7f5f5b9ba5ce2ec2754560eab7b9ea7075a06858 100644 (file)
@@ -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"
index df69b8e49ddf22264f7ad23ed14d286dfd37ab99..f6afbb69b4da784e12a718cb3b2a650096e86761 100644 (file)
@@ -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
index d321b00e57a90e66d529fa19871cf09c832e2312..b1e9315a545acf8abab1678f9aad6dea66ed8590 100644 (file)
@@ -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"