void-packages/srcpkgs/python3-flit_core/template
2021-10-13 13:24:51 -04:00

21 lines
669 B
Bash

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