Skip to content

Commit

Permalink
gh-37856: sage.misc.dist: Remove; deprecated in #30207 (2022)
Browse files Browse the repository at this point in the history
    
<!-- ^ Please provide a concise and informative title. -->
<!-- ^ Don't put issue numbers in the title, do this in the PR
description below. -->
<!-- ^ For example, instead of "Fixes #12345" use "Introduce new method
to calculate 1 + 2". -->
<!-- v Describe your changes below in detail. -->
<!-- v Why is this change required? What problem does it solve? -->
<!-- v If this PR resolves an open issue, please link to it here. For
example, "Fixes #12345". -->

Deprecated in:
- #30207 (2022)

### 📝 Checklist

<!-- Put an `x` in all the boxes that apply. -->

- [x] The title is concise and informative.
- [ ] The description explains in detail what this PR is about.
- [x] I have linked a relevant issue or discussion.
- [ ] I have created tests covering the changes.
- [ ] I have updated the documentation and checked the documentation
preview.

### ⌛ Dependencies

<!-- List all open PRs that this PR logically depends on. For example,
-->
<!-- - #12345: short description why this is a dependency -->
<!-- - #34567: ... -->
    
URL: #37856
Reported by: Matthias Köppe
Reviewer(s):
  • Loading branch information
Release Manager committed May 1, 2024
2 parents 6753fbd + 5a8b125 commit b14d3ec
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 169 deletions.
1 change: 0 additions & 1 deletion src/doc/en/reference/misc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ Distribution
:maxdepth: 1

sage/misc/package
sage/misc/dist


Credits
Expand Down
1 change: 0 additions & 1 deletion src/sage/misc/all.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@
lazy_import('sage.misc.dev_tools', 'runsnake', deprecation=34259)
lazy_import('sage.misc.edit_module', 'set_edit_template', deprecation=34259)
lazy_import('sage.misc.profiler', 'Profiler', deprecation=34259)
lazy_import('sage.misc.dist', 'install_scripts', deprecation=34259)
lazy_import('sage.misc.trace', 'trace', deprecation=34259)
lazy_import('sage.misc.package', ('installed_packages', 'is_package_installed',
'package_versions'),
Expand Down
167 changes: 0 additions & 167 deletions src/sage/misc/dist.py

This file was deleted.

0 comments on commit b14d3ec

Please sign in to comment.