15 lines
529 B
Bash
15 lines
529 B
Bash
# Template file for 'python3-makefun'
|
|
pkgname=python3-makefun
|
|
version=1.15.0
|
|
revision=2
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools_scm"
|
|
depends="python3"
|
|
short_desc="Small library to dynamically create python functions"
|
|
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/smarie/python-makefun"
|
|
distfiles="${PYPI_SITE}/m/makefun/makefun-${version}.tar.gz"
|
|
checksum=5b110e733d94f7a49d8ac27b1e2d40f2bb0501e98c1d825e0d932d26920dd5df
|
|
make_check=no
|