# Template file for 'python3-forbiddenfruit'
pkgname=python3-forbiddenfruit
version=0.1.4
revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="Patch python built-in objects"
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
license="GPL-3.0-or-later OR MIT"
homepage="https://github.com/clarete/forbiddenfruit"
changelog="https://github.com/clarete/forbiddenfruit/releases"
distfiles="${PYPI_SITE}/f/forbiddenfruit/forbiddenfruit-${version}.tar.gz"
checksum=e3f7e66561a29ae129aac139a85d610dbf3dd896128187ed5454b6421f624253
make_check=no # Tests require removed python3-nose

post_install() {
	vlicense COPYING.mit
}
