python-evdev: remove package
This commit is contained in:
parent
dc8b3714ef
commit
dac516f2bb
4 changed files with 18 additions and 28 deletions
|
@ -1,27 +0,0 @@
|
|||
# Template file for 'python-evdev'
|
||||
pkgname=python-evdev
|
||||
version=1.2.0
|
||||
revision=5
|
||||
build_style=python-module
|
||||
pycompile_module="evdev"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
makedepends="python-devel python3-devel"
|
||||
short_desc="Python2 bindings for the Linux input subsystem"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/gvalkov/python-evdev"
|
||||
distfiles="https://github.com/gvalkov/python-evdev/archive/v${version}.tar.gz"
|
||||
checksum=f788584510620251c6a6c68802935b71c4b474df99b87ee223e18b84dd1719a6
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
python3-evdev_package() {
|
||||
pycompile_module="evdev"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
vlicense LICENSE
|
||||
}
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
python-evdev
|
18
srcpkgs/python3-evdev/template
Normal file
18
srcpkgs/python3-evdev/template
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Template file for 'python3-evdev'
|
||||
pkgname=python3-evdev
|
||||
version=1.2.0
|
||||
revision=5
|
||||
wrksrc="python-evdev-$version"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
makedepends="python3-devel"
|
||||
short_desc="Python3 bindings for the Linux input subsystem"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/gvalkov/python-evdev"
|
||||
distfiles="https://github.com/gvalkov/python-evdev/archive/v${version}.tar.gz"
|
||||
checksum=f788584510620251c6a6c68802935b71c4b474df99b87ee223e18b84dd1719a6
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Reference in a new issue