Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
#26332 Remove the ore_algebra package
Browse files Browse the repository at this point in the history
The version shipped by Sage has been out of date for a while
and periodically breaks when Sage makes incompatible changes, while
up-to-date versions can easily be installed from pip.
  • Loading branch information
mezzarobba committed Dec 17, 2019
1 parent 87c3057 commit 1f64d51
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 51 deletions.
21 changes: 0 additions & 21 deletions build/pkgs/ore_algebra/SPKG.txt

This file was deleted.

4 changes: 0 additions & 4 deletions build/pkgs/ore_algebra/checksums.ini

This file was deleted.

5 changes: 0 additions & 5 deletions build/pkgs/ore_algebra/dependencies

This file was deleted.

1 change: 0 additions & 1 deletion build/pkgs/ore_algebra/package-version.txt

This file was deleted.

15 changes: 0 additions & 15 deletions build/pkgs/ore_algebra/spkg-install

This file was deleted.

1 change: 0 additions & 1 deletion build/pkgs/ore_algebra/type

This file was deleted.

4 changes: 0 additions & 4 deletions src/sage/misc/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -422,15 +422,11 @@ def optional_packages():
sage: from sage.misc.package import optional_packages
sage: installed, not_installed = optional_packages() # optional - build
sage: 'ore_algebra' in installed+not_installed # optional - build
True
sage: 'beautifulsoup4' in installed+not_installed # optional - build
True
sage: 'beautifulsoup4' in installed # optional - build beautifulsoup4
True
sage: 'ore_algebra' in installed # optional - build ore_algebra
True
"""
pkgs = list_packages('optional', local=True)
pkgs.update(list_packages('pip', local=True))
Expand Down

0 comments on commit 1f64d51

Please sign in to comment.