mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
switch HOMEPAGE to https.
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user