python3-easygui: update to 0.98.3.

This commit is contained in:
Andrew Benson 2022-04-20 10:44:59 -05:00
parent 831d44daad
commit 55dc2172db

View file

@ -1,17 +1,19 @@
# Template file for 'python3-easygui'
pkgname=python3-easygui
version=0.98.1
revision=5
version=0.98.3
revision=1
wrksrc="easygui-${version}"
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="${homepage}/archive/${version}.tar.gz"
checksum=b46d1f06b85a2de2b15129906d21bb42bc66a6e800315fed57e634cf151fc083
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