summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-05-10 06:02:46 +0000
committerCoprDistGit <infra@openeuler.org>2023-05-10 06:02:46 +0000
commitb9f5a790c5985b87a46160279f4d0a154905c57e (patch)
treec750decc9441f6a7532eb134650a8cd17f05d862
parentc3e7868e1034d0b27e5971f46d14c99a50cf2f90 (diff)
automatic import of python-2keys
-rw-r--r--.gitignore1
-rw-r--r--python-2keys.spec250
-rw-r--r--sources1
3 files changed, 252 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..e5a671d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/2Keys-0.5.1.tar.gz
diff --git a/python-2keys.spec b/python-2keys.spec
new file mode 100644
index 0000000..aaf9050
--- /dev/null
+++ b/python-2keys.spec
@@ -0,0 +1,250 @@
+%global _empty_manifest_terminate_build 0
+Name: python-2Keys
+Version: 0.5.1
+Release: 1
+Summary: A easy to setup second keyboard, designed for everyone.
+License: GPLv3
+URL: https://github.com/Gum-Joe/2Keys
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/cb/6e/ab56fdb1addd3cff4bddbca9a125582ed16e1d8403080e7b5d8cdc349c34/2Keys-0.5.1.tar.gz
+BuildArch: noarch
+
+Requires: python3-aiofiles
+Requires: python3-aiohttp
+Requires: python3-async-timeout
+Requires: python3-attrs
+Requires: python3-certifi
+Requires: python3-chardet
+Requires: python3-click
+Requires: python3-colorful
+Requires: python3-colorful
+Requires: python3-evdev
+Requires: python3-idna
+Requires: python3-idna-ssl
+Requires: python3-multidict
+Requires: python3-pystache
+Requires: python3-pyyaml
+Requires: python3-requests
+Requires: python3-typing-extensions
+Requires: python3-urllib3
+Requires: python3-yarl
+
+%description
+# 2Keys
+A easy to setup second keyboard, designed for everyone.
+
+For a full setup guide, see [here](https://github.com/Gum-Joe/2Keys/blob/master/docs/SETUP.md)
+
+For keyboard mappings, see [here](https://github.com/Gum-Joe/2Keys/blob/master/docs/MAPPINGS.md)
+
+### Support
+Windows is supported only as the server (where the hotkeys will run) and a raspberry pi is required to run the detector.
+
+## WARNING
+This will download a copy of [AutoHotkey_H](https://hotkeyit.github.io/v2/), a DLL version of [AutoHotkey](http://autohotkey.com/)
+
+## Building
+To build the server, where hotkeys are run:
+```
+$ cd server
+$ yarn
+```
+
+To build the detector:
+```
+$ cd detector
+$ pip3 install -r required.txt
+```
+
+## Devices
+**Server**: The device running the hotkeys sever, i.e. where the hot keys will be run
+
+**Detecter**: Device that handles detection of key presses & which keyboard it is and sends this to the server
+
+
+## Sofware used & inspiration
+Inspired by LTT editor Taran's second keyboard project: [https://github.com/TaranVH/2nd-keyboard](https://github.com/TaranVH/2nd-keyboard)
+
+2Keys uses AutoHotkey_H (a DLL version of AutoHotkey): [https://hotkeyit.github.io/v2/](https://hotkeyit.github.io/v2/)
+
+## License
+Copyright 2018 Kishan Sambhi
+
+2Keys is free software: you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+2Keys is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with 2Keys. If not, see <https://www.gnu.org/licenses/>.
+
+
+
+%package -n python3-2Keys
+Summary: A easy to setup second keyboard, designed for everyone.
+Provides: python-2Keys
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-2Keys
+# 2Keys
+A easy to setup second keyboard, designed for everyone.
+
+For a full setup guide, see [here](https://github.com/Gum-Joe/2Keys/blob/master/docs/SETUP.md)
+
+For keyboard mappings, see [here](https://github.com/Gum-Joe/2Keys/blob/master/docs/MAPPINGS.md)
+
+### Support
+Windows is supported only as the server (where the hotkeys will run) and a raspberry pi is required to run the detector.
+
+## WARNING
+This will download a copy of [AutoHotkey_H](https://hotkeyit.github.io/v2/), a DLL version of [AutoHotkey](http://autohotkey.com/)
+
+## Building
+To build the server, where hotkeys are run:
+```
+$ cd server
+$ yarn
+```
+
+To build the detector:
+```
+$ cd detector
+$ pip3 install -r required.txt
+```
+
+## Devices
+**Server**: The device running the hotkeys sever, i.e. where the hot keys will be run
+
+**Detecter**: Device that handles detection of key presses & which keyboard it is and sends this to the server
+
+
+## Sofware used & inspiration
+Inspired by LTT editor Taran's second keyboard project: [https://github.com/TaranVH/2nd-keyboard](https://github.com/TaranVH/2nd-keyboard)
+
+2Keys uses AutoHotkey_H (a DLL version of AutoHotkey): [https://hotkeyit.github.io/v2/](https://hotkeyit.github.io/v2/)
+
+## License
+Copyright 2018 Kishan Sambhi
+
+2Keys is free software: you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+2Keys is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with 2Keys. If not, see <https://www.gnu.org/licenses/>.
+
+
+
+%package help
+Summary: Development documents and examples for 2Keys
+Provides: python3-2Keys-doc
+%description help
+# 2Keys
+A easy to setup second keyboard, designed for everyone.
+
+For a full setup guide, see [here](https://github.com/Gum-Joe/2Keys/blob/master/docs/SETUP.md)
+
+For keyboard mappings, see [here](https://github.com/Gum-Joe/2Keys/blob/master/docs/MAPPINGS.md)
+
+### Support
+Windows is supported only as the server (where the hotkeys will run) and a raspberry pi is required to run the detector.
+
+## WARNING
+This will download a copy of [AutoHotkey_H](https://hotkeyit.github.io/v2/), a DLL version of [AutoHotkey](http://autohotkey.com/)
+
+## Building
+To build the server, where hotkeys are run:
+```
+$ cd server
+$ yarn
+```
+
+To build the detector:
+```
+$ cd detector
+$ pip3 install -r required.txt
+```
+
+## Devices
+**Server**: The device running the hotkeys sever, i.e. where the hot keys will be run
+
+**Detecter**: Device that handles detection of key presses & which keyboard it is and sends this to the server
+
+
+## Sofware used & inspiration
+Inspired by LTT editor Taran's second keyboard project: [https://github.com/TaranVH/2nd-keyboard](https://github.com/TaranVH/2nd-keyboard)
+
+2Keys uses AutoHotkey_H (a DLL version of AutoHotkey): [https://hotkeyit.github.io/v2/](https://hotkeyit.github.io/v2/)
+
+## License
+Copyright 2018 Kishan Sambhi
+
+2Keys is free software: you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+2Keys is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with 2Keys. If not, see <https://www.gnu.org/licenses/>.
+
+
+
+%prep
+%autosetup -n 2Keys-0.5.1
+
+%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-2Keys -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Wed May 10 2023 Python_Bot <Python_Bot@openeuler.org> - 0.5.1-1
+- Package Spec generated
diff --git a/sources b/sources
new file mode 100644
index 0000000..1ed5298
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+e8598cff6aead34cec63b50f2b4591a9 2Keys-0.5.1.tar.gz