Package Details: python-holoviews 1.20.0-1

Git Clone URL: https://aur.archlinux.org/python-holoviews.git (read-only, click to copy)
Package Base: python-holoviews
Description: With Holoviews, your data visualizes itself
Upstream URL: https://holoviews.org
Licenses: BSD-3-Clause
Submitter: carlosal1015
Maintainer: carlosal1015
Last Packager: carlosal1015
Votes: 1
Popularity: 0.000000
First Submitted: 2021-11-26 02:18 (UTC)
Last Updated: 2024-11-04 17:45 (UTC)

Latest Comments

mavieth commented on 2024-07-09 11:57 (UTC)

I think hatchling needs the additional environment variable described here https://wiki.archlinux.org/title/Python_package_guidelines#Standards_based_(PEP_517) to build the package (at least I get an LookupError LookupError: Error getting the version from source 'vcs': setuptools-scm was unable to detect version for… holoviews-1.19.0.). So

build() {
  cd ${_base}-${pkgver}
  SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver python -m build --wheel --skip-dependency-check --no-isolation
}

instead of

build() {
  cd ${_base}-${pkgver}
  python -m build --wheel --skip-dependency-check --no-isolation
}

fixed it.

matthias commented on 2023-06-05 15:47 (UTC)

Latest version fails to install.

==> Making package: python-holoviews 1.16.1-1 (Mon 05 Jun 2023 11:45:35 AM EDT) ==> Retrieving sources... -> Found holoviews-1.16.1.tar.gz ==> Validating source files with sha512sums... holoviews-1.16.1.tar.gz ... FAILED ==> ERROR: One or more files did not pass the validity check! error: failed to download sources for 'python-holoviews-1.16.1-1': error: packages failed to build: python-holoviews-1.16.1-1