summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDringsim2024-05-06 14:07:09 +0800
committerDringsim2024-05-06 14:07:09 +0800
commit72b0ab32892d4008080e9642498dc15c407f0a51 (patch)
tree5210981e452e9d4da2c06734452f212dbaf396b4 /PKGBUILD
parent6f1ecf689b91d30e2711d766924c32137629ecd9 (diff)
downloadaur-72b0ab32892d4008080e9642498dc15c407f0a51.tar.gz
fix
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')