diff --git a/copr-matrix-synapse b/copr-matrix-synapse index ee741f6..04b2921 160000 --- a/copr-matrix-synapse +++ b/copr-matrix-synapse @@ -1 +1 @@ -Subproject commit ee741f684c512b5a1a76ca7bde8041a59f0f70cc +Subproject commit 04b292161bbc941e0c6ec13cb114e66ad2f9e6d2 diff --git a/python-ijson/python-ijson.spec b/python-ijson/python-ijson.spec new file mode 100644 index 0000000..e215629 --- /dev/null +++ b/python-ijson/python-ijson.spec @@ -0,0 +1,49 @@ +# Created by pyp2rpm-3.3.5 +%global pypi_name ijson + +Name: python-%{pypi_name} +Version: 3.1.4 +Release: 1%{?dist} +Summary: Iterative JSON parser with standard Python iterator interfaces + +License: BSD +URL: https://github.com/ICRAR/ijson +Source0: %{pypi_source} + +BuildRequires: python3-devel +BuildRequires: python3dist(setuptools) + +%description + .. image:: + +%package -n python3-%{pypi_name} +Summary: %{summary} +%{?python_provide:%python_provide python3-%{pypi_name}} + +%description -n python3-%{pypi_name} + .. image:: + + +%prep +%autosetup -n %{pypi_name}-%{version} +# Remove bundled egg-info +rm -rf %{pypi_name}.egg-info + +%build +%py3_build + +%install +%py3_install + +#check +#{__python3} setup.py test + +%files -n python3-%{pypi_name} +%license LICENSE.txt +%doc README.rst +%{python3_sitearch}/%{pypi_name} +%{python3_sitearch}/%{pypi_name}-%{version}-py%{python3_version}.egg-info + +%changelog +* Mon May 24 2021 Alexander Manning - 3.1.4-1 +- Initial package.