sagemath/sage

Remove documentation on creating old-style spkgs

Closed this issue · 9 comments

Old-style SPKGs were deprecated in #19158 — see also #19267 — merged in Sage 6.9.

In this ticket, we remove the documentation in the Developer's Guide that describes how to create these packages.

A helper script for creating these packages is removed in #29383.

#29289 is the separate ticket for removing support for installing old-style SPKGs.

CC: @dimpase @embray @vbraun @jhpalmieri

Component: documentation

Author: Matthias Koeppe

Branch/Commit: 7906ebc

Reviewer: John Palmieri

Issue created by migration from https://trac.sagemath.org/ticket/29406

New commits:

7906ebcsrc/doc/en/developer: Remove chapter on creating old-style spkgs

Commit: 7906ebc

Author: Matthias Koeppe

Description changed:

--- 
+++ 
@@ -1,4 +1,4 @@
-Old-style SPKGs were deprecated in #19158, merged in Sage 6.9.
+Old-style SPKGs were deprecated in #19158 — see also #19267 — merged in Sage 6.9.
 
 In this ticket, we remove the documentation in the Developer's Guide that describes how to create these packages.
 
comment:4

Looks good to me.

Reviewer: John Palmieri

comment:5

Thank you!