summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcaltlgin2020-12-03 09:08:26 +1300
committercaltlgin2020-12-03 09:08:26 +1300
commite596691aa8788c389acba03dfbdf70a4b2dd4d97 (patch)
tree292dd34e331189f1832fa9bb150f6c00bcb9560e
parent7b8a9201aeca0800a1ee57df3c5158b0e57ec13a (diff)
downloadaur-e596691aa8788c389acba03dfbdf70a4b2dd4d97.tar.gz
Python 3.9 rebuild
-rw-r--r--.SRCINFO3
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD5
3 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f14380ffc5b7..ba7f39ae6196 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = python-osmnx
pkgdesc = Retrieve, model, analyze, and visualize OpenStreetMap street networks and other spatial data
pkgver = 0.16.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/gboeing/osmnx
arch = any
license = MIT
makedepends = python-setuptools
- depends = python
depends = python-descartes
depends = python-folium
depends = python-geopandas
diff --git a/.gitignore b/.gitignore
index 4367ae4a50ac..05c6d4d4c97b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
*
!.gitignore
!.SRCINFO
-!PKGBUILD \ No newline at end of file
+!PKGBUILD
diff --git a/PKGBUILD b/PKGBUILD
index 01ebe58c0636..7c8446b69084 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,13 @@
_pkgname='osmnx'
pkgname="python-${_pkgname}"
pkgver=0.16.2
-pkgrel=1
+pkgrel=2
pkgdesc='Retrieve, model, analyze, and visualize OpenStreetMap street networks and other spatial data'
arch=('any')
url='https://github.com/gboeing/osmnx'
_url_pypi='https://pypi.org/project/osmnx'
license=('MIT')
-depends=('python'
- 'python-descartes'
+depends=('python-descartes'
'python-folium'
'python-geopandas'
'python-matplotlib'