mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 01:42:56 +02:00
New package: python3-forbiddenfruit-0.1.4
This commit is contained in:
parent
32bbcb08ab
commit
4b508fc776
1 changed files with 19 additions and 0 deletions
19
srcpkgs/python3-forbiddenfruit/template
Normal file
19
srcpkgs/python3-forbiddenfruit/template
Normal 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
|
||||
}
|
Loading…
Add table
Reference in a new issue