python3-attrs: update to 22.2.0.
This commit is contained in:
parent
6353208f9d
commit
144d564e89
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-attrs'
|
# Template file for 'python3-attrs'
|
||||||
pkgname=python3-attrs
|
pkgname=python3-attrs
|
||||||
version=22.1.0
|
version=22.2.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
@ -11,8 +11,9 @@ short_desc="Attributes without boilerplate (Python3)"
|
||||||
maintainer="Michal Vasilek <michal@vasilek.cz>"
|
maintainer="Michal Vasilek <michal@vasilek.cz>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://attrs.readthedocs.io/"
|
homepage="https://attrs.readthedocs.io/"
|
||||||
|
changelog="https://raw.githubusercontent.com/python-attrs/attrs/main/CHANGELOG.md"
|
||||||
distfiles="${PYPI_SITE}/a/attrs/attrs-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/a/attrs/attrs-${version}.tar.gz"
|
||||||
checksum=29adc2665447e5191d0e7c568fde78b21f9672d344281d0c6e1ab085429b22b6
|
checksum=c9227bfc2f01993c03f68db37d1d15c9690188323c067c641f1a35ca58185f99
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue