summaryrefslogtreecommitdiff
path: root/python-zigpy-deconz.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-04-12 04:27:11 +0000
committerCoprDistGit <infra@openeuler.org>2023-04-12 04:27:11 +0000
commit26e7095ccf1262e1234142b61221cbc6e15ac006 (patch)
treedf4941abfd181c998617f7dfd715be7044c5e00d /python-zigpy-deconz.spec
parentc4070d871747ec1727f68c2e84157dfa9f051f7b (diff)
automatic import of python-zigpy-deconz
Diffstat (limited to 'python-zigpy-deconz.spec')
-rw-r--r--python-zigpy-deconz.spec196
1 files changed, 196 insertions, 0 deletions
diff --git a/python-zigpy-deconz.spec b/python-zigpy-deconz.spec
new file mode 100644
index 0000000..42b881b
--- /dev/null
+++ b/python-zigpy-deconz.spec
@@ -0,0 +1,196 @@
+%global _empty_manifest_terminate_build 0
+Name: python-zigpy-deconz
+Version: 0.20.0
+Release: 1
+Summary: A library which communicates with Deconz radios for zigpy
+License: GPL-3.0
+URL: http://github.com/zigpy/zigpy-deconz
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/69/21/635de77c6b2ffbd809a7ec3e0c81ebf1a747a97fa9411d1cd1c7c3052d61/zigpy-deconz-0.20.0.tar.gz
+BuildArch: noarch
+
+Requires: python3-zigpy
+
+%description
+# zigpy-deconz
+
+[![Build Status](https://travis-ci.org/zigpy/zigpy-deconz.svg?branch=master)](https://travis-ci.org/zigpy/zigpy-deconz)
+[![Coverage](https://coveralls.io/repos/github/zigpy/zigpy-deconz/badge.svg?branch=master)](https://coveralls.io/github/zigpy/zigpy-deconz?branch=master)
+
+[zigpy-deconz](https://github.com/zigpy/zigpy-deconz) is a Python 3 implementation for the [Zigpy](https://github.com/zigpy/) project to implement [deCONZ](https://www.dresden-elektronik.de/funktechnik/products/software/pc/deconz/) based [Zigbee](https://www.zigbee.org) radio devices.
+
+The goal of this project to add native support for the Dresden-Elektronik/Phoscon deCONZ based ZigBee modules in Home Assistant via [zigpy](https://github.com/zigpy/).
+
+This library uses the deCONZ serial protocol for communicating with [ConBee](https://phoscon.de/en/conbee), [ConBee II (ConBee 2)](https://phoscon.de/en/conbee2), [RaspBee](https://phoscon.de/en/raspbee), and [RaspBee II (RaspBee 2)](https://phoscon.de/en/raspbee2) adapters from [Dresden-Elektronik](https://github.com/dresden-elektronik/)/[Phoscon](https://phoscon.de).
+
+# Releases via PyPI
+
+Tagged versions are also released via PyPI
+
+- https://pypi.org/project/zigpy-deconz/
+- https://pypi.org/project/zigpy-deconz/#history
+- https://pypi.org/project/zigpy-deconz/#files
+
+# External documentation and reference
+
+Note! Latest official documentation for the deCONZ serial protocol can currently be obtained by following link in Dresden-Elektronik GitHub repository here:
+
+- https://github.com/dresden-elektronik/deconz-serial-protocol
+- https://github.com/dresden-elektronik/deconz-serial-protocol/issues/2
+
+For reference, here is a list of unrelated projects that also use the same deCONZ serial protocol for other implementations:
+
+- https://github.com/Equidamoid/pyconz/commits/master
+- https://github.com/mozilla-iot/deconz-api
+- https://github.com/adetante/deconz-sp
+- https://github.com/frederic34/plugin-nodeBee
+
+# How to contribute
+
+If you are looking to make a contribution to this project we suggest that you follow the steps in these guides:
+
+- https://github.com/firstcontributions/first-contributions/blob/master/README.md
+- https://github.com/firstcontributions/first-contributions/blob/master/github-desktop-tutorial.md
+
+Some developers might also be interested in receiving donations in the form of hardware such as Zigbee modules or devices, and even if such donations are most often donated with no strings attached it could in many cases help the developers motivation and indirect improve the development of this project.
+
+
+%package -n python3-zigpy-deconz
+Summary: A library which communicates with Deconz radios for zigpy
+Provides: python-zigpy-deconz
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-zigpy-deconz
+# zigpy-deconz
+
+[![Build Status](https://travis-ci.org/zigpy/zigpy-deconz.svg?branch=master)](https://travis-ci.org/zigpy/zigpy-deconz)
+[![Coverage](https://coveralls.io/repos/github/zigpy/zigpy-deconz/badge.svg?branch=master)](https://coveralls.io/github/zigpy/zigpy-deconz?branch=master)
+
+[zigpy-deconz](https://github.com/zigpy/zigpy-deconz) is a Python 3 implementation for the [Zigpy](https://github.com/zigpy/) project to implement [deCONZ](https://www.dresden-elektronik.de/funktechnik/products/software/pc/deconz/) based [Zigbee](https://www.zigbee.org) radio devices.
+
+The goal of this project to add native support for the Dresden-Elektronik/Phoscon deCONZ based ZigBee modules in Home Assistant via [zigpy](https://github.com/zigpy/).
+
+This library uses the deCONZ serial protocol for communicating with [ConBee](https://phoscon.de/en/conbee), [ConBee II (ConBee 2)](https://phoscon.de/en/conbee2), [RaspBee](https://phoscon.de/en/raspbee), and [RaspBee II (RaspBee 2)](https://phoscon.de/en/raspbee2) adapters from [Dresden-Elektronik](https://github.com/dresden-elektronik/)/[Phoscon](https://phoscon.de).
+
+# Releases via PyPI
+
+Tagged versions are also released via PyPI
+
+- https://pypi.org/project/zigpy-deconz/
+- https://pypi.org/project/zigpy-deconz/#history
+- https://pypi.org/project/zigpy-deconz/#files
+
+# External documentation and reference
+
+Note! Latest official documentation for the deCONZ serial protocol can currently be obtained by following link in Dresden-Elektronik GitHub repository here:
+
+- https://github.com/dresden-elektronik/deconz-serial-protocol
+- https://github.com/dresden-elektronik/deconz-serial-protocol/issues/2
+
+For reference, here is a list of unrelated projects that also use the same deCONZ serial protocol for other implementations:
+
+- https://github.com/Equidamoid/pyconz/commits/master
+- https://github.com/mozilla-iot/deconz-api
+- https://github.com/adetante/deconz-sp
+- https://github.com/frederic34/plugin-nodeBee
+
+# How to contribute
+
+If you are looking to make a contribution to this project we suggest that you follow the steps in these guides:
+
+- https://github.com/firstcontributions/first-contributions/blob/master/README.md
+- https://github.com/firstcontributions/first-contributions/blob/master/github-desktop-tutorial.md
+
+Some developers might also be interested in receiving donations in the form of hardware such as Zigbee modules or devices, and even if such donations are most often donated with no strings attached it could in many cases help the developers motivation and indirect improve the development of this project.
+
+
+%package help
+Summary: Development documents and examples for zigpy-deconz
+Provides: python3-zigpy-deconz-doc
+%description help
+# zigpy-deconz
+
+[![Build Status](https://travis-ci.org/zigpy/zigpy-deconz.svg?branch=master)](https://travis-ci.org/zigpy/zigpy-deconz)
+[![Coverage](https://coveralls.io/repos/github/zigpy/zigpy-deconz/badge.svg?branch=master)](https://coveralls.io/github/zigpy/zigpy-deconz?branch=master)
+
+[zigpy-deconz](https://github.com/zigpy/zigpy-deconz) is a Python 3 implementation for the [Zigpy](https://github.com/zigpy/) project to implement [deCONZ](https://www.dresden-elektronik.de/funktechnik/products/software/pc/deconz/) based [Zigbee](https://www.zigbee.org) radio devices.
+
+The goal of this project to add native support for the Dresden-Elektronik/Phoscon deCONZ based ZigBee modules in Home Assistant via [zigpy](https://github.com/zigpy/).
+
+This library uses the deCONZ serial protocol for communicating with [ConBee](https://phoscon.de/en/conbee), [ConBee II (ConBee 2)](https://phoscon.de/en/conbee2), [RaspBee](https://phoscon.de/en/raspbee), and [RaspBee II (RaspBee 2)](https://phoscon.de/en/raspbee2) adapters from [Dresden-Elektronik](https://github.com/dresden-elektronik/)/[Phoscon](https://phoscon.de).
+
+# Releases via PyPI
+
+Tagged versions are also released via PyPI
+
+- https://pypi.org/project/zigpy-deconz/
+- https://pypi.org/project/zigpy-deconz/#history
+- https://pypi.org/project/zigpy-deconz/#files
+
+# External documentation and reference
+
+Note! Latest official documentation for the deCONZ serial protocol can currently be obtained by following link in Dresden-Elektronik GitHub repository here:
+
+- https://github.com/dresden-elektronik/deconz-serial-protocol
+- https://github.com/dresden-elektronik/deconz-serial-protocol/issues/2
+
+For reference, here is a list of unrelated projects that also use the same deCONZ serial protocol for other implementations:
+
+- https://github.com/Equidamoid/pyconz/commits/master
+- https://github.com/mozilla-iot/deconz-api
+- https://github.com/adetante/deconz-sp
+- https://github.com/frederic34/plugin-nodeBee
+
+# How to contribute
+
+If you are looking to make a contribution to this project we suggest that you follow the steps in these guides:
+
+- https://github.com/firstcontributions/first-contributions/blob/master/README.md
+- https://github.com/firstcontributions/first-contributions/blob/master/github-desktop-tutorial.md
+
+Some developers might also be interested in receiving donations in the form of hardware such as Zigbee modules or devices, and even if such donations are most often donated with no strings attached it could in many cases help the developers motivation and indirect improve the development of this project.
+
+
+%prep
+%autosetup -n zigpy-deconz-0.20.0
+
+%build
+%py3_build
+
+%install
+%py3_install
+install -d -m755 %{buildroot}/%{_pkgdocdir}
+if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
+if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
+if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi
+if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi
+pushd %{buildroot}
+if [ -d usr/lib ]; then
+ find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst
+fi
+if [ -d usr/lib64 ]; then
+ find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst
+fi
+if [ -d usr/bin ]; then
+ find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst
+fi
+if [ -d usr/sbin ]; then
+ find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst
+fi
+touch doclist.lst
+if [ -d usr/share/man ]; then
+ find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst
+fi
+popd
+mv %{buildroot}/filelist.lst .
+mv %{buildroot}/doclist.lst .
+
+%files -n python3-zigpy-deconz -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Wed Apr 12 2023 Python_Bot <Python_Bot@openeuler.org> - 0.20.0-1
+- Package Spec generated