## START: Set by rpmautospec ## (rpmautospec version 0.6.0) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 1; 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 %global forgeurl https://github.com/platformio/platformio-core %global pypi_name platformio %global srcname platformio-core # Tests require Internet access %bcond_with tests Name: python-%{pypi_name} Version: 6.1.14 Release: %autorelease Summary: Professional collaborative platform for embedded development License: Apache-2.0 URL: https://platformio.org # PyPI is missing tests, so use the GitHub tarball instead Source: %{forgeurl}/archive/v%{version}/%{srcname}-%{version}.tar.gz # Update 99-platformio-udev.rules Patch: %{forgeurl}/commit/2bad42ecb1271a52203f585b970e13466c2cddb1.patch # Fedora: disable telemetry by default Patch: platformio-default-telemetry-off.patch # Fedora: neuter update logic for platformio itself Patch: platformio-short-circuit-upgrades.patch BuildArch: noarch BuildRequires: python3-devel BuildRequires: systemd-rpm-macros %global _description %{expand: PlatformIO is a cross-platform, cross-architecture, multiple framework, professional tool for embedded systems engineers and for software developers who write applications for embedded products.} %description %_description %package -n python3-%{pypi_name} Summary: %{summary} %description -n python3-%{pypi_name} %_description %package -n %{pypi_name} Summary: %{summary} Requires: python3-%{pypi_name} = %{version}-%{release} Requires: systemd-udev %description -n %{pypi_name} %_description This package contains the PlatformIO command-line utilites and udev rules. %prep %autosetup -p1 -n %{srcname}-%{version} %generate_buildrequires %pyproject_buildrequires -t %build %pyproject_wheel %install %pyproject_install %pyproject_save_files %{pypi_name} # Replace duplicate binary with symlink ln -sf platformio %{buildroot}%{_bindir}/pio # Install udev rules mkdir -p %{buildroot}%{_udevrulesdir} ln -s %{python3_sitelib}/%{pypi_name}/assets/system/99-platformio-udev.rules \ %{buildroot}%{_udevrulesdir}/ %check %if %{with tests} %tox -e testcore %else # Exclude modules that require platformio-managed dependencies %pyproject_check_import -e 'platformio.builder.*' -e 'platformio.remote.*' %endif %files -n python3-%{pypi_name} -f %{pyproject_files} %doc README.rst HISTORY.rst %files -n %{pypi_name} %{_bindir}/pio %{_bindir}/piodebuggdb %{_bindir}/platformio %{_udevrulesdir}/99-platformio-udev.rules %changelog ## START: Generated by rpmautospec * Sat Mar 23 2024 Davide Cavalca - 6.1.14-1 - Update to 6.1.4; Fixes: RHBZ#2270045, RHBZ#2270849 * Fri Feb 09 2024 Benjamin A. Beasley - 6.1.13-4 - Backport a commit to allow Starlette versions up to 0.37 * Fri Jan 26 2024 Fedora Release Engineering - 6.1.13-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering - 6.1.13-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jan 12 2024 Benjamin A. Beasley - 6.1.13-1 - Update to 6.1.13 (close RHBZ#2257712) * Tue Jan 09 2024 Davide Cavalca - 6.1.11-1 - Initial import; Fixes: RHBZ#2021751 ## END: Generated by rpmautospec