[arch-commits] Commit in python-geopandas/trunk (PKGBUILD)

Bruno Pagani archange at gemini.archlinux.org
Sun Oct 17 01:49:07 UTC 2021


    Date: Sunday, October 17, 2021 @ 01:49:07
  Author: archange
Revision: 1030636

upgpkg: python-geopandas 0.10.2-1

Modified:
  python-geopandas/trunk/PKGBUILD

----------+
 PKGBUILD |   22 ++++------------------
 1 file changed, 4 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-17 01:47:29 UTC (rev 1030635)
+++ PKGBUILD	2021-10-17 01:49:07 UTC (rev 1030636)
@@ -2,8 +2,8 @@
 
 _pkg=geopandas
 pkgname=python-${_pkg}
-pkgver=0.9.0
-pkgrel=2
+pkgver=0.10.2
+pkgrel=1
 pkgdesc="Python tools for geographic data"
 arch=(any)
 url="https://geopandas.org"
@@ -25,23 +25,9 @@
 )
 makedepends=(python-setuptools)
 checkdepends=(python-pytest python-psycopg2 python-sqlalchemy python-geopy python-matplotlib python-scipy) #python-mapclassify
-source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz
-        geopandas-fix-missing-fillna.patch::https://patch-diff.githubusercontent.com/raw/geopandas/geopandas/pull/1878.patch
-        geopandas-fix-proj8.patch::https://patch-diff.githubusercontent.com/raw/geopandas/geopandas/pull/1958.patch
-        geopandas-fix-geopy2.2.patch::https://github.com/geopandas/geopandas/commit/b03259deabaea290168f33dc3462ca348d3199b5.patch)
-sha256sums=('63972ab4dc44c4029f340600dcb83264eb8132dd22b104da0b654bef7f42630a'
-            'edfded8808eed42fef5289f5171d3ba0ccd33a410b3d66b8422765afcd5b5e6d'
-            '14ce4e7b1bb90aae9c48adcbb84490dd1ed61f5c095740aaaaa9b4eede09c622'
-            '56194e7ec2beacdb839fb4e20ba1cb5b52724b64ce2010e1ff39b0c5421284a5')
+source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
+sha256sums=('efbf47e70732e25c3727222019c92b39b2e0a66ebe4fe379fbe1aa43a2a871db')
 
-prepare() {
-  cd ${_pkg}-${pkgver}
-  patch -p1 < ../geopandas-fix-missing-fillna.patch
-  patch -p1 < ../geopandas-fix-proj8.patch
-  # https://github.com/geopandas/geopandas/pull/2007
-  patch -p1 < ../geopandas-fix-geopy2.2.patch
-}
-
 build() {
   cd ${_pkg}-${pkgver}
   python setup.py build



More information about the arch-commits mailing list