Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages / 
python-pytables


Commits:
9d37d5aa by Morten Linderud at 2024-03-10T16:00:31+01:00
upgpkg: 3.9.2-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,19 @@
+pkgbase = python-pytables
+       pkgdesc = A package for managing hierarchical datasets and designed to 
efficiently and easily cope with extremely large amounts of data
+       pkgver = 3.9.2
+       pkgrel = 1
+       url = https://www.pytables.org
+       arch = x86_64
+       license = BSD
+       makedepends = python-setuptools
+       makedepends = cython
+       depends = blosc
+       depends = blosc2
+       depends = lzo
+       depends = hdf5
+       depends = python-numexpr
+       depends = python-blosc2
+       source = 
https://github.com/PyTables/PyTables/archive/v3.9.2/python-pytables-3.9.2.tar.gz
+       sha256sums = 
4d7f2fc77fc63c95aaed2f8b8bf6cfbbdc7d52607b2112a80bf330c53b6c9838
+
+pkgname = python-pytables


=====================================
PKGBUILD
=====================================
@@ -3,16 +3,16 @@
 # Contributor: Sebastien Binet <bi...@cern.ch>
 
 pkgname=python-pytables
-pkgver=3.7.0
-pkgrel=5
+pkgver=3.9.2
+pkgrel=1
 pkgdesc="A package for managing hierarchical datasets and designed to 
efficiently and easily cope with extremely large amounts of data"
 arch=(x86_64)
 url="https://www.pytables.org";
 license=('BSD')
-depends=(blosc lzo hdf5 python-numexpr)
+depends=(blosc blosc2 lzo hdf5 python-numexpr python-blosc2)
 makedepends=(python-setuptools cython)
 
source=(https://github.com/PyTables/PyTables/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('41065fc11b958dde09bd5b9c069d88e40ca07ad10687dd597835fcc8199e81ea')
+sha256sums=('4d7f2fc77fc63c95aaed2f8b8bf6cfbbdc7d52607b2112a80bf330c53b6c9838')
 
 build() {
   cd PyTables-${pkgver}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytables/-/commit/9d37d5aadf6bfebfc7779a3508ab21e4065a3c08

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


Reply via email to