2018-08-14 15:54:51 +02:00
|
|
|
# Template for python-pmw
|
|
|
|
pkgname=python3-pmw
|
|
|
|
version=2.0.1
|
|
|
|
revision=1
|
|
|
|
noarch=yes
|
|
|
|
short_desc="Python 3 Tkinter widget toolkit"
|
|
|
|
homepage="http://pmw.sourceforge.net/"
|
|
|
|
license="MIT"
|
|
|
|
maintainer="Brenton Horne <brentonhorne77@gmail.com>"
|
|
|
|
wrksrc=Pmw-${version}
|
|
|
|
build_style=python3-module
|
2018-08-16 16:13:15 +02:00
|
|
|
hostmakedepends="python3-devel"
|
2018-08-14 15:54:51 +02:00
|
|
|
makedepends="python3-devel tk-devel"
|
|
|
|
depends="tk python3"
|
|
|
|
distfiles="${PYPI_SITE}/P/Pmw/Pmw-${version}.tar.gz"
|
|
|
|
checksum=0b9d28f52755a7a081b44591c3dd912054f896e56c9a627db4dd228306ad1120
|
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vlicense ${FILESDIR}/LICENSE.txt
|
|
|
|
}
|