1 Star 0 Fork 2

like/python-pygatt

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python-pygatt.spec 1.63 KB
一键复制 编辑 原始数据 按行查看 历史
like 提交于 2021-07-06 16:49 . 添加python-pygatt-4.0.5-1
%global pypi_name pygatt
%{?python_disable_dependency_generator}
Name: python-pygatt
Version: 4.0.5
Release: 1
Summary: A Python Module for Bluetooth LE Generic Attribute Profile
License: ASL 2.0
URL: https://github.com/peplin/pygatt
Source0: https://github.com/peplin/pygatt/archive/v%{version}/%{pypi_name}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-nose
BuildRequires: python3-coverage
Requires: bluez
%description
This Module allows reading and writing to GATT descriptors on devices such as
fitness trackers, sensors, and anything implementing standard GATT Descriptor
behavior.
pygatt wraps BlueZ's 'gatttool' command-line utility with a Pythonic API.
%package -n python3-%{pypi_name}
Summary: %{summary}
Requires: python3-pexpect
Requires: python3-pyserial
Requires: bluez
%{?python_provide:%python_provide python3-%{pypi_name}}
%description -n python3-%{pypi_name}
This Module allows reading and writing to GATT descriptors on devices such as
fitness trackers, sensors, and anything implementing standard GATT Descriptor
behavior.
pygatt wraps BlueZ's 'gatttool' command-line utility with a Pythonic API.
%prep
%autosetup -n %{pypi_name}-%{version}
%build
%py3_build
%install
%py3_install
%files -n python3-%{pypi_name}
%doc README.rst
%license LICENSE
%{python3_sitelib}/%{pypi_name}/
%{python3_sitelib}/*.egg-info
%changelog
* Tue Jul 6 2021 Like <like@kylinos.cn> - 4.0.5-1
- init package
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/pangzihapipangzi/python-pygatt.git
git@gitee.com:pangzihapipangzi/python-pygatt.git
pangzihapipangzi
python-pygatt
python-pygatt
master

搜索帮助