Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
python-ndindex


Commits:
dac16b36 by Jelle van der Waa at 2024-04-12T09:27:24+02:00
upgpkg: 1.8-2: Rebuild with Python 3.12

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,20 @@
+pkgbase = python-ndindex
+       pkgdesc = Library for manipulating indices of ndarrays
+       pkgver = 1.8
+       pkgrel = 2
+       url = https://quansight-labs.github.io/ndindex/
+       arch = any
+       license = MIT
+       checkdepends = python-pytest-cov
+       checkdepends = python-hypothesis
+       checkdepends = python-pyflakes
+       makedepends = python-build
+       makedepends = python-installer
+       makedepends = python-setuptools
+       makedepends = python-wheel
+       makedepends = python-versioneer
+       depends = python-numpy
+       source = 
https://github.com/Quansight-Labs/ndindex/archive/1.8/python-ndindex-1.8.tar.gz
+       sha256sums = 
49f5e620a400fbbcf17c02ed884005f58341c9dcd6da6e713712bcee382c47f4
+
+pkgname = python-ndindex


=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
 
 _pyname=ndindex
 pkgname=python-$_pyname
-pkgver=1.7
-pkgrel=1
+pkgver=1.8
+pkgrel=2
 pkgdesc='Library for manipulating indices of ndarrays'
 arch=(any)
 url='https://quansight-labs.github.io/ndindex/'
@@ -12,7 +12,7 @@ depends=(python-numpy)
 makedepends=(python-build python-installer python-setuptools python-wheel 
python-versioneer)
 checkdepends=(python-pytest-cov python-hypothesis python-pyflakes)
 
source=(https://github.com/Quansight-Labs/ndindex/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('388f45290393262b69ee440053bfe1664cdac6a125b29c2ea2569cdc3943dbbe')
+sha256sums=('49f5e620a400fbbcf17c02ed884005f58341c9dcd6da6e713712bcee382c47f4')
 
 prepare() {
   cd $_pyname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-ndindex/-/commit/dac16b36a7c08574515b45d45e66fec558b5cb98

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-ndindex/-/commit/dac16b36a7c08574515b45d45e66fec558b5cb98
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to