summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgit user2025-03-04 13:16:30 +0100
committergit user2025-03-04 13:16:30 +0100
commit67c06cc77a85283c4b2900541a178673c0542ad9 (patch)
tree767a6f5ab820eeedf993bf1785ec0bd26d609c1f
parent8f6e0c0d5eb04e0ea32c767cb8c80ad3b3fa4b0b (diff)
downloadaur-67c06cc77a85283c4b2900541a178673c0542ad9.tar.gz
Added missing make dependencies 'python-setuptools' and 'python-setuptools-scm'.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 22ab4087b1c5..3a3c6c91244f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
pkgbase = python-pandera-git
pkgdesc = Provides a flexible and expressive API for performing data validation on dataframe-like objects to make data processing pipelines more readable and robust.
pkgver = 0.23.0.r824.20250301.d3f80e68
- pkgrel = 1
+ pkgrel = 2
url = https://www.union.ai/pandera
arch = any
license = MIT
makedepends = git
makedepends = python-build
makedepends = python-installer
+ makedepends = python-setuptools
+ makedepends = python-setuptools-scm
makedepends = python-wheel
depends = python>=3.10
depends = python-numpy>=1.19.0
diff --git a/PKGBUILD b/PKGBUILD
index 4a3c1b32e51a..390114c541aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname='python-pandera'
_vcssuffix='-git'
pkgname="${_pkgname}${_vcssuffix}"
pkgver=0.23.0.r824.20250301.d3f80e68
-pkgrel=1
+pkgrel=2
pkgdesc="Provides a flexible and expressive API for performing data validation on dataframe-like objects to make data processing pipelines more readable and robust."
arch=(
'any'
@@ -45,6 +45,8 @@ makedepends=(
'git'
'python-build'
'python-installer'
+ 'python-setuptools'
+ 'python-setuptools-scm'
'python-wheel'
)
provides=(