python3-traitlets: update to 5.5.0
This commit is contained in:
parent
ddefd105ec
commit
b43a056aa2
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'python3-traitlets'
|
||||
pkgname=python3-traitlets
|
||||
version=5.0.5
|
||||
revision=3
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
version=5.5.0
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-flit_core hatchling"
|
||||
depends="python3-decorator python3-ipython_genutils python3-six"
|
||||
checkdepends="$depends python3-pytest"
|
||||
short_desc="Configuration system for Python applications"
|
||||
|
@ -11,7 +11,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/ipython/traitlets"
|
||||
distfiles="${PYPI_SITE}/t/traitlets/traitlets-${version}.tar.gz"
|
||||
checksum=178f4ce988f69189f7e523337a3e11d91c786ded9360174a3d9ca83e79bc5396
|
||||
checksum=b122f9ff2f2f6c1709dab289a05555be011c87828e911c0cf4074b85cb780a79
|
||||
|
||||
do_check() {
|
||||
pytest
|
||||
|
|
Loading…
Reference in New Issue