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'
|
||||
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"
|
||||
|
|
Loading…
Add table
Reference in a new issue