mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
python3-pmw: use setuptools
This commit is contained in:
parent
fa5865fb7e
commit
5706e5d476
1 changed files with 7 additions and 7 deletions
|
@ -1,15 +1,15 @@
|
|||
# Template for python-pmw
|
||||
# Template file for 'python3-pmw'
|
||||
pkgname=python3-pmw
|
||||
version=2.0.1
|
||||
revision=5
|
||||
short_desc="Python 3 Tkinter widget toolkit"
|
||||
homepage="http://pmw.sourceforge.net/"
|
||||
license="MIT"
|
||||
maintainer="Brenton Horne <brentonhorne77@gmail.com>"
|
||||
revision=6
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-devel"
|
||||
hostmakedepends="python3-setuptools"
|
||||
makedepends="python3-devel tk-devel"
|
||||
depends="tk python3"
|
||||
short_desc="Python 3 Tkinter widget toolkit"
|
||||
maintainer="Brenton Horne <brentonhorne77@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="http://pmw.sourceforge.net/"
|
||||
distfiles="${PYPI_SITE}/P/Pmw/Pmw-${version}.tar.gz"
|
||||
checksum=0b9d28f52755a7a081b44591c3dd912054f896e56c9a627db4dd228306ad1120
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue