python3-traitlets: update to 5.13.0.

This commit is contained in:
Gonzalo Tornaría 2023-10-25 09:21:19 -03:00 committed by Andrew J. Hesford
parent b9564f4dd9
commit 7461cf1a3a

View file

@ -1,8 +1,10 @@
# Template file for 'python3-traitlets' # Template file for 'python3-traitlets'
pkgname=python3-traitlets pkgname=python3-traitlets
version=5.11.2 version=5.13.0
revision=1 revision=1
build_style=python3-pep517 build_style=python3-pep517
# needs python3-pytest-mypy
make_check_args="--ignore tests/test_typing.py"
hostmakedepends="hatchling" hostmakedepends="hatchling"
depends="python3" depends="python3"
checkdepends="python3-argcomplete python3-pytest-mock" checkdepends="python3-argcomplete python3-pytest-mock"
@ -12,7 +14,7 @@ license="BSD-3-Clause"
homepage="https://github.com/ipython/traitlets" homepage="https://github.com/ipython/traitlets"
changelog="https://raw.githubusercontent.com/ipython/traitlets/main/CHANGELOG.md" changelog="https://raw.githubusercontent.com/ipython/traitlets/main/CHANGELOG.md"
distfiles="${PYPI_SITE}/t/traitlets/traitlets-${version}.tar.gz" distfiles="${PYPI_SITE}/t/traitlets/traitlets-${version}.tar.gz"
checksum=7564b5bf8d38c40fa45498072bf4dc5e8346eb087bbf1e2ae2d8774f6a0f078e checksum=9b232b9430c8f57288c1024b34a8f0251ddcc47268927367a0dd3eeaca40deb5
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE