New package: python3-forbiddenfruit-0.1.4

This commit is contained in:
Gonzalo Tornaría 2025-04-18 11:20:08 -03:00 committed by Andrew J. Hesford
parent 32bbcb08ab
commit 4b508fc776

View file

@ -0,0 +1,19 @@
# Template file for 'python3-forbiddenfruit'
pkgname=python3-forbiddenfruit
version=0.1.4
revision=1
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
}