Package Details: python-quantities 0.16.4-1

Git Clone URL: https://aur.archlinux.org/python-quantities.git (read-only, click to copy)
Package Base: python-quantities
Description: Support for physical quantities with units, based on NumPy
Upstream URL: https://github.com/python-quantities/python-quantities
Licenses: BSD-3-Clause
Submitter: Axon
Maintainer: iyanmv
Last Packager: iyanmv
Votes: 7
Popularity: 0.005692
First Submitted: 2017-03-29 07:06 (UTC)
Last Updated: 2026-01-17 12:10 (UTC)

Latest Comments

« First ‹ Previous 1 2

mathieu.clabaut commented on 2013-05-18 16:10 (UTC)

Also the build should use python2 instead python.

mathieu.clabaut commented on 2013-05-18 16:07 (UTC)

$startdir is now deprecated. Please use $srcdir and $pkgdir instead. For now the package does not build when $BUILDIR si set in /etc/makepkg.conf

gtmanfred commented on 2013-03-17 03:26 (UTC)

do not use $startdir EVERY cd $srcdir/quantities-$pkgver you don't need || return 1 at all, makepkg does it on its own now anything that touches $pkgdir should be in the package() function and again, don't use $startdir package(){ cd $srcdir/quantities-$pkgver python2 setup.py install --root="$pkgdir" }