diff --git a/folium-0.14.0.tar.gz b/folium-0.14.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..697d56e96cadd50fecbef800b686c6f6ed459176 Binary files /dev/null and b/folium-0.14.0.tar.gz differ diff --git a/python-folium.spec b/python-folium.spec new file mode 100644 index 0000000000000000000000000000000000000000..35df08d0ab6f6be2bd31a101af1cfbe0fa006023 --- /dev/null +++ b/python-folium.spec @@ -0,0 +1,51 @@ +Name: python-folium +Version: 0.14.0 +Release: 1 +Summary: Python library for visualizing data on a Leaflet map + +License: MIT +URL: https://python-visualization.github.io/folium/ +Source0: https://python-visualization.github.io/folium/archive/%{version}.tar.gz#/folium-%{version}.tar.gz +BuildArch: noarch + +%global _description %{expand: +folium builds on the data wrangling strengths of the Python ecosystem and the +mapping strengths of the Leaflet.js library. Manipulate your data in Python, +then visualize it in a Leaflet map via folium.} + +%description %_description + +%package -n python3-folium +Summary: %{summary} + + + +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-setuptools_scm +BuildRequires: python3-pip +BuildRequires: python3-wheel + + +%description -n python3-folium %_description + + +%prep +%autosetup -p1 -n folium-%{version} + +%build +%pyproject_build + +%install +%pyproject_install + +%files -n python3-folium +%doc README.rst +%license LICENSE.txt + +%{python3_sitelib}/folium-*dist-info/ +%{python3_sitelib}/folium/ + +%changelog +* Mon Jul 31 2023 mengzhaoa - 0.14.0-1 +- init package of python3-folium 0.14.0.