16 lines
557 B
Bash
16 lines
557 B
Bash
# Template file for 'python3-pythondialog'
|
|
pkgname=python3-pythondialog
|
|
version=3.5.1
|
|
revision=3
|
|
wrksrc="pythondialog-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
makedepends="python3-devel"
|
|
depends="python3 dialog"
|
|
short_desc="Python wrapper for the dialog utility"
|
|
maintainer="svenper <svenper@tuta.io>"
|
|
license="LGPL-2.1-or-later"
|
|
homepage="http://pythondialog.sourceforge.net"
|
|
distfiles="${PYPI_SITE}/p/pythondialog/pythondialog-${version}.tar.gz"
|
|
checksum=34a0687290571f37d7d297514cc36bd4cd044a3a4355271549f91490d3e7ece8
|