void-packages/srcpkgs/python3-flit_core/template

21 lines
669 B
Bash

# Template file for 'python3-flit_core'
pkgname=python3-flit_core
version=3.7.1
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=3c9bd9c140515bfe62dd938c6610d10d6efb9e35cc647fc614fe5fb3a5036682
post_install() {
vlicense ../LICENSE
}