diff --git a/.python-OWSLib.spec.swp b/.python-OWSLib.spec.swp new file mode 100644 index 0000000000000000000000000000000000000000..756845117390a2a3019d743c78ee01803076ee77 Binary files /dev/null and b/.python-OWSLib.spec.swp differ diff --git a/OWSLib-0.29.2.tar.gz b/OWSLib-0.29.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..a64c054605902d7a74a6f947e39cb583764e61d9 Binary files /dev/null and b/OWSLib-0.29.2.tar.gz differ diff --git a/python-OWSLib.spec b/python-OWSLib.spec new file mode 100644 index 0000000000000000000000000000000000000000..3b8cdaa49b10d40d54078bf60837bf1670652300 --- /dev/null +++ b/python-OWSLib.spec @@ -0,0 +1,50 @@ +%global _empty_manifest_terminate_build 0 +%global pypi_name OWSLib + +Name: python-%{pypi_name} +Version: 0.29.2 +Release: 1 +Summary: OWSLib is a Python package for client programming with Open Geospatial Consortium (OGC) web service (hence OWS) interface standards, and their related content models. + + +License: BSD +URL: https://owslib.readthedocs.io/ +Source0: %{url}/archive/%{version}/%{pypi_name}-%{version}.tar.gz +BuildArch: noarch + +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +BuildRequires: python3-wheel +BuildRequires: python3-hatchling +BuildRequires: python3-virtualenv +BuildRequires: python3-poetry-core + +%description +OWSLib is a Python package for client programming with Open Geospatial Consortium (OGC) web service (hence OWS) interface standards, and their related content models. + +%package -n python3-%{pypi_name} +Summary: %{summary} + +%description -n python3-%{pypi_name} +OWSLib is a Python package for client programming with Open Geospatial Consortium (OGC) web service (hence OWS) interface standards, and their related content models. + +%prep +%autosetup -p1 -n %{pypi_name}-%{version} + +%build +%pyproject_build + +%install +%pyproject_install + +%files -n python3-%{pypi_name} +%doc README.md +%license LICENSE +%{python3_sitelib}/OWSLib*.dist-info/ +%{python3_sitelib}/owslib + +%changelog +* Mon Aug 21 2023 zoujiancang - 0.29.2-1 +- Initial package +