2019-03-16 07:47:16 +00:00
committed by Git OBS Bridge
parent f37f8b18c9
commit 783fac4659
2 changed files with 15 additions and 3 deletions

5
python-bluepy.changes Normal file
View File

@@ -0,0 +1,5 @@
-------------------------------------------------------------------
Sat Mar 16 07:47:01 UTC 2019 - Adrian Schröter <adrian@suse.de>
- initial package

View File

@@ -23,10 +23,9 @@
Name: python-bluepy
Version: 1.1.4
Release: 0
Summary: Automation Library for Yamaha Network receivers
License: GPL
Group: Python interface to Bluetooth LE on Linux
Url: https://github.com/wuub/rxv
Summary: Python interface to Bluetooth LE on Linux
Url: http://ianharvey.github.io/bluepy-doc/
Source: bluepy-%{version}.tar.xz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
@@ -42,6 +41,14 @@ BuildArch: noarch
%python_subpackages
%description
Bluepy is a Python package to allow Bluetooth Low Energy (a.k.a Bluetooth
Smart) peripherals to be controlled from Python. Installation instructions
and release notes are in the file README.md.
Source code and further documentation is at:
https://github.com/IanHarvey/bluepy
http://ianharvey.github.io/bluepy-doc/
%prep
%setup -q -n bluepy-%{version}