Date: Saturday, October 31, 2020 @ 15:39:01 Author: archange Revision: 737837
upgpkg: python-h5py 3.0.0-1 Modified: python-h5py/trunk/PKGBUILD ----------+ PKGBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-10-31 15:33:39 UTC (rev 737836) +++ PKGBUILD 2020-10-31 15:39:01 UTC (rev 737837) @@ -12,7 +12,7 @@ arch=(x86_64) url="https://www.h5py.org/" license=(BSD) -depends=(hdf5 liblzf python-numpy python-six) +depends=(hdf5 liblzf python-numpy) makedepends=(cython python-pkgconfig) checkdepends=(python-pytest python-pytest-mpi python-pytables) conflicts=(hdf5-openmpi) @@ -51,6 +51,5 @@ package() { cd ${_pkg}-${pkgver} python setup.py install --root="${pkgdir}" --skip-build --optimize=1 - install -Dm644 licenses/license.txt -t "${pkgdir}"/usr/share/licenses/${pkgname}/ }
