python-ewmh: drop package

This commit is contained in:
Đoàn Trần Công Danh 2020-09-20 13:38:40 +07:00
parent 82f0e19f3a
commit 07a0fbde37
3 changed files with 14 additions and 27 deletions

View file

@ -1,26 +0,0 @@
# Template file for 'python-ewmh'
pkgname=python-ewmh
version=0.1.6
revision=3
archs=noarch
wrksrc="${pkgname/python-//}-${version}"
build_style=python-module
pycompile_module="ewmh"
hostmakedepends="python-setuptools python3-setuptools"
depends="python-xlib"
short_desc="Python2 implementation of EWMH (Extended Window Manager Hints)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-3.0-or-later"
homepage="https://github.com/parkouss/pyewmh"
distfiles="${PYPI_SITE}/e/ewmh/ewmh-${version}.tar.gz"
checksum=c56b093f7d575181e979bb3a7d15c34065755f811c351ff0a31fede12b09343d
python3-ewmh_package() {
archs=noarch
depends="python3-xlib"
pycompile_module="ewmh"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
}
}

View file

@ -1 +0,0 @@
python-ewmh

View file

@ -0,0 +1,14 @@
# Template file for 'python3-ewmh'
pkgname=python3-ewmh
version=0.1.6
revision=4
wrksrc="ewmh-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-xlib"
short_desc="Python3 implementation of EWMH (Extended Window Manager Hints)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-3.0-or-later"
homepage="https://github.com/parkouss/pyewmh"
distfiles="${PYPI_SITE}/e/ewmh/ewmh-${version}.tar.gz"
checksum=c56b093f7d575181e979bb3a7d15c34065755f811c351ff0a31fede12b09343d