void-packages/srcpkgs/python-bluez/template

30 lines
955 B
Bash
Raw Normal View History

2015-01-06 07:58:06 +00:00
# Template file for 'python-bluez'
pkgname=python-bluez
2015-08-30 08:26:50 +00:00
version=0.22
revision=2
2015-08-17 09:01:43 +00:00
wrksrc="pybluez-${version}"
2015-01-06 07:58:06 +00:00
build_style=python-module
pycompile_module="bluetooth"
hostmakedepends="python-devel python3-devel python-setuptools python3-setuptools"
makedepends="python-devel python3-devel libbluetooth-devel"
2015-01-06 07:58:06 +00:00
short_desc="Python2 wrapper for the BlueZ Bluetooth stack"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
2015-01-06 07:58:06 +00:00
license="GPL-2"
2015-08-17 09:01:43 +00:00
homepage="http://karulis.github.io/pybluez/"
distfiles="https://github.com/karulis/pybluez/archive/${version}.tar.gz"
2015-08-30 08:26:50 +00:00
checksum=53db881a2668791062985e1ff7afbe6527cdd9af3676a3160420a235bee3c768
2015-01-06 07:58:06 +00:00
python3-bluez_package() {
replaces="python3.4-bluez>=0"
short_desc="${short_desc/2/3}"
2015-01-06 07:58:06 +00:00
pycompile_module="bluetooth"
pkg_install() {
vmove usr/lib/python3*
2015-01-06 07:58:06 +00:00
}
}
python3.4-bluez_package() {
build_style=meta
short_desc="${short_desc/Python2/Python3.4} (transitional dummy package)"
depends="python3-bluez>=${version}_${revision}"
}