[packages/python3-googlemaps] Initial

arekm arekm at pld-linux.org
Sun Mar 29 01:04:53 CET 2026


commit c47401f1e0b3a809a3e97e3a037d0ac120543bb1
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Sun Mar 29 01:04:28 2026 +0100

    Initial

 python3-googlemaps.spec | 44 ++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)
---
diff --git a/python3-googlemaps.spec b/python3-googlemaps.spec
new file mode 100644
index 0000000..a5cfafd
--- /dev/null
+++ b/python3-googlemaps.spec
@@ -0,0 +1,44 @@
+%define		module	googlemaps
+Summary:	Python client library for Google Maps Platform
+Name:		python3-%{module}
+Version:	4.10.0
+Release:	1
+License:	Apache v2.0
+Group:		Libraries/Python
+#Source0Download: https://pypi.org/simple/googlemaps/
+Source0:	https://files.pythonhosted.org/packages/source/g/googlemaps/%{module}-%{version}.tar.gz
+# Source0-md5:	2744bfd7c61d0e419bae43d31ef6f199
+URL:		https://github.com/googlemaps/google-maps-services-python
+BuildRequires:	python3-modules >= 1:3.5
+BuildRequires:	python3-setuptools
+BuildRequires:	rpm-pythonprov
+BuildRequires:	rpmbuild(macros) >= 1.714
+Requires:	python3-modules >= 1:3.5
+Requires:	python3-requests >= 2.20.0
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Python client library for the following Google Maps APIs: Directions,
+Distance Matrix, Elevation, Geocoding, Geolocation, Time Zone, Roads,
+Places, Maps Static, and Address Validation.
+
+%prep
+%setup -q -n %{module}-%{version}
+
+%build
+%py3_build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%py3_install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc CHANGELOG.md LICENSE README.md
+%{py3_sitescriptdir}/googlemaps
+%{py3_sitescriptdir}/googlemaps-%{version}-py*.egg-info
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python3-googlemaps.git/commitdiff/c47401f1e0b3a809a3e97e3a037d0ac120543bb1



More information about the pld-cvs-commit mailing list