Hello everybody, I wrote a short bash script that does the following:
1) Create a .tar.gz tarball containing the old .spkg package 2) Create a new-style folder $SAGE_ROOT/build/pkgs/<package name> with the necessary files To use this script, you but have to fill 4 variables at the head of the script. Then, you start it. It will download the stuff, package everything, and tell you what happens. When it returns, you will be able to install the package with 'sage -i <package_name>'. We thus have an automatic way to build a new-style package rom an old package. Admittedly it is not pretty, as we build an archive containing an archive. But it works. And it is better than not being able to install them. Use as you see fit (script attached). Nathann -- 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.
mknewstyle
Description: Binary data