summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD17
1 files changed, 2 insertions, 15 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a72b325790f5..dce0758dfe60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_name=mapclassify
pkgname=python-mapclassify
pkgver=2.6.1
-pkgrel=1
+pkgrel=2
pkgdesc='Classification schemes for choropleth mapping.'
url='https://github.com/pysal/mapclassify'
arch=('any')
@@ -17,20 +17,7 @@ depends=(
'python-pandas'
'python-networkx'
)
-optdepends=(
- 'python-sphinx: documents'
- 'python-sphinx-gallery: documents'
- 'python-sphinx-bootstrap-theme: documents'
- 'python-sphinxcontrib-bibtex: documents'
- 'python-numpydoc: documents'
- 'python-pytest: tests'
- 'python-pytest-cov: tests'
- 'python-codecov: tests'
- 'python-geopandas: tests'
- 'python-libpysal: tests'
- 'python-palettable: tests'
-)
-makedepends=('python-build' 'python-installer' 'python-wheel')
+makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-setuptools-scm' 'python-wheel')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
sha256sums=('4441798d55a051e75206bf46dccfc8a8f8323aac8596d19961d11660c98677ca')