## START: Set by rpmautospec ## (rpmautospec version 0.3.5) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 3; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec Name: thonny Version: 4.1.4 Release: %autorelease Summary: Python IDE for beginners # Code is MIT, toolbar icons are EPL-1.0 # Vendored python-pipkin is MIT License: MIT AND EPL-1.0 URL: https://thonny.org Source: %{pypi_source} BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-pytest BuildRequires: python3-tkinter BuildRequires: python3-filelock BuildRequires: desktop-file-utils BuildRequires: libappstream-glib BuildRequires: xorg-x11-server-Xvfb # To compile the localization files BuildRequires: babel Requires: python3-tkinter # Pip is necessary for pip_gui plugin, therefore explicit Requires Requires: python3-pip # Unbundled library needs to be explicitly Required Requires: python3-filelock Requires: hicolor-icon-theme # Vendored library - not yet packaged in Fedora Provides: bundled(python3dist(pipkin)) = 2.0~b2 Recommends: python3-asttokens Recommends: python3-distro Recommends: zenity Recommends: xsel %description Thonny is a simple Python IDE with features useful for learning programming. It comes with a debugger which is able to visualize all the conceptual steps taken to run a Python program (executing statements, evaluating expressions, maintaining the call stack). There is a GUI for installing 3rd party packages and special mode for learning about references. %prep %autosetup -p1 # Remove localization helper scripts, we don't need them in the package rm thonny/locale/compile_mo.bat thonny/locale/update_pot.bat thonny/locale/thonny.pot # Remove the vendored python-filelock rm -r thonny/vendored_libs/filelock/ %generate_buildrequires %pyproject_buildrequires %build # Don't use the upstream compiled language files, compile them during the build rm thonny/locale/*/LC_MESSAGES/*.mo pybabel compile -d thonny/locale/ -D thonny rm thonny/locale/*/LC_MESSAGES/*.po %pyproject_wheel %install %pyproject_install %pyproject_save_files thonny install -m 0644 -D -T packaging/icons/thonny-256x256.png %{buildroot}%{_datadir}/icons/hicolor/256x256/apps/thonny.png install -m 0644 -D -T packaging/icons/thonny-128x128.png %{buildroot}%{_datadir}/icons/hicolor/128x128/apps/thonny.png install -m 0644 -D -T packaging/icons/thonny-64x64.png %{buildroot}%{_datadir}/icons/hicolor/64x64/apps/thonny.png install -m 0644 -D -T packaging/icons/thonny-48x48.png %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/thonny.png install -m 0644 -D -T packaging/icons/thonny-32x32.png %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/thonny.png install -m 0644 -D -T packaging/icons/thonny-22x22.png %{buildroot}%{_datadir}/icons/hicolor/22x22/apps/thonny.png install -m 0644 -D -T packaging/icons/thonny-16x16.png %{buildroot}%{_datadir}/icons/hicolor/16x16/apps/thonny.png install -D -m 0644 -t %{buildroot}%{_datadir}/metainfo packaging/linux/org.thonny.Thonny.appdata.xml install -D -m 0644 -t %{buildroot}%{_mandir}/man1 packaging/linux/thonny.1 desktop-file-install --dir=%{buildroot}%{_datadir}/applications packaging/linux/org.thonny.Thonny.desktop appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/org.thonny.Thonny.appdata.xml %check %global __pytest xvfb-run %__pytest %pytest --pyargs thonny %files -f %{pyproject_files} %license licenses/ECLIPSE-ICONS-LICENSE.txt %doc README.rst CHANGELOG.rst CREDITS.rst %{_bindir}/%{name} %{_datadir}/icons/hicolor/*/apps/thonny.png %{_datadir}/applications/org.thonny.Thonny.desktop %{_datadir}/metainfo/org.thonny.Thonny.appdata.xml %{_mandir}/man1/thonny.1* %changelog * Sat Jan 27 2024 Fedora Release Engineering - 4.1.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Nov 20 2023 abrarwali - 4.1.4-1 - New Upstream Version 4.1.4 * Sat Oct 14 2023 abrarwali - 4.1.3-1 - New Upstream Version 4.1.3 * Mon Sep 25 2023 abrarwali - 4.1.2-1 - New Upstream Version 4.1.2 * Thu Aug 10 2023 abrarwali - 4.1.1-1 - New Upstream Version 4.1.1 * Sat Jul 22 2023 Fedora Release Engineering - 4.0.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Sun Jul 02 2023 Python Maint - 4.0.2-4 - Rebuilt for Python 3.12 * Tue May 16 2023 Karolina Surma - 4.0.2-3 - Enable openning and saving files with zenity 3.91+ Resolves: rhbz#2186809 * Fri Mar 17 2023 Karolina Surma - 4.0.2-2 - Unbundle python-filelock * Wed Feb 01 2023 abrarwali - 4.0.2-1 - New upstream version 4.0.2 * Sat Jan 21 2023 Fedora Release Engineering - 4.0.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Mon Oct 17 2022 abrarwali - 4.0.1-1 - New upstream version 4.0.1 * Thu Sep 01 2022 abrarwali - 4.0.0-1 - New upstream version 4.0.0 * Sat Jul 23 2022 Fedora Release Engineering - 3.3.14-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 13 2022 Python Maint - 3.3.14-3 - Rebuilt for Python 3.11 * Sat Jan 22 2022 Fedora Release Engineering - 3.3.14-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Aug 05 2021 Karolina Surma - 3.3.14-1 - New upstream version 3.3.14 Resolves: rhbz#1985771 - Compile language files during the build instead of using the ones from upstream * Fri Jul 23 2021 Fedora Release Engineering - 3.3.11-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Thu Jul 01 2021 Karolina Surma - 3.3.11-1 - New upstream version 3.3.11 Resolves: rhbz#1976139 - Don't include localization helper scripts * Fri Jun 04 2021 Python Maint - 3.3.10-2 - Rebuilt for Python 3.10 * Tue May 25 2021 Karolina Surma - 3.3.10-1 - New upstream version 3.3.10 Resolves: rhbz#1961524 * Mon May 03 2021 Karolina Surma - 3.3.7-1 - New upstream version 3.3.7 Resolves: rhbz#1955597 * Wed Mar 24 2021 Karolina Surma - 3.3.6-1 - New upstream version 3.3.6 Resolves: rhbz#1875293 - Correct the license tag - Mark the lang files as %%lang * Wed Jan 27 2021 Fedora Release Engineering - 3.3.3-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Sat Jan 23 2021 Aivar Annamaa - 3.3.3-1 - New upstream version * Wed Jul 29 2020 Fedora Release Engineering - 3.2.7-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Wed Jun 03 2020 Zbigniew Jędrzejewski-Szmek - 3.2.7-4 - Rebuilt to fix dependencies (#1841813) * Tue May 26 2020 Miro Hrončok - 3.2.7-3 - Rebuilt for Python 3.9 * Fri Jan 31 2020 Fedora Release Engineering - 3.2.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Wed Jan 08 2020 Aivar Annamaa - 3.2.7-1 - New upstream version 3.2.6 * Sun Sep 08 2019 Aivar Annamaa - 3.2.1-1 - New upstream version 3.2.1 * Mon Aug 19 2019 Miro Hrončok - 3.1.2-4 - Rebuilt for Python 3.8 * Mon Aug 19 2019 Miro Hrončok - 3.1.2-3 - Rebuilt for Python 3.8 * Sat Jul 27 2019 Fedora Release Engineering - 3.1.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Fri May 03 2019 Miro Hrončok - 3.1.2-1 - New upstream version 3.1.2 * Sun Feb 10 2019 Aivar Annamaa - 3.1.1-1 - New upstream version (breakpoints, themes, etc.) * Sun Feb 03 2019 Fedora Release Engineering - 2.1.18-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Sat Jul 14 2018 Fedora Release Engineering - 2.1.18-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Fri Jun 22 2018 Miro Hrončok - 2.1.18-1 - Update to 2.1.18 to fix new jedi incompatibilities * Tue Jun 19 2018 Miro Hrončok - 2.1.17-2 - Rebuilt for Python 3.7 * Wed Mar 21 2018 Aivar Annamaa - 2.1.17-1 - New upstream version (fixes a bug in pip package manager) * Fri Feb 09 2018 Fedora Release Engineering - 2.1.16-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jan 18 2018 Igor Gnatenko - 2.1.16-2 - Remove obsolete scriptlets * Fri Nov 10 2017 Aivar Annamaa - 2.1.16-1 - Initial package