## START: Set by rpmautospec ## (rpmautospec version 0.2.6) %define autorelease(e:s:pb:) %{?-p:0.}%{lua: release_number = 4; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{?dist} ## END: Set by rpmautospec # upstream test project is not in PyPI # GitHub does not have the latest release tagged # ... and importing fails because it expects some # settings set %bcond_with tests %global srcname django-pdb Name: python-%{srcname} Version: 0.6.2 Release: %autorelease Summary: Easier pdb debugging for Django License: Public Domain URL: https://github.com/tomchristie/django-pdb # PyPI tarball doesn't contain some requirements files Source0: %{pypi_source %{srcname}} BuildArch: noarch BuildRequires: python%{python3_pkgversion}-devel BuildRequires: python%{python3_pkgversion}-setuptools %if %{with tests} # Test dependencies: BuildRequires: python3dist(django) %endif %global _description %{expand: Adding pdb.set_trace() to your source files every time you want to break into pdb sucks. Don’t do that. Do this.} %description %{_description} %package -n python%{python3_pkgversion}-%{srcname} Summary: %{summary} %description -n python%{python3_pkgversion}-%{srcname} %{_description} %prep %autosetup -p1 -n %{srcname}-%{version} %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files django_pdb %if %{with tests} %check %pyproject_check_import %endif %files -n python%{python3_pkgversion}-%{srcname} -f %{pyproject_files} %doc README.rst %changelog * Fri Jul 22 2022 Fedora Release Engineering 0.6.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 13 2022 Python Maint 0.6.2-3 - Rebuilt for Python 3.11 * Fri Jan 21 2022 Fedora Release Engineering 0.6.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Dec 10 2021 Michel Alexandre Salim 0.6.2-1 - Initial Fedora package