# Template file for 'python3-editables'
pkgname=python3-editables
version=0.6
revision=1
build_style=python3-pep517
hostmakedepends="python3-flit_core"
depends="python3"
checkdepends="python3-coverage python3-pytest-cov python3-pytest"
short_desc="Editable installations for Python"
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
license="MIT"
homepage="https://github.com/pfmoore/editables"
changelog="https://github.com/pfmoore/editables/raw/main/CHANGELOG.md"
distfiles="https://github.com/pfmoore/editables/archive/refs/tags/${version}.tar.gz"
checksum=766d9b40616dbcf5cc920e9db26dd915de999cfab75768ff05b3ebf9c389acb2

post_install() {
	vlicense LICENSE.txt
}
