24 lines
649 B
Bash
24 lines
649 B
Bash
# Template file for 'python3-flit_core'
|
|
pkgname=python3-flit_core
|
|
version=3.0.0
|
|
revision=1
|
|
wrksrc="flit-${version}"
|
|
build_wrksrc="flit_core"
|
|
build_style=python3-pep517
|
|
depends="python3-toml"
|
|
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=b4fe0f84a1ffbf125d003e253ec98c0b6e3e31290b31fba3ad22d28588c20893
|
|
|
|
do_check() {
|
|
: provides no tests
|
|
}
|
|
|
|
post_install() {
|
|
vlicense ../LICENSE
|
|
}
|