diff --git a/srcpkgs/python3-forbiddenfruit/template b/srcpkgs/python3-forbiddenfruit/template new file mode 100644 index 00000000000..fcfe09af6dc --- /dev/null +++ b/srcpkgs/python3-forbiddenfruit/template @@ -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 " +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 +}