aboutsummaryrefslogtreecommitdiff
path: root/srcpkgs/python3-pmw/template
blob: 9703297e18a8c28332563a8075aee029bfc76bfa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Template for python-pmw
pkgname=python3-pmw
version=2.0.1
revision=3
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
hostmakedepends="python3-devel"
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
}