Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / python-patsy
Commits: e8cad117 by Antonio Rojas at 2023-12-13T20:07:24+01:00 upgpkg: 0.5.4-1: Update to 0.5.4 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,15 @@ +pkgbase = python-patsy + pkgdesc = A Python package for describing statistical models using symbolic formulas + pkgver = 0.5.4 + pkgrel = 1 + url = https://github.com/pydata/patsy + arch = any + license = BSD + makedepends = python-setuptools + depends = python-numpy + optdepends = python-nose: needed for integrated test suite + optdepends = python-scipy: needed for spline-related functions + source = https://github.com/pydata/patsy/archive/v0.5.4/python-patsy-0.5.4.tar.gz + sha256sums = bd0753ba3c8ffb544b45bc7876f847dc69545586433d977fc0050e8702a043a2 + +pkgname = python-patsy ===================================== PKGBUILD ===================================== @@ -4,8 +4,8 @@ # Contributor: Rich Lindsley <rich at dranek dot com> pkgname='python-patsy' -pkgver=0.5.3 -pkgrel=2 +pkgver=0.5.4 +pkgrel=1 pkgdesc="A Python package for describing statistical models using symbolic formulas" arch=('any') url="https://github.com/pydata/patsy" @@ -15,7 +15,7 @@ makedepends=('python-setuptools') optdepends=('python-nose: needed for integrated test suite' 'python-scipy: needed for spline-related functions') source=("https://github.com/pydata/patsy/archive/v$pkgver/$pkgname-$pkgver.tar.gz") -sha256sums=('a70452e6b78906240f7e4e04629b5341698476e8a4b4b4fdd63044fd91a70030') +sha256sums=('bd0753ba3c8ffb544b45bc7876f847dc69545586433d977fc0050e8702a043a2') build() { cd patsy-${pkgver} View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-patsy/-/commit/e8cad117e801e5764584f49c5df4d862fea3a81e -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-patsy/-/commit/e8cad117e801e5764584f49c5df4d862fea3a81e You're receiving this email because of your account on gitlab.archlinux.org.
