diff --git a/epdb-0.15.1.tar.gz b/epdb-0.15.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..c0cbedfb58c0b0a727edda5ded0fef282ea818e1 Binary files /dev/null and b/epdb-0.15.1.tar.gz differ diff --git a/python-epdb.spec b/python-epdb.spec new file mode 100644 index 0000000000000000000000000000000000000000..056d1c287319e6e0bacd218c79e9b780ed5eb41b --- /dev/null +++ b/python-epdb.spec @@ -0,0 +1,46 @@ +Name: python-epdb +Version: 0.15.1 +Release: 1 +Summary: Enhanced Python Debugger + +License: MIT +URL: https://github.com/sassoftware/epdb +Source0: https://github.com/sassoftware/epdb/archive/refs/tags/epdb-%{version}.tar.gz +BuildArch: noarch + +BuildRequires: python3-devel +BuildRequires: python3dist(setuptools) +BuildRequires: python3dist(six) + +%description +Overview Adds functionality to the python debugger, For debugging code +locally, epdb generally works the same as pdb + +%package -n python3-epdb +Summary: %{summary} + +Requires: python3dist(setuptools) +Requires: python3dist(six) +%description -n python3-epdb +Overview Adds functionality to the python debugger, For debugging code +locally, epdb generally works the same as pdb + +%prep +%autosetup -n epdb-%{version} + +%build +%py3_build + +%install +%py3_install + +%files -n python3-epdb +%license LICENSE +%doc README.rst +%{_bindir}/epdb +%{python3_sitelib}/epdb +%{python3_sitelib}/epdb-%{version}-py%{python3_version}.egg-info + +%changelog +* Mon Nov 18 2024 sqfu - 0.15.1-1 +- Initial package.