void-packages/srcpkgs/python3-traitlets/template

20 lines
701 B
Bash

# Template file for 'python3-traitlets'
pkgname=python3-traitlets
version=5.9.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"
maintainer="Orphaned <orphan@voidlinux.org>"
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=f6cde21a9c68cf756af02035f72d5a723bf607e862e7be33ece505abf4a3bad9
post_install() {
vlicense COPYING.md LICENSE
}