I'm guessing this is because the version starts with a letter, breaking 
some regex. The package name is threejs and not threejs-r70.

As a note for script authors: The only way to translate between package and 
tarball name is 

$ sage --package tarball threejs
threejs-r70.tar.gz

$ sage --package name threejs-r70.tar.gz
threejs

All attempts to use regexes will fail. There are various corner cases in 
optional packages if you don't believe me.



On Monday, September 14, 2015 at 2:22:50 AM UTC+2, Andrey Novoseltsev wrote:
>
> Doing with sage-6.9.beta6
>
> ./sage -i threejs
>
> results in 
>
> sage-logger 'sage-spkg -f threejs-r70' 
> '/home/sc_serv/sage/logs/pkgs/threejs-r70.log'
> Attempting to download package threejs-r70
> Error: could not find a package matching threejs-r70
>        Try 'sage --package list' to see the available packages
>        Did you mean: threejs?
>
> Same problem with pycrypto that gets turned into pycryptoplus.
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to