21 lines
640 B
Bash
21 lines
640 B
Bash
# Template file for 'python3-easygui'
|
|
pkgname=python3-easygui
|
|
version=0.98.3
|
|
revision=2
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-tkinter"
|
|
checkdepends="$depends"
|
|
short_desc="Simple, very easy GUI programming in Python"
|
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/robertlugg/easygui"
|
|
distfiles="${PYPI_SITE}/e/easygui/easygui-${version}.tar.gz"
|
|
checksum=d653ff79ee1f42f63b5a090f2f98ce02335d86ad8963b3ce2661805cafe99a04
|
|
make_check=no # Requires X connection
|
|
|
|
post_install() {
|
|
sed -n '29,74p' easygui/easygui.py > LICENSE
|
|
vlicense LICENSE
|
|
}
|