mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-18 08:25:19 +02:00
21 lines
738 B
Bash
21 lines
738 B
Bash
# Template file for 'python3-traitlets'
|
|
pkgname=python3-traitlets
|
|
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"
|
|
short_desc="Configuration system for Python applications"
|
|
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
|
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=9b232b9430c8f57288c1024b34a8f0251ddcc47268927367a0dd3eeaca40deb5
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|