Search Criteria
Package Details: python-pyevtk 1.6.0-1
Package Actions
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/pyscience-projects/pyevtk |
Licenses: | MIT |
Submitter: | m-pilia |
Maintainer: | carlosal1015 |
Last Packager: | carlosal1015 |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2018-01-19 14:40 (UTC) |
Last Updated: | 2024-05-25 18:06 (UTC) |
Dependencies (5)
- python-numpy (python-numpy-flameAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR, python-numpy-mkl-binAUR)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
Required by (3)
- python-pymor (optional)
- python-pystencils (check)
- python-pystencils (optional)
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