18 lines
598 B
Bash
18 lines
598 B
Bash
# Template file for 'python3-pyudev'
|
|
pkgname=python3-pyudev
|
|
version=0.24.0
|
|
revision=2
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3 python3-six eudev-libudev"
|
|
checkdepends="$depends python3-pytest python3-mock python3-hypothesis
|
|
python3-docutils"
|
|
short_desc="Python bindings to libudev (Python3)"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="LGPL-2.1-or-later"
|
|
homepage="https://github.com/pyudev/pyudev"
|
|
distfiles="${PYPI_SITE}/p/pyudev/pyudev-${version}.tar.gz"
|
|
checksum=b2a3afe1c99ea751f8296652557eac559874da2a1b1ec0625178706ec5a345f3
|
|
|
|
make_check=no
|