mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-traitlets: update to 5.9.0.
This commit is contained in:
parent
809f09bf56
commit
f5bf6c34d7
1 changed files with 3 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-traitlets'
|
# Template file for 'python3-traitlets'
|
||||||
pkgname=python3-traitlets
|
pkgname=python3-traitlets
|
||||||
version=5.5.0
|
version=5.9.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-flit_core hatchling"
|
hostmakedepends="python3-flit_core hatchling"
|
||||||
|
@ -10,12 +10,9 @@ short_desc="Configuration system for Python applications"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
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"
|
||||||
distfiles="${PYPI_SITE}/t/traitlets/traitlets-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/t/traitlets/traitlets-${version}.tar.gz"
|
||||||
checksum=b122f9ff2f2f6c1709dab289a05555be011c87828e911c0cf4074b85cb780a79
|
checksum=f6cde21a9c68cf756af02035f72d5a723bf607e862e7be33ece505abf4a3bad9
|
||||||
|
|
||||||
do_check() {
|
|
||||||
pytest
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING.md LICENSE
|
vlicense COPYING.md LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue