mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
python3-traitlets: cleanup dependencies, adopt.
This commit is contained in:
parent
d84ab313da
commit
620dff606d
1 changed files with 5 additions and 5 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'python3-traitlets'
|
# Template file for 'python3-traitlets'
|
||||||
pkgname=python3-traitlets
|
pkgname=python3-traitlets
|
||||||
version=5.9.0
|
version=5.9.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-flit_core hatchling"
|
hostmakedepends="hatchling"
|
||||||
depends="python3-decorator python3-ipython_genutils python3-six"
|
depends="python3"
|
||||||
checkdepends="$depends python3-pytest"
|
checkdepends="python3-argcomplete python3-pytest-mock"
|
||||||
short_desc="Configuration system for Python applications"
|
short_desc="Configuration system for Python applications"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/ipython/traitlets"
|
homepage="https://github.com/ipython/traitlets"
|
||||||
changelog="https://github.com/ipython/traitlets/raw/main/CHANGELOG.md"
|
changelog="https://github.com/ipython/traitlets/raw/main/CHANGELOG.md"
|
||||||
|
|
Loading…
Add table
Reference in a new issue