diff --git a/dev-python/pyyaml/pyyaml-3.12.recipe b/dev-python/pyyaml/pyyaml-5.1.2.recipe similarity index 89% rename from dev-python/pyyaml/pyyaml-3.12.recipe rename to dev-python/pyyaml/pyyaml-5.1.2.recipe index 2de957b1f..597abff0d 100644 --- a/dev-python/pyyaml/pyyaml-3.12.recipe +++ b/dev-python/pyyaml/pyyaml-5.1.2.recipe @@ -13,11 +13,11 @@ PyYAML is applicable for a broad range of tasks from \ complex configuration files to object serialization and persistance. " HOMEPAGE="https://pyyaml.org/" -COPYRIGHT="2006 Kirill Simonov" +COPYRIGHT="2006-2019 Kirill Simonov" LICENSE="MIT" -REVISION="2" +REVISION="1" SOURCE_URI="http://pyyaml.org/download/pyyaml/PyYAML-$portVersion.tar.gz" -CHECKSUM_SHA256="592766c6303207a20efc445587778322d7f73b161bd994f227adaa341ba212ab" +CHECKSUM_SHA256="01adf0b6c6f61bd11af6e10ca52b7d4057dd0be0343eb9283c878cf3af56aee4" SOURCE_DIR="PyYAML-$portVersion" ARCHITECTURES="x86_gcc2 x86 x86_64" @@ -36,8 +36,8 @@ BUILD_PREREQUIRES=" cmd:gcc " -PYTHON_PACKAGES=(python python3) -PYTHON_VERSIONS=(2.7 3.6) +PYTHON_PACKAGES=(python python36 python3) +PYTHON_VERSIONS=(2.7 3.6 3.7) for i in "${!PYTHON_PACKAGES[@]}"; do pythonPackage=${PYTHON_PACKAGES[i]} pythonVersion=${PYTHON_VERSIONS[$i]}