mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-traitlets: update to 5.11.2.
This commit is contained in:
parent
c1ffce0ba4
commit
19178386ef
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-traitlets'
|
# Template file for 'python3-traitlets'
|
||||||
pkgname=python3-traitlets
|
pkgname=python3-traitlets
|
||||||
version=5.10.0
|
version=5.11.2
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="hatchling"
|
hostmakedepends="hatchling"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
|
@ -10,9 +10,9 @@ short_desc="Configuration system for Python applications"
|
||||||
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
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://raw.githubusercontent.com/ipython/traitlets/main/CHANGELOG.md"
|
||||||
distfiles="${PYPI_SITE}/t/traitlets/traitlets-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/t/traitlets/traitlets-${version}.tar.gz"
|
||||||
checksum=f584ea209240466e66e91f3c81aa7d004ba4cf794990b0c775938a1544217cd1
|
checksum=7564b5bf8d38c40fa45498072bf4dc5e8346eb087bbf1e2ae2d8774f6a0f078e
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue