Package Details: python-pyevtk 2.0.0-1

Git Clone URL: https://aur.archlinux.org/python-pyevtk.git (read-only, click to copy)
Package Base: python-pyevtk
Description: Export data as binary VTK files
Upstream URL: https://github.com/paulo-herrera/PyEVTK
Licenses: MIT
Submitter: m-pilia
Maintainer: m-pilia
Last Packager: m-pilia
Votes: 1
Popularity: 0.000000
First Submitted: 2018-01-19 14:40 (UTC)
Last Updated: 2021-03-20 15:57 (UTC)

Latest Comments

john_schaf commented on 2021-03-16 20:30 (UTC) (edited on 2021-03-16 20:30 (UTC) by john_schaf)

Here is an updated PKGBUILD:

_name=pyevtk pkgname=python-${_name} pkgver=2.0.0 pkgrel=1 pkgdesc='Export data as binary VTK files' arch=('any') url='https://github.com/paulo-herrera/PyEVTK' license=('BSD') depends=('python-numpy') makedepends=('python-setuptools') optdepends=() source=("https://github.com/paulo-herrera/PyEVTK/archive/v${pkgver}.tar.gz") md5sums=('81ea51a69a632c021098f783ab6a4f9f')

package() { cd "$srcdir/PyEVTK-${pkgver}" python setup.py install --optimize=1 --root=$pkgdir }

john_schaf commented on 2021-03-16 12:15 (UTC)

The upstream repo has moved to https://github.com/paulo-herrera/PyEVTK