Package Details: python-hddtemp 0.1.0-1

Git Clone URL: https://aur.archlinux.org/python-hddtemp.git (read-only, click to copy)
Package Base: python-hddtemp
Description: Python library to parse hddtemp data
Upstream URL: https://pypi.python.org/pypi/hddtemp
Licenses: GPL3
Submitter: metalgamer
Maintainer: metalgamer
Last Packager: metalgamer
Votes: 1
Popularity: 0.000000
First Submitted: 2017-03-27 16:24 (UTC)
Last Updated: 2017-03-27 16:24 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

yochananmarqos commented on 2019-11-25 23:44 (UTC) (edited on 2019-12-18 20:29 (UTC) by yochananmarqos)

This requires python-setuptools to build. Also, for some reason the files installed in /usr/lib/python3.8/site-packages/hddtemp-0.1.0-py3.8.egg-info/ cannot be accessed. I had to add the following to the package() array:

    _pyver="$(python -c 'import sys; print("%s.%s" %sys.version_info[0:2])')"

    chmod -R 744 "$pkgdir/usr/lib/python$_pyver/site-packages/$_pkgname-$pkgver-py$_pyver.egg-info"
    chmod 755 "$pkgdir/usr/lib/python$_pyver/site-packages/$_pkgname-$pkgver-py$_pyver.egg-info"

EDIT: Forgot to mention hddtemp should be a dependency as well.