python-attrs: update to 20.3.0.
This commit is contained in:
parent
eeec859927
commit
74c635255c
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python-attrs'
|
# Template file for 'python-attrs'
|
||||||
pkgname=python-attrs
|
pkgname=python-attrs
|
||||||
version=20.2.0
|
version=20.3.0
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="attrs-${version}"
|
wrksrc="attrs-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://attrs.readthedocs.io/"
|
homepage="https://attrs.readthedocs.io/"
|
||||||
distfiles="${PYPI_SITE}/a/attrs/attrs-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/a/attrs/attrs-${version}.tar.gz"
|
||||||
checksum=26b54ddbbb9ee1d34d5d3668dd37d6cf74990ab23c828c2888dccdceee395594
|
checksum=832aa3cde19744e49938b91fea06d69ecb9e649c93ba974535d08ad92164f700
|
||||||
|
|
||||||
pre_check() {
|
pre_check() {
|
||||||
# those are python3 only
|
# those are python3 only
|
||||||
|
|
Loading…
Reference in New Issue