python3-easygui: update to 0.98.3.
This commit is contained in:
parent
831d44daad
commit
55dc2172db
1 changed files with 6 additions and 4 deletions
|
@ -1,17 +1,19 @@
|
||||||
# Template file for 'python3-easygui'
|
# Template file for 'python3-easygui'
|
||||||
pkgname=python3-easygui
|
pkgname=python3-easygui
|
||||||
version=0.98.1
|
version=0.98.3
|
||||||
revision=5
|
revision=1
|
||||||
wrksrc="easygui-${version}"
|
wrksrc="easygui-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-tkinter"
|
depends="python3-tkinter"
|
||||||
|
checkdepends="$depends"
|
||||||
short_desc="Simple, very easy GUI programming in Python"
|
short_desc="Simple, very easy GUI programming in Python"
|
||||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/robertlugg/easygui"
|
homepage="https://github.com/robertlugg/easygui"
|
||||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
distfiles="${PYPI_SITE}/e/easygui/easygui-${version}.tar.gz"
|
||||||
checksum=b46d1f06b85a2de2b15129906d21bb42bc66a6e800315fed57e634cf151fc083
|
checksum=d653ff79ee1f42f63b5a090f2f98ce02335d86ad8963b3ce2661805cafe99a04
|
||||||
|
make_check=no # Requires X connection
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
sed -n '29,74p' easygui/easygui.py > LICENSE
|
sed -n '29,74p' easygui/easygui.py > LICENSE
|
||||||
|
|
Loading…
Reference in a new issue