python3-attrs: update to 24.2.0.
This commit is contained in:
parent
e4bcd3db03
commit
fcdc98fa10
|
@ -1,19 +1,18 @@
|
|||
# Template file for 'python3-attrs'
|
||||
pkgname=python3-attrs
|
||||
version=24.1.0
|
||||
version=24.2.0
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-setuptools hatch-vcs hatch-fancy-pypi-readme"
|
||||
depends="python3"
|
||||
checkdepends="python3-pytest python3-zope.interface python3-six
|
||||
python3-hypothesis"
|
||||
checkdepends="python3-pytest python3-hypothesis pyright"
|
||||
short_desc="Attributes without boilerplate (Python3)"
|
||||
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
||||
license="MIT"
|
||||
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"
|
||||
checksum=adbdec84af72d38be7628e353a09b6a6790d15cd71819f6e9d7b0faa8a125745
|
||||
checksum=5cfb1b9148b5b086569baec03f20d7b6bf3bcacc9a42bebf87ffaaca362f6346
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue