python3-traitlets: cleanup dependencies, adopt.

This commit is contained in:
Gonzalo Tornaría 2023-05-01 20:46:40 -03:00 committed by Andrew J. Hesford
parent d84ab313da
commit 620dff606d

View file

@ -1,13 +1,13 @@
# Template file for 'python3-traitlets'
pkgname=python3-traitlets
version=5.9.0
revision=1
revision=2
build_style=python3-pep517
hostmakedepends="python3-flit_core hatchling"
depends="python3-decorator python3-ipython_genutils python3-six"
checkdepends="$depends python3-pytest"
hostmakedepends="hatchling"
depends="python3"
checkdepends="python3-argcomplete python3-pytest-mock"
short_desc="Configuration system for Python applications"
maintainer="Orphaned <orphan@voidlinux.org>"
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
license="BSD-3-Clause"
homepage="https://github.com/ipython/traitlets"
changelog="https://github.com/ipython/traitlets/raw/main/CHANGELOG.md"