From d8d96230761c817dc81a30354eafeaf5f47dd1eb Mon Sep 17 00:00:00 2001
From: CoprDistGit
Date: Wed, 10 May 2023 06:53:04 +0000
Subject: automatic import of python-tiptop
---
python-tiptop.spec | 293 +++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 293 insertions(+)
create mode 100644 python-tiptop.spec
(limited to 'python-tiptop.spec')
diff --git a/python-tiptop.spec b/python-tiptop.spec
new file mode 100644
index 0000000..b984844
--- /dev/null
+++ b/python-tiptop.spec
@@ -0,0 +1,293 @@
+%global _empty_manifest_terminate_build 0
+Name: python-tiptop
+Version: 0.2.8
+Release: 1
+Summary: A better top
+License: The MIT License (MIT) Copyright (c) 2021-2022 Nico Schlömer Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+URL: https://pypi.org/project/tiptop/
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/1b/32/2f0df4278e1758d4f9106c753f2e723beae6f5e36552f953f2041b45d843/tiptop-0.2.8.tar.gz
+BuildArch: noarch
+
+Requires: python3-py-cpuinfo
+Requires: python3-distro
+Requires: python3-psutil
+Requires: python3-rich
+Requires: python3-textual
+
+%description
+
+
+
Command-line system monitoring.
+
+
+[](https://pypi.org/project/tiptop/)
+[](https://pypi.org/project/tiptop/)
+[](https://github.com/nschloe/tiptop)
+[](https://pepy.tech/project/tiptop)
+
+
+
+[](https://discord.gg/Z6DMsJh4Hr)
+[](https://paypal.me/nschloe)
+[](https://github.com/sponsors/nschloe)
+[](https://ko-fi.com/nschloe)
+
+[](https://github.com/nschloe/tiptop/actions?query=workflow%3Aci)
+[](https://lgtm.com/projects/g/nschloe/tiptop)
+[](https://github.com/psf/black)
+
+tiptop is a command-line system monitoring tool in the spirit of
+[top](). It displays various
+interesting system stats and graphs them. Works on all operating systems.
+
+Install and run with
+
+
+
+```sh
+pip install tiptop
+tiptop
+```
+
+
+
+
+
+For all options, see
+
+
+
+```sh
+tiptop -h
+```
+
+
+
+```
+usage: tiptop [-h] [--version] [--log LOG] [--net NET]
+
+Command-line system monitor.
+
+options:
+ -h, --help show this help message and exit
+ --version, -v display version information
+ --log LOG, -l LOG debug log file
+ --net NET, -n NET network interface to display (default: auto)
+```
+
+tiptop uses [Textual](https://github.com/willmcgugan/textual/) for layouting and [psutil](https://github.com/giampaolo/psutil) for fetching system data.
+
+Other top alternatives in alphabetical order:
+
+- [bashtop](https://github.com/aristocratos/bashtop), [bpytop](https://github.com/aristocratos/bpytop), [btop](https://github.com/aristocratos/btop) (which inspired tiptop)
+- [bottom](https://github.com/ClementTsang/bottom)
+- [Glances](https://github.com/nicolargo/glances)
+- [gtop](https://github.com/aksakalli/gtop)
+- [htop](https://github.com/htop-dev/htop)
+
+See [here](https://github.com/nschloe/stargraph#command-line-system-monitoring)
+for a comparison by GitHub stars.
+
+
+%package -n python3-tiptop
+Summary: A better top
+Provides: python-tiptop
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-tiptop
+
+
+
Command-line system monitoring.
+
+
+[](https://pypi.org/project/tiptop/)
+[](https://pypi.org/project/tiptop/)
+[](https://github.com/nschloe/tiptop)
+[](https://pepy.tech/project/tiptop)
+
+
+
+[](https://discord.gg/Z6DMsJh4Hr)
+[](https://paypal.me/nschloe)
+[](https://github.com/sponsors/nschloe)
+[](https://ko-fi.com/nschloe)
+
+[](https://github.com/nschloe/tiptop/actions?query=workflow%3Aci)
+[](https://lgtm.com/projects/g/nschloe/tiptop)
+[](https://github.com/psf/black)
+
+tiptop is a command-line system monitoring tool in the spirit of
+[top](). It displays various
+interesting system stats and graphs them. Works on all operating systems.
+
+Install and run with
+
+
+
+```sh
+pip install tiptop
+tiptop
+```
+
+
+
+
+
+For all options, see
+
+
+
+```sh
+tiptop -h
+```
+
+
+
+```
+usage: tiptop [-h] [--version] [--log LOG] [--net NET]
+
+Command-line system monitor.
+
+options:
+ -h, --help show this help message and exit
+ --version, -v display version information
+ --log LOG, -l LOG debug log file
+ --net NET, -n NET network interface to display (default: auto)
+```
+
+tiptop uses [Textual](https://github.com/willmcgugan/textual/) for layouting and [psutil](https://github.com/giampaolo/psutil) for fetching system data.
+
+Other top alternatives in alphabetical order:
+
+- [bashtop](https://github.com/aristocratos/bashtop), [bpytop](https://github.com/aristocratos/bpytop), [btop](https://github.com/aristocratos/btop) (which inspired tiptop)
+- [bottom](https://github.com/ClementTsang/bottom)
+- [Glances](https://github.com/nicolargo/glances)
+- [gtop](https://github.com/aksakalli/gtop)
+- [htop](https://github.com/htop-dev/htop)
+
+See [here](https://github.com/nschloe/stargraph#command-line-system-monitoring)
+for a comparison by GitHub stars.
+
+
+%package help
+Summary: Development documents and examples for tiptop
+Provides: python3-tiptop-doc
+%description help
+
+
+
Command-line system monitoring.
+
+
+[](https://pypi.org/project/tiptop/)
+[](https://pypi.org/project/tiptop/)
+[](https://github.com/nschloe/tiptop)
+[](https://pepy.tech/project/tiptop)
+
+
+
+[](https://discord.gg/Z6DMsJh4Hr)
+[](https://paypal.me/nschloe)
+[](https://github.com/sponsors/nschloe)
+[](https://ko-fi.com/nschloe)
+
+[](https://github.com/nschloe/tiptop/actions?query=workflow%3Aci)
+[](https://lgtm.com/projects/g/nschloe/tiptop)
+[](https://github.com/psf/black)
+
+tiptop is a command-line system monitoring tool in the spirit of
+[top](). It displays various
+interesting system stats and graphs them. Works on all operating systems.
+
+Install and run with
+
+
+
+```sh
+pip install tiptop
+tiptop
+```
+
+
+
+
+
+For all options, see
+
+
+
+```sh
+tiptop -h
+```
+
+
+
+```
+usage: tiptop [-h] [--version] [--log LOG] [--net NET]
+
+Command-line system monitor.
+
+options:
+ -h, --help show this help message and exit
+ --version, -v display version information
+ --log LOG, -l LOG debug log file
+ --net NET, -n NET network interface to display (default: auto)
+```
+
+tiptop uses [Textual](https://github.com/willmcgugan/textual/) for layouting and [psutil](https://github.com/giampaolo/psutil) for fetching system data.
+
+Other top alternatives in alphabetical order:
+
+- [bashtop](https://github.com/aristocratos/bashtop), [bpytop](https://github.com/aristocratos/bpytop), [btop](https://github.com/aristocratos/btop) (which inspired tiptop)
+- [bottom](https://github.com/ClementTsang/bottom)
+- [Glances](https://github.com/nicolargo/glances)
+- [gtop](https://github.com/aksakalli/gtop)
+- [htop](https://github.com/htop-dev/htop)
+
+See [here](https://github.com/nschloe/stargraph#command-line-system-monitoring)
+for a comparison by GitHub stars.
+
+
+%prep
+%autosetup -n tiptop-0.2.8
+
+%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-tiptop -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Wed May 10 2023 Python_Bot - 0.2.8-1
+- Package Spec generated
--
cgit v1.2.3