Compare commits
43 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bf30296f9e | ||
|
|
d2d3c3f96a | ||
|
|
4e5b8ff683 | ||
|
|
90dd5b5567 | ||
|
|
110a3a6165 | ||
|
|
1a2c63d7af | ||
|
|
9197676276 | ||
|
|
15a43a8ec7 | ||
|
|
1932cf5085 | ||
|
|
adda4debfd | ||
|
|
e1ff79ca62 | ||
|
|
f4c7ba07b4 | ||
|
|
060efb3a98 | ||
|
|
d06bff8bbf | ||
|
|
3d9937b7db | ||
|
|
2548b4023e | ||
|
|
86b3e8f5aa | ||
|
|
fc0537bda5 | ||
|
|
6d812c8743 | ||
|
|
721851873b | ||
|
|
6578064576 | ||
|
|
1c3d63420f | ||
|
|
7a4dc12b66 | ||
|
|
312fece844 | ||
|
|
ad77d69057 | ||
|
|
8dd7f0b544 | ||
|
|
0a8a83a0e9 | ||
|
|
553b0f64c7 | ||
|
|
53d4167f98 | ||
|
|
9163648b50 | ||
|
|
91b6f37f3f | ||
|
|
6bfd0f69f3 | ||
|
|
8d4b2aa8cf | ||
|
|
faa4ee9990 | ||
|
|
395a4e3b7e | ||
|
|
f78643fbd7 | ||
|
|
3a3805a604 | ||
|
|
96ce582c50 | ||
|
|
b431b0577d | ||
|
|
a46e3971a9 | ||
|
|
4c748c4cf8 | ||
|
|
750a904925 | ||
|
|
cbda4d5a88 |
5 changed files with 72 additions and 17 deletions
16
.gitignore
vendored
16
.gitignore
vendored
|
|
@ -14,3 +14,19 @@
|
|||
/geopandas-0.10.0.tar.gz
|
||||
/geopandas-0.10.1.tar.gz
|
||||
/geopandas-0.10.2.tar.gz
|
||||
/geopandas-0.11.1.tar.gz
|
||||
/geopandas-0.12.1.tar.gz
|
||||
/geopandas-0.12.2.tar.gz
|
||||
/geopandas-0.13.0.tar.gz
|
||||
/geopandas-0.13.2.tar.gz
|
||||
/geopandas-0.14.0.tar.gz
|
||||
/geopandas-0.14.1.tar.gz
|
||||
/geopandas-0.14.2.tar.gz
|
||||
/geopandas-0.14.3.tar.gz
|
||||
/geopandas-0.14.4.tar.gz
|
||||
/geopandas-1.0.1.tar.gz
|
||||
/geopandas-1.1.0.tar.gz
|
||||
/geopandas-1.1.1.tar.gz
|
||||
/geopandas-1.1.2.tar.gz
|
||||
/geopandas-1.1.3.tar.gz
|
||||
/geopandas-1.1.4.tar.gz
|
||||
|
|
|
|||
18
.packit.yaml
Normal file
18
.packit.yaml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# See the documentation for more information:
|
||||
# https://packit.dev/docs/configuration/
|
||||
---
|
||||
jobs:
|
||||
- job: pull_from_upstream
|
||||
trigger: release
|
||||
dist_git_branches:
|
||||
rawhide:
|
||||
fast_forward_merge_into:
|
||||
- fedora-branched
|
||||
- job: koji_build
|
||||
trigger: commit
|
||||
dist_git_branches:
|
||||
- fedora-all
|
||||
- job: bodhi_update
|
||||
trigger: commit
|
||||
dist_git_branches:
|
||||
- fedora-all
|
||||
3
README.packit
Normal file
3
README.packit
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 1.16.1.
|
||||
|
|
@ -1,9 +1,22 @@
|
|||
%global srcname geopandas
|
||||
|
||||
# There is a build dependency loop when built with tests.
|
||||
# It involves libpysal, mapclassify, networkx.
|
||||
# This bcond allows to bootstrap it.
|
||||
%bcond bootstrap 0
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 0.10.2
|
||||
Version: 1.1.4
|
||||
Release: %autorelease
|
||||
Summary: Geographic Pandas extensions
|
||||
|
||||
License: BSD-3-Clause
|
||||
URL: https://pypi.python.org/pypi/%{srcname}
|
||||
# PyPI source does not have test data.
|
||||
Source: https://github.com/%{srcname}/%{srcname}/archive/v%{version}/%{srcname}-%{version}.tar.gz
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
%global _description \
|
||||
GeoPandas is a project to add support for geographic data to Pandas objects. \
|
||||
\
|
||||
|
|
@ -13,28 +26,29 @@ operations in Pandas and a high-level interface to multiple geometries to \
|
|||
Shapely. GeoPandas enables you to easily do operations in Python that would \
|
||||
otherwise require a spatial database such as PostGIS.
|
||||
|
||||
License: BSD
|
||||
URL: https://pypi.python.org/pypi/%{srcname}
|
||||
Source0: https://github.com/%{srcname}/%{srcname}/archive/v%{version}/%{srcname}-%{version}.tar.gz
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
%description %{_description}
|
||||
|
||||
|
||||
%package -n python3-%{srcname}
|
||||
Summary: %{summary}
|
||||
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3dist(numpy) >= 1.15
|
||||
|
||||
BuildRequires: python3dist(pytest)
|
||||
%if %{without bootstrap}
|
||||
BuildRequires: python3dist(fsspec)
|
||||
BuildRequires: python3dist(psycopg2)
|
||||
BuildRequires: python3dist(rtree) >= 0.8
|
||||
BuildRequires: python3dist(sqlalchemy)
|
||||
BuildRequires: python3dist(matplotlib) >= 2.0.1
|
||||
BuildRequires: python3dist(mapclassify)
|
||||
BuildRequires: python3dist(fiona) >= 1.8.21
|
||||
BuildRequires: python3dist(geopy)
|
||||
BuildRequires: python3dist(mapclassify) >= 2.5
|
||||
BuildRequires: python3dist(matplotlib) >= 3.7
|
||||
BuildRequires: python3dist(psycopg) >= 3.1
|
||||
BuildRequires: python3dist(pyarrow) >= 8
|
||||
BuildRequires: python3dist(pytest)
|
||||
BuildRequires: python3dist(sqlalchemy) >= 2
|
||||
BuildRequires: python3dist(xyzservices)
|
||||
# See:
|
||||
# Depend on pandas[test] for testing
|
||||
# https://github.com/geopandas/geopandas/pull/2438
|
||||
BuildRequires: python3dist(pandas[test])
|
||||
%endif
|
||||
|
||||
%description -n python3-%{srcname} %{_description}
|
||||
|
||||
|
|
@ -42,7 +56,7 @@ BuildRequires: python3dist(mapclassify)
|
|||
%autosetup -n %{srcname}-%{version} -p1
|
||||
|
||||
%generate_buildrequires
|
||||
%pyproject_buildrequires -r
|
||||
%pyproject_buildrequires
|
||||
|
||||
%build
|
||||
%pyproject_wheel
|
||||
|
|
@ -52,7 +66,11 @@ BuildRequires: python3dist(mapclassify)
|
|||
%pyproject_save_files %{srcname}
|
||||
|
||||
%check
|
||||
%if %{without bootstrap}
|
||||
%{pytest} -ra geopandas -m 'not web'
|
||||
%else
|
||||
%pyproject_check_import -e 'geopandas.*test*'
|
||||
%endif
|
||||
|
||||
%files -n python3-%{srcname} -f %{pyproject_files}
|
||||
%license LICENSE.txt
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (geopandas-0.10.2.tar.gz) = 2fee9f5de51c4573f156c4e3ba19d4124b391c102b583ca17d9dcb7742ded8f6088266e5007127cb2c70b14ef143a1cdaae51bc8a4d1d34131b244bdf4b7ac56
|
||||
SHA512 (geopandas-1.1.4.tar.gz) = 70e30407e50acee8ff8d081d3db097ab188a078467bffe2e9765c5d64d9e1d88be76c4f37747a5c107cb96d75c9fa53a7f779e0b406b784386be7d5fef899878
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue