Package Details: python-datashape 0.5.4-1

Git Clone URL: https://aur.archlinux.org/python-datashape.git (read-only, click to copy)
Package Base: python-datashape
Description: Data description protocol for dynd similar to Numpy DTypes.
Upstream URL: https://github.com/blaze/datashape
Licenses: BSD
Groups: blaze-ecosystem
Submitter: gdonval
Maintainer: imlonghao
Last Packager: imlonghao
Votes: 2
Popularity: 0.000000
First Submitted: 2016-09-03 15:57 (UTC)
Last Updated: 2020-01-18 09:34 (UTC)

Latest Comments

jerry73204 commented on 2019-05-06 12:44 (UTC)

Anyone who wants to build this package please consider the following PKGBUILD before the package is updated.

# Maintainer: Gaël Donval <gdonval+aur at google mail>
# Contributor: Gaël Donval <gdonval+aur at google mail>

pkgbase='python-datashape'
pkgname=('python-datashape')
pkgver=0.5.4
pkgrel=1
pkgdesc='Data description protocol for dynd similar to Numpy DTypes.'
arch=('any')
url='https://github.com/blaze/datashape'
license=('BSD')
groups=('blaze-ecosystem')
makedepends=('python-setuptools')
depends=('python-numpy>=1.7'
         'python>=3.4'
         'python-multipledispatch>=0.4.7'
         'python-dateutil')
source=("https://github.com/blaze/datashape/archive/${pkgver}.tar.gz")
sha256sums=('c266c5803dde48b9fa8d8ee51b5b5979ef77443060e32db2d225b72648c638a5')

build() {
  cd "${srcdir}"/datashape-$pkgver
  python setup.py build
}

package_python-datashape() {
  cd "${srcdir}"/datashape-$pkgver
  python setup.py install --skip-build --prefix=/usr --root="$pkgdir" --optimize=1
  install -D -m644 LICENSE* "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
  install -D -m644 README* "${pkgdir}/usr/share/doc/${pkgname}/README"
}

jerry73204 commented on 2019-05-06 09:23 (UTC)

Same here. Please update the package and digest.

brk0_0 commented on 2017-06-17 15:36 (UTC)

I'm not able to verify this package's integrity when installing with pacaur