20 lines
662 B
Bash
20 lines
662 B
Bash
# Template file for 'python3-traitlets'
|
|
pkgname=python3-traitlets
|
|
version=5.11.2
|
|
revision=1
|
|
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://raw.githubusercontent.com/ipython/traitlets/main/CHANGELOG.md"
|
|
distfiles="${PYPI_SITE}/t/traitlets/traitlets-${version}.tar.gz"
|
|
checksum=7564b5bf8d38c40fa45498072bf4dc5e8346eb087bbf1e2ae2d8774f6a0f078e
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|