mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
python-pyudev: drop package
This commit is contained in:
parent
3f416bb2f7
commit
192c8774c9
3 changed files with 14 additions and 27 deletions
|
@ -1,26 +0,0 @@
|
||||||
# Template file for 'python-pyudev'
|
|
||||||
pkgname=python-pyudev
|
|
||||||
version=0.21.0
|
|
||||||
revision=3
|
|
||||||
archs=noarch
|
|
||||||
wrksrc="pyudev-${version}"
|
|
||||||
build_style=python-module
|
|
||||||
pycompile_module="pyudev"
|
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
|
||||||
depends="python python-six"
|
|
||||||
short_desc="Python bindings to libudev (Python2)"
|
|
||||||
maintainer="Luca Weiss <luca@z3ntu.xyz>"
|
|
||||||
license="LGPL-2.1"
|
|
||||||
homepage="https://github.com/pyudev/pyudev"
|
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
|
||||||
checksum=5f4625f89347e465731866ddbe042a055bbc5092577356aa3d089ac5fb8efd94
|
|
||||||
|
|
||||||
python3-pyudev_package() {
|
|
||||||
archs=noarch
|
|
||||||
depends="python3 python3-six"
|
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
|
||||||
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr/lib/python3*
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1 +0,0 @@
|
||||||
python-pyudev
|
|
14
srcpkgs/python3-pyudev/template
Normal file
14
srcpkgs/python3-pyudev/template
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
# Template file for 'python3-pyudev'
|
||||||
|
pkgname=python3-pyudev
|
||||||
|
version=0.21.0
|
||||||
|
revision=4
|
||||||
|
wrksrc="pyudev-${version}"
|
||||||
|
build_style=python3-module
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3 python3-six"
|
||||||
|
short_desc="Python bindings to libudev (Python3)"
|
||||||
|
maintainer="Luca Weiss <luca@z3ntu.xyz>"
|
||||||
|
license="LGPL-2.1-or-later"
|
||||||
|
homepage="https://github.com/pyudev/pyudev"
|
||||||
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
|
checksum=5f4625f89347e465731866ddbe042a055bbc5092577356aa3d089ac5fb8efd94
|
Loading…
Add table
Reference in a new issue