20 lines
651 B
Bash
20 lines
651 B
Bash
# Template file for 'python3-traitlets'
|
|
pkgname=python3-traitlets
|
|
version=5.10.0
|
|
revision=2
|
|
build_style=python3-pep517
|
|
hostmakedepends="hatchling"
|
|
depends="python3"
|
|
checkdepends="python3-argcomplete python3-pytest-mock"
|
|
short_desc="Configuration system for Python applications"
|
|
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"
|
|
distfiles="${PYPI_SITE}/t/traitlets/traitlets-${version}.tar.gz"
|
|
checksum=f584ea209240466e66e91f3c81aa7d004ba4cf794990b0c775938a1544217cd1
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|