15 lines
541 B
Bash
15 lines
541 B
Bash
# Template file for 'python3-bluez'
|
|
pkgname=python3-bluez
|
|
version=0.23
|
|
revision=2
|
|
wrksrc="PyBluez-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-devel python3-setuptools"
|
|
makedepends="python3-devel libbluetooth-devel"
|
|
short_desc="Python3 wrapper for the BlueZ Bluetooth stack"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://pybluez.readthedocs.io"
|
|
distfiles="$PYPI_SITE/P/PyBluez/PyBluez-${version}.tar.gz"
|
|
checksum=c8f04d2e78951eaa9de486b4d49381704e8943d0a6e6e58f55fcd7b8582e90de
|