sagemath/sage

Remove obsolete scripts from src/bin/

Closed this issue · 16 comments

  • sage-README-osx.txt # see #25995, #21570
  • sage-pkg # a script to create old-style spkgs
  • sage-unzip # unused

(Part of #21559.)

CC: @jhpalmieri @dimpase @orlitzky

Component: scripts

Author: Matthias Koeppe

Branch/Commit: f7f34ff

Reviewer: Dima Pasechnik

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

New commits:

55430bddelete src/bin/sage-README-osx.txt
6fe5012Remove obsolete script sage-pkg (creates old-style spkg archives)
f7f34ffsrc/bin/sage-unzip: Remove (unused script)

Commit: f7f34ff

comment:3

remind me, what's the new way to make user packages for Sage?

comment:4

Create the appropriate subdirectory of build/pkgs and populate with checksums.ini, etc.

comment:5

But there is no non-deprecated way for someone to create a standalone package which is not part of Sage, I think.

comment:6

That's right

comment:7

It works for me. Is it okay to remove the only way to create standalone user packages, even if it is deprecated? It's not even documented anywhere. I say we merge this. Or do we need to ask on sage-devel?

comment:8

The discussion on sage-devel happened already, leading to the deprecatIon.

Reviewer: Dima Pasechnik

comment:9

ok - I assume you checked that this is not in docs any more, either.

comment:10

Thanks!

comment:11

Replying to @dimpase:

ok - I assume you checked that this is not in docs any more, either.

Removing the chapter where it appears in #29289

comment:12

Replying to @mkoeppe:

Replying to @dimpase:

ok - I assume you checked that this is not in docs any more, either.

Removing the chapter where it appears in #29289

Or maybe #29406?

comment:13

Replying to @jhpalmieri:

Replying to @mkoeppe:

Replying to @dimpase:

ok - I assume you checked that this is not in docs any more, either.

Removing the chapter where it appears in #29289

Or maybe #29406?

You're right.