mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
python3-traitlets: update to 5.13.0.
This commit is contained in:
parent
b9564f4dd9
commit
7461cf1a3a
1 changed files with 4 additions and 2 deletions
|
@ -1,8 +1,10 @@
|
|||
# Template file for 'python3-traitlets'
|
||||
pkgname=python3-traitlets
|
||||
version=5.11.2
|
||||
version=5.13.0
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
# needs python3-pytest-mypy
|
||||
make_check_args="--ignore tests/test_typing.py"
|
||||
hostmakedepends="hatchling"
|
||||
depends="python3"
|
||||
checkdepends="python3-argcomplete python3-pytest-mock"
|
||||
|
@ -12,7 +14,7 @@ license="BSD-3-Clause"
|
|||
homepage="https://github.com/ipython/traitlets"
|
||||
changelog="https://raw.githubusercontent.com/ipython/traitlets/main/CHANGELOG.md"
|
||||
distfiles="${PYPI_SITE}/t/traitlets/traitlets-${version}.tar.gz"
|
||||
checksum=7564b5bf8d38c40fa45498072bf4dc5e8346eb087bbf1e2ae2d8774f6a0f078e
|
||||
checksum=9b232b9430c8f57288c1024b34a8f0251ddcc47268927367a0dd3eeaca40deb5
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Add table
Reference in a new issue