[oi-dev] NUMPY update

Alexander Pyhalov alp at rsu.ru
Thu Oct 16 04:50:09 UTC 2014


Aurélien Larcher писал 15.10.2014 23:34:
> Hi,
> sorry for prioritizing what I use for work but I am now considering
> updating numpy to 1.8.2 (previous stable release) in /hipster, which I 
> use
> now on my workstation.

Hi. If everyone using OI cared about things they use, it would be really 
good.

> 
> I see that
> 
> alarcher at phainos> pkg contents -r -o fmri,type -t depend numpy
> FMRI                                            TYPE
> library/python-2/numpy-26 at 1.4.1,5.11-2014.1.3.0 conditional
> library/python-2/numpy-27 at 1.4.1,5.11-2014.1.3.0 conditional
> 
> and
> 
> alarcher at phainos> pkg search -l -o pkg.name
> 'depend:require:library/python-2/numpy-26'
> PKG.NAME
> library/python-2/python-extra-26
> alarcher at phainos> pkg search -l -o pkg.name
> 'depend:require:library/python-2/numpy-27'
> 
> which seems to indicate that there are no consumers of this module.

You skipped instant:
$ pkg search -r 'depend::*numpy*' |awk ' { print $4; }' | cut -d @ -f 1 
|sort |uniq
PACKAGE
pkg:/library/python-2/instant
pkg:/library/python-2/numpy
pkg:/library/python-2/python-extra-26

There's also several packages, which depend on python-extra-26 (which 
earlier included numpy):

$ pkg search -r 'depend::*python-extra-26*' | awk ' { print $4; }' | cut 
-d @ -f 1 |sort |uniq
PACKAGE
pkg:/auto_install (metapackage, ignore)
pkg:/library/accessibility/brltty
pkg:/metapackages/build-essential (metapackage, ignore)
pkg:/metapackages/gui-install (metapackage, ignore)
pkg:/server_install (metapackage, ignore)
pkg:/system/install (doesn't use numpy)
pkg:/system/library/dbus

But I suppose, as they were not affected by last update, just go ahead 
an do it.

---
System Administrator of Southern Federal University Computer Center






More information about the oi-dev mailing list