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

Evangelos Foutras foutrelis at gemini.archlinux.org
Fri Dec 3 17:18:48 UTC 2021


    Date: Friday, December 3, 2021 @ 17:18:48
  Author: foutrelis
Revision: 1064834

Add setuptools build dep

Modified:
  python-basemap/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-03 16:35:29 UTC (rev 1064833)
+++ PKGBUILD	2021-12-03 17:18:48 UTC (rev 1064834)
@@ -10,7 +10,8 @@
 arch=('x86_64')
 url="https://matplotlib.org/basemap/"
 license=('MIT')
-makedepends=('cython' 'python-matplotlib' 'geos' 'shapelib' 'python-numpy' 'python-pyproj')
+makedepends=('cython' 'python-setuptools' 'python-matplotlib' 'geos' 'shapelib'
+             'python-numpy' 'python-pyproj')
 source=($pkgname-$pkgver.tar.gz::https://github.com/matplotlib/basemap/archive/v${pkgver}rel.tar.gz
         LICENSE)
 sha256sums=('7e6ee5d03b10168862cff82bfa819df8264c04f078eac4549a22dd2631696613'



More information about the arch-commits mailing list