diff --git a/dev-python/attrs/attrs-17.3.0.recipe b/dev-python/attrs/attrs-19.1.0.recipe similarity index 88% rename from dev-python/attrs/attrs-17.3.0.recipe rename to dev-python/attrs/attrs-19.1.0.recipe index cff39e0ce..c69b2ffc7 100644 --- a/dev-python/attrs/attrs-17.3.0.recipe +++ b/dev-python/attrs/attrs-19.1.0.recipe @@ -6,11 +6,11 @@ protocols (aka dunder methods). Its main goal is to help you to write concise and correct software without \ slowing down your code." HOMEPAGE="https://pypi.python.org/pypi/attrs" -COPYRIGHT="2015 Hynek Schlawack" +COPYRIGHT="2015-2019 Hynek Schlawack" LICENSE="MIT" REVISION="1" SOURCE_URI="https://pypi.io/packages/source/a/attrs/attrs-$portVersion.tar.gz" -CHECKSUM_SHA256="c78f53e32d7cf36d8597c8a2c7e3c0ad210f97b9509e152e4c37fa80869f823c" +CHECKSUM_SHA256="f0b870f674851ecbfbbbd364d6b5cbdff9dcedbc7f3f5e18a6891057f21fe399" ARCHITECTURES="any" @@ -25,8 +25,8 @@ BUILD_REQUIRES=" haiku_devel " -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]}