attrs: bump version

This commit is contained in:
Gerasim Troeglazov
2019-09-29 23:41:08 +10:00
parent 1fa978248f
commit 86caffa54a

View File

@@ -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]}