Search Criteria
Package Details: python2-quantities 0.12.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://pypi.org/project/quantities/#files |
Licenses: | |
Submitter: | Axon |
Maintainer: | mcgyver |
Last Packager: | mcgyver |
Votes: | 6 |
Popularity: | 0.000000 |
First Submitted: | 2017-03-29 07:06 |
Last Updated: | 2020-03-03 19:42 |
Dependencies (5)
- python2
- python-numpy (python-numpy-mkl-bin, python-numpy-openblas, python-numpy-git, python-numpy-mkl) (make)
- python-setuptools (make)
- python2-numpy (make)
- python2-setuptools (make)
Latest Comments
CatherineH commented on 2014-06-23 23:16
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
Also the build should use python2 instead python.
mathieu.clabaut commented on 2013-05-18 16:07
$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
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"
}