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..4d8c80ba14521bfb9d87c3d836087db5628709d3 --- /dev/null +++ b/python-epdb.spec @@ -0,0 +1,53 @@ +# Created by pyp2rpm-3.3.7 +%global pypi_name epdb +%global pypi_version 0.15.1 + +Name: python-%{pypi_name} +Version: %{pypi_version} +Release: 1 +Summary: Enhanced Python Debugger + +License: MIT +URL: https://github.com/sassoftware/epdb +Source0: epdb-0.15.1.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-%{pypi_name} +Summary: %{summary} +%{?python_provide:%python_provide python3-%{pypi_name}} + +Requires: python3dist(setuptools) +Requires: python3dist(six) +%description -n python3-%{pypi_name} +Overview Adds functionality to the python debugger, For debugging code +locally, epdb generally works the same as pdb + + +%prep +%autosetup -n %{pypi_name}-%{pypi_version} + + +%build +%py3_build + +%install +%py3_install + +%files -n python3-%{pypi_name} +%license LICENSE +%doc README.rst +%{_bindir}/epdb +%{python3_sitelib}/%{pypi_name} +%{python3_sitelib}/%{pypi_name}-%{pypi_version}-py%{python3_version}.egg-info + +%changelog +* Mon Oct 11 2021 chengweibin - 0.15-1 +- Initial package.