void-packages/srcpkgs/python3-flit_core/template
2021-12-31 15:11:59 -05:00

20 lines
669 B
Bash

# Template file for 'python3-flit_core'
pkgname=python3-flit_core
version=3.6.0
revision=1
wrksrc="flit-${version}"
build_wrksrc="flit_core"
build_style=python3-pep517
depends="python3-tomli"
checkdepends="python3-pytest python3-testpath $depends"
short_desc="Simplified packaging of Python modules - PEP 517 build backend"
maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="BSD-3-Clause"
homepage="https://flit.readthedocs.io"
changelog="https://flit.readthedocs.io/en/latest/history.html"
distfiles="${PYPI_SITE}/f/flit/flit-${version}.tar.gz"
checksum=b1464e006df4df4c8eeb37671c0e0ce66e1d04e4a36d91b702f180a25fde3c11
post_install() {
vlicense ../LICENSE
}