Package Details: python-quantities 0.14.1-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://pypi.org/project/quantities/#files
Licenses: BSD
Submitter: Axon
Maintainer: mcgyver
Last Packager: mcgyver
Votes: 6
Popularity: 0.000000
First Submitted: 2017-03-29 07:06 (UTC)
Last Updated: 2023-06-19 12:56 (UTC)

Latest Comments

CatherineH commented on 2014-06-23 23:16 (UTC)

I installed this package without any problems, but if I go into python2 and try to import quantities, it says: [c2hollow@bluerocket python2-quantities]$ python2 Python 2.7.7 (default, Jun 3 2014, 01:46:20) [GCC 4.9.0 20140521 (prerelease)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import quantities Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named quantities

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" }