diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-05-05 05:23:43 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-05-05 05:23:43 +0000 |
| commit | c24b42f77029ef0e4460f73fcf8695ae72589807 (patch) | |
| tree | adfc92478dd93ba460568eec694fdccb3492a970 | |
| parent | dac4b59a2266be8385c437237087fe04d9849703 (diff) | |
automatic import of python-ttkthemesopeneuler20.03
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-ttkthemes.spec | 228 | ||||
| -rw-r--r-- | sources | 1 |
3 files changed, 230 insertions, 0 deletions
@@ -0,0 +1 @@ +/ttkthemes-3.2.2.tar.gz diff --git a/python-ttkthemes.spec b/python-ttkthemes.spec new file mode 100644 index 0000000..b6b47eb --- /dev/null +++ b/python-ttkthemes.spec @@ -0,0 +1,228 @@ +%global _empty_manifest_terminate_build 0 +Name: python-ttkthemes +Version: 3.2.2 +Release: 1 +Summary: A group of themes for the ttk extensions of Tkinter with a Tkinter.Tk wrapper +License: GPLv3 +URL: https://github.com/RedFantom/ttkthemes +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/fa/45/ab8ada55281af99a03bc0f8be53a502eb37ee34b94819a9ced89e8b0c12f/ttkthemes-3.2.2.tar.gz +BuildArch: noarch + + +%description +# ttkthemes +[](https://ci.appveyor.com/project/RedFantom/ttkthemes/branch/master) +[](https://travis-ci.org/TkinterEP/ttkthemes) +[](https://codecov.io/gh/TkinterEP/ttkthemes) +[](http://www.gnu.org/licenses/gpl-3.0) +[](https://pypi.python.org/pypi/ttkthemes) +[](https://ttkthemes.readthedocs.io/en/latest) + +A group of themes for the ttk extenstions for Tkinter gathered together by RedFantom and +created by various authors. + +## License + ttkthemes: A group of themes for the ttk extensions of Tcl + Copyright (C) 2017-2020 RedFantom + Copyright (C) 2017-2018 Akuli + Copyright (C) 2004 Pat Thoyts + Copyright (C) 2004 David Zolli + Copyright (C) 2007-2008 Mats Bengsston + Copyright (C) 2005 Jelco Huijser + Copyright (C) 2015-2018 The materia and equilux authors + Copyright (C) 2018 Uwe Klimmek + Copyright (C) Regents of the University of California, Sun Microsystems, Inc., Scriptics Corporation, and other parties + Copyright (c) 2018 Maximilian Lika + Copyright (C) 2018-2020 The Yaru Theme Authors + Copyright (C) 2015-2020 The Adapta Theme Authors + + This program 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. + + This program 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 this program. If not, see <http://www.gnu.org/licenses/>.`` + +Please note that while you can use some themes **only** under GPLv3 and that my code is also +available **only** under GPLv3, some themes, of which the files have a header explicitly stating +this, are also available under the BSD-like 2-clause Tcl license. + +## Usage +For more information about how to use this project in your own programs, please check out the +[documentation](https://ttkthemes.readthedocs.io/en/latest/) on ReadTheDocs. You can also find +example images of the different included themes there, so you can choose one easily, as well +as examples on usage. + +## Recommendations +The themes `plastik`, `clearlooks` and `elegance` are recommended to make your UI look nicer +on all platforms when using `Tkinter` and the `ttk` extensions in Python. When you are targeting +Ubuntu, consider using the great `radiance` theme. + +%package -n python3-ttkthemes +Summary: A group of themes for the ttk extensions of Tkinter with a Tkinter.Tk wrapper +Provides: python-ttkthemes +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-ttkthemes +# ttkthemes +[](https://ci.appveyor.com/project/RedFantom/ttkthemes/branch/master) +[](https://travis-ci.org/TkinterEP/ttkthemes) +[](https://codecov.io/gh/TkinterEP/ttkthemes) +[](http://www.gnu.org/licenses/gpl-3.0) +[](https://pypi.python.org/pypi/ttkthemes) +[](https://ttkthemes.readthedocs.io/en/latest) + +A group of themes for the ttk extenstions for Tkinter gathered together by RedFantom and +created by various authors. + +## License + ttkthemes: A group of themes for the ttk extensions of Tcl + Copyright (C) 2017-2020 RedFantom + Copyright (C) 2017-2018 Akuli + Copyright (C) 2004 Pat Thoyts + Copyright (C) 2004 David Zolli + Copyright (C) 2007-2008 Mats Bengsston + Copyright (C) 2005 Jelco Huijser + Copyright (C) 2015-2018 The materia and equilux authors + Copyright (C) 2018 Uwe Klimmek + Copyright (C) Regents of the University of California, Sun Microsystems, Inc., Scriptics Corporation, and other parties + Copyright (c) 2018 Maximilian Lika + Copyright (C) 2018-2020 The Yaru Theme Authors + Copyright (C) 2015-2020 The Adapta Theme Authors + + This program 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. + + This program 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 this program. If not, see <http://www.gnu.org/licenses/>.`` + +Please note that while you can use some themes **only** under GPLv3 and that my code is also +available **only** under GPLv3, some themes, of which the files have a header explicitly stating +this, are also available under the BSD-like 2-clause Tcl license. + +## Usage +For more information about how to use this project in your own programs, please check out the +[documentation](https://ttkthemes.readthedocs.io/en/latest/) on ReadTheDocs. You can also find +example images of the different included themes there, so you can choose one easily, as well +as examples on usage. + +## Recommendations +The themes `plastik`, `clearlooks` and `elegance` are recommended to make your UI look nicer +on all platforms when using `Tkinter` and the `ttk` extensions in Python. When you are targeting +Ubuntu, consider using the great `radiance` theme. + +%package help +Summary: Development documents and examples for ttkthemes +Provides: python3-ttkthemes-doc +%description help +# ttkthemes +[](https://ci.appveyor.com/project/RedFantom/ttkthemes/branch/master) +[](https://travis-ci.org/TkinterEP/ttkthemes) +[](https://codecov.io/gh/TkinterEP/ttkthemes) +[](http://www.gnu.org/licenses/gpl-3.0) +[](https://pypi.python.org/pypi/ttkthemes) +[](https://ttkthemes.readthedocs.io/en/latest) + +A group of themes for the ttk extenstions for Tkinter gathered together by RedFantom and +created by various authors. + +## License + ttkthemes: A group of themes for the ttk extensions of Tcl + Copyright (C) 2017-2020 RedFantom + Copyright (C) 2017-2018 Akuli + Copyright (C) 2004 Pat Thoyts + Copyright (C) 2004 David Zolli + Copyright (C) 2007-2008 Mats Bengsston + Copyright (C) 2005 Jelco Huijser + Copyright (C) 2015-2018 The materia and equilux authors + Copyright (C) 2018 Uwe Klimmek + Copyright (C) Regents of the University of California, Sun Microsystems, Inc., Scriptics Corporation, and other parties + Copyright (c) 2018 Maximilian Lika + Copyright (C) 2018-2020 The Yaru Theme Authors + Copyright (C) 2015-2020 The Adapta Theme Authors + + This program 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. + + This program 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 this program. If not, see <http://www.gnu.org/licenses/>.`` + +Please note that while you can use some themes **only** under GPLv3 and that my code is also +available **only** under GPLv3, some themes, of which the files have a header explicitly stating +this, are also available under the BSD-like 2-clause Tcl license. + +## Usage +For more information about how to use this project in your own programs, please check out the +[documentation](https://ttkthemes.readthedocs.io/en/latest/) on ReadTheDocs. You can also find +example images of the different included themes there, so you can choose one easily, as well +as examples on usage. + +## Recommendations +The themes `plastik`, `clearlooks` and `elegance` are recommended to make your UI look nicer +on all platforms when using `Tkinter` and the `ttk` extensions in Python. When you are targeting +Ubuntu, consider using the great `radiance` theme. + +%prep +%autosetup -n ttkthemes-3.2.2 + +%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-ttkthemes -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Fri May 05 2023 Python_Bot <Python_Bot@openeuler.org> - 3.2.2-1 +- Package Spec generated @@ -0,0 +1 @@ +07eed4a749781d665abbd9f06c3ae061 ttkthemes-3.2.2.tar.gz |
