blob: 609ec4752e0723a1560aa9135a095fb95dc9ecba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
pkgbase = python-indexed-gzip
pkgdesc = Drop-in replacement for the built-in python gzip.GzipFile class (IndexedGzipFile); written to allow fast random access of compressed NIfTI files
pkgver = 1.8.8
pkgrel = 2
url = https://github.com/pauldmccarthy/indexed_gzip
arch = x86_64
license = ZLIB
makedepends = python-wheel
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
depends = python
depends = cython
options = !emptydirs
source = https://github.com/pauldmccarthy/indexed_gzip/archive/v1.8.8.tar.gz
sha256sums = 764d05589e889a99a1527e4a8ed202375fba9902d97fd1417320448452b81a1a
pkgname = python-indexed-gzip
|