Differences between revisions 6 and 7
Revision 6 as of 2020-10-31 22:38:24
Size: 1107
Editor: mkoeppe
Comment: update metatickets
Revision 7 as of 2020-12-26 19:09:36
Size: 2341
Editor: mkoeppe
Comment: opensuse, sage -package create --pypi
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:

== Package upgrades, system packages ==

=== System package information for OpenSUSE ===

In particular, users of OpenSUSE Tumbleweed will notice the information about system packages that the Sage distribution can use.

=== For developers: Setting up Python packages from PyPI as Sage packages ===

Setting up Python packages from PyPI as Sage packages has become easier [[https://trac.sagemath.org/ticket/30974|#30974]].
{{{
$ ./sage -package create scikit_spatial --pypi
Downloading tarball to /Users/mkoeppe/s/sage/sage-rebasing/worktree-algebraic-2018-spring/upstream/scikit-spatial-5.0.0.tar.gz
[......................................................................]
$ ls build/pkgs/scikit_spatial/
SPKG.rst dependencies package-version.txt type
checksums.ini install-requires.txt spkg-install.in
$ cat build/pkgs/scikit_spatial/SPKG.rst
scikit_spatial
==============

Description
-----------

Spatial objects and computations based on NumPy arrays.

License
-------

BSD license

Upstream Contact
----------------

https://pypi.org/project/scikit-spatial/
}}}

Note that this new command does not check the dependencies of the Python package; this still needs to be done manually.

Sage 9.3 Release Tour

in progress (2020)

Package upgrades, system packages

System package information for OpenSUSE

In particular, users of OpenSUSE Tumbleweed will notice the information about system packages that the Sage distribution can use.

For developers: Setting up Python packages from PyPI as Sage packages

Setting up Python packages from PyPI as Sage packages has become easier #30974.

$ ./sage -package create scikit_spatial --pypi
Downloading tarball to /Users/mkoeppe/s/sage/sage-rebasing/worktree-algebraic-2018-spring/upstream/scikit-spatial-5.0.0.tar.gz
[......................................................................]
$ ls build/pkgs/scikit_spatial/
SPKG.rst                dependencies            package-version.txt     type
checksums.ini           install-requires.txt    spkg-install.in
$ cat build/pkgs/scikit_spatial/SPKG.rst 
scikit_spatial
==============

Description
-----------

Spatial objects and computations based on NumPy arrays.

License
-------

BSD license

Upstream Contact
----------------

https://pypi.org/project/scikit-spatial/

Note that this new command does not check the dependencies of the Python package; this still needs to be done manually.

Modularization and packaging of sagelib

Use of system Jupyter notebook / JupyterLab

Tickets

Availability of Sage 9.3 and installation help

Development of the Sage 9.3 series has begun.

ReleaseTours/sage-9.3 (last edited 2022-05-14 16:52:08 by mkoeppe)