python-texttable: update to 1.3.1
[void-packages.git] / srcpkgs / python-ewmh / template
blobd64d91c70e14c923d5e66ad7c6f860ea6821dd75
1 # Template file for 'python-ewmh'
2 pkgname=python-ewmh
3 version=0.1.6
4 revision=2
5 noarch=yes
6 wrksrc="${pkgname/python-//}-${version}"
7 build_style=python-module
8 pycompile_module="ewmh"
9 hostmakedepends="python-setuptools python3-setuptools"
10 depends="python-xlib"
11 short_desc="Python2 implementation of EWMH (Extended Window Manager Hints)"
12 maintainer="maxice8 <thinkabit.ukim@gmail.com>"
13 license="LGPL-3.0-or-later"
14 homepage="https://github.com/parkouss/pyewmh"
15 distfiles="${PYPI_SITE}/e/ewmh/ewmh-${version}.tar.gz"
16 checksum=c56b093f7d575181e979bb3a7d15c34065755f811c351ff0a31fede12b09343d
18 python3-ewmh_package() {
19         noarch=yes
20         depends="python3-xlib"
21         pycompile_module="ewmh"
22         short_desc="${short_desc/Python2/Python3}"
23         pkg_install() {
24                 vmove usr/lib/python3*
25         }