commit 1bae8f32ffa97a6b110afa9501617251625f216b48f7547d5df1471c5f3d74f5 Author: Tomáš Chvátal Date: Mon Jan 20 08:12:11 2020 +0000 Accepting request 765479 from home:apersaud:branches:devel:languages:python Needed for newer version of the cassandra-driver OBS-URL: https://build.opensuse.org/request/show/765479 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-geomet?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/geomet-0.2.1.post1.tar.gz b/geomet-0.2.1.post1.tar.gz new file mode 100644 index 0000000..628ee49 --- /dev/null +++ b/geomet-0.2.1.post1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91d754f7c298cbfcabd3befdb69c641c27fe75e808b27aa55028605761d17e95 +size 19728 diff --git a/python-geomet.changes b/python-geomet.changes new file mode 100644 index 0000000..5aa7b7d --- /dev/null +++ b/python-geomet.changes @@ -0,0 +1,4 @@ +------------------------------------------------------------------- +Sat Jan 18 18:50:57 UTC 2020 - Arun Persaud + +- initial package (needed for cassandra driver) diff --git a/python-geomet.spec b/python-geomet.spec new file mode 100644 index 0000000..3ad1e9d --- /dev/null +++ b/python-geomet.spec @@ -0,0 +1,60 @@ +# +# spec file for package python-geomet +# +# Copyright (c) 2020 SUSE LLC +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +%{?!python_module:%define python_module() python-%{**} python3-%{**}} +Name: python-geomet +Version: 0.2.1.post1 +Release: 0 +Summary: GeoJSON <-> WKT/WKB conversion utilities +License: Apache-2.0 +Group: Development/Languages/Python +URL: https://github.com/geomet/geomet +Source: https://files.pythonhosted.org/packages/source/g/geomet/geomet-%{version}.tar.gz +BuildRequires: %{python_module setuptools} +BuildRequires: fdupes +BuildRequires: python-rpm-macros +Requires: python-click +Requires: python-six +BuildArch: noarch +# SECTION test requirements +BuildRequires: %{python_module click} +BuildRequires: %{python_module six} +# /SECTION +%python_subpackages + +%description +GeoJSON <-> WKT/WKB conversion utilities + +%prep +%setup -q -n geomet-%{version} + +%build +%python_build + +%install +%python_install +%python_expand %fdupes %{buildroot}%{$python_sitelib} + +%files %{python_files} +%doc AUTHORS.txt README.md +%license LICENSE +%python3_only %{_bindir}/geomet +%{python_sitelib}/geomet +%{python_sitelib}/geomet-%{version}-py*.egg-info + +%changelog