mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-attrs: update to 24.2.0.
This commit is contained in:
parent
e4bcd3db03
commit
fcdc98fa10
1 changed files with 3 additions and 4 deletions
|
@ -1,19 +1,18 @@
|
||||||
# Template file for 'python3-attrs'
|
# Template file for 'python3-attrs'
|
||||||
pkgname=python3-attrs
|
pkgname=python3-attrs
|
||||||
version=24.1.0
|
version=24.2.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools hatch-vcs hatch-fancy-pypi-readme"
|
hostmakedepends="python3-setuptools hatch-vcs hatch-fancy-pypi-readme"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
checkdepends="python3-pytest python3-zope.interface python3-six
|
checkdepends="python3-pytest python3-hypothesis pyright"
|
||||||
python3-hypothesis"
|
|
||||||
short_desc="Attributes without boilerplate (Python3)"
|
short_desc="Attributes without boilerplate (Python3)"
|
||||||
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
||||||
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"
|
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=adbdec84af72d38be7628e353a09b6a6790d15cd71819f6e9d7b0faa8a125745
|
checksum=5cfb1b9148b5b086569baec03f20d7b6bf3bcacc9a42bebf87ffaaca362f6346
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue