From fff5b760864309b91fe6406688e8b7f47f4eec84 Mon Sep 17 00:00:00 2001 From: miqlas <5569059+extrowerk@users.noreply.github.com> Date: Fri, 4 Oct 2019 11:41:05 +0200 Subject: [PATCH] HTML5-Parser: bump, pyversions (#4258) --- .../{html5_parser-0.4.5.recipe => html5_parser-0.4.8.recipe} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename dev-python/html5-parser/{html5_parser-0.4.5.recipe => html5_parser-0.4.8.recipe} (97%) diff --git a/dev-python/html5-parser/html5_parser-0.4.5.recipe b/dev-python/html5-parser/html5_parser-0.4.8.recipe similarity index 97% rename from dev-python/html5-parser/html5_parser-0.4.5.recipe rename to dev-python/html5-parser/html5_parser-0.4.8.recipe index 6f10d7e61..b4f9e6407 100644 --- a/dev-python/html5-parser/html5_parser-0.4.5.recipe +++ b/dev-python/html5-parser/html5_parser-0.4.8.recipe @@ -15,7 +15,7 @@ COPYRIGHT="2017 Kovid Goyal LICENSE="Apache v2" REVISION="1" SOURCE_URI="https://files.pythonhosted.org/packages/source/h/html5-parser/html5-parser-$portVersion.tar.gz" -CHECKSUM_SHA256="a903ef8b93b51788a6d1604b3833303e9f2f8db488306ee4241436d2f518bd06" +CHECKSUM_SHA256="b1ead2784c69cee5d481eb6d75587cc5ea08fc292b127ae08afe7771a6fba101" SOURCE_DIR="html5-parser-$portVersion" ARCHITECTURES="!x86_gcc2 x86 x86_64" @@ -55,7 +55,7 @@ fi # gcc2 does not support the flags passed by python3 if [ "$effectiveTargetArchitecture" != x86_gcc2 ]; then PYTHON_PACKAGES+=(python3) - PYTHON_VERSIONS+=(3.6) + PYTHON_VERSIONS+=(3.7) PYTHON_LIBSUFFIXES+=(m) BUILD_REQUIRES+=" setuptools_python3