mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
python-ewmh: drop package
This commit is contained in:
parent
82f0e19f3a
commit
07a0fbde37
3 changed files with 14 additions and 27 deletions
|
@ -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*
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1 +0,0 @@
|
||||||
python-ewmh
|
|
14
srcpkgs/python3-ewmh/template
Normal file
14
srcpkgs/python3-ewmh/template
Normal 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
|
Loading…
Add table
Reference in a new issue