switch HOMEPAGE to https.

This commit is contained in:
Jerome Duval
2018-09-10 09:04:25 +02:00
parent 2861b8d2d7
commit 45de8e68fb
73 changed files with 150 additions and 150 deletions

View File

@@ -2,11 +2,11 @@ SUMMARY=" Python HTML parser/tokenizer based on the WHATWG HTML5 spec"
DESCRIPTION="html5lib is a pure-python library for parsing HTML. It is \
designed to conform to the WHATWG HTML specification, as is implemented by \
all major web browsers."
HOMEPAGE="http://github.com/html5lib"
HOMEPAGE="https://github.com/html5lib"
COPYRIGHT="2006-2013 James Graham and other contributors"
LICENSE="MIT"
REVISION="1"
SOURCE_URI="http://github.com/html5lib/html5lib-python/archive/$portVersion.tar.gz"
REVISION="2"
SOURCE_URI="https://github.com/html5lib/html5lib-python/archive/$portVersion.tar.gz"
CHECKSUM_SHA256="05c0f1ba235776060ded5093c365483d50deacdd7cabc57b6996d6e2480a4626"
SOURCE_DIR="html5lib-python-$portVersion"

View File

@@ -12,10 +12,10 @@ provides Python-specific tags that allow to represent an arbitrary Python object
PyYAML is applicable for a broad range of tasks from \
complex configuration files to object serialization and persistance.
"
HOMEPAGE="http://pyyaml.org/"
HOMEPAGE="https://pyyaml.org/"
COPYRIGHT="2006 Kirill Simonov"
LICENSE="MIT"
REVISION="1"
REVISION="2"
SOURCE_URI="http://pyyaml.org/download/pyyaml/PyYAML-$portVersion.tar.gz"
CHECKSUM_SHA256="592766c6303207a20efc445587778322d7f73b161bd994f227adaa341ba212ab"
SOURCE_DIR="PyYAML-$portVersion"