Skip to content

Commit 2ba3ea1

Browse files
author
Release Manager
committed
gh-38200: build/pkgs/sagemath_{categories,environment,objects,repl}: Change to optional <!-- ^ 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". --> ... from "experimental". As suggested in #38190 (comment) ### 📝 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: #38200 Reported by: Matthias Köppe Reviewer(s): Kwankyu Lee
2 parents 080cebe + 6b182bf commit 2ba3ea1

File tree

14 files changed

+59
-85
lines changed

14 files changed

+59
-85
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
experimental
1+
optional
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
experimental
1+
optional

build/pkgs/sagemath_objects/type

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
experimental
1+
optional

build/pkgs/sagemath_repl/type

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
experimental
1+
optional

pkgs/sagemath-bliss/README.rst

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,15 @@ About SageMath
88
"Creating a Viable Open Source Alternative to
99
Magma, Maple, Mathematica, and MATLAB"
1010

11-
Copyright (C) 2005-2023 The Sage Development Team
11+
Copyright (C) 2005-2024 The Sage Development Team
1212

1313
https://www.sagemath.org
1414

1515
SageMath fully supports all major Linux distributions, recent versions of
1616
macOS, and Windows (Windows Subsystem for Linux).
1717

18-
The traditional and recommended way to install SageMath is from source via
19-
Sage-the-distribution (https://www.sagemath.org/download-source.html).
20-
Sage-the-distribution first builds a large number of open source packages from
21-
source (unless it finds suitable versions installed in the system) and then
22-
installs the Sage Library (sagelib, implemented in Python and Cython).
18+
See https://doc.sagemath.org/html/en/installation/index.html
19+
for general installation instructions.
2320

2421

2522
About this pip-installable source distribution

pkgs/sagemath-categories/README.rst

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,25 @@ About SageMath
88
"Creating a Viable Open Source Alternative to
99
Magma, Maple, Mathematica, and MATLAB"
1010

11-
Copyright (C) 2005-2023 The Sage Development Team
11+
Copyright (C) 2005-2024 The Sage Development Team
1212

1313
https://www.sagemath.org
1414

1515
SageMath fully supports all major Linux distributions, recent versions of
1616
macOS, and Windows (Windows Subsystem for Linux).
1717

18-
The traditional and recommended way to install SageMath is from source via
19-
Sage-the-distribution (https://www.sagemath.org/download-source.html).
20-
Sage-the-distribution first builds a large number of open source packages from
21-
source (unless it finds suitable versions installed in the system) and then
22-
installs the Sage Library (sagelib, implemented in Python and Cython).
18+
See https://doc.sagemath.org/html/en/installation/index.html
19+
for general installation instructions.
2320

2421

25-
About this experimental pip-installable source distribution
26-
-----------------------------------------------------------
22+
About this pip-installable distribution package
23+
-----------------------------------------------
2724

28-
This pip-installable source distribution `sagemath-categories` is an
29-
experimental distribution of a small part of the Sage Library. Use at your own
30-
risk. It provides a small subset of the modules of the Sage library
31-
("sagelib", `sagemath-standard`). It is a superset of the `sagemath-objects`
25+
The pip-installable distribution package `sagemath-categories` is a
26+
distribution of a small part of the Sage Library.
27+
28+
It provides a small subset of the modules of the Sage library
29+
("sagelib", `sagemath-standard`) that is a superset of `sagemath-objects`
3230
(providing Sage objects, the element/parent framework, categories, the coercion
3331
system and the related metaclasses), making various additional categories
3432
available without introducing dependencies on additional mathematical

pkgs/sagemath-coxeter3/README.rst

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,15 @@ About SageMath
88
"Creating a Viable Open Source Alternative to
99
Magma, Maple, Mathematica, and MATLAB"
1010

11-
Copyright (C) 2005-2023 The Sage Development Team
11+
Copyright (C) 2005-2024 The Sage Development Team
1212

1313
https://www.sagemath.org
1414

1515
SageMath fully supports all major Linux distributions, recent versions of
1616
macOS, and Windows (Windows Subsystem for Linux).
1717

18-
The traditional and recommended way to install SageMath is from source via
19-
Sage-the-distribution (https://www.sagemath.org/download-source.html).
20-
Sage-the-distribution first builds a large number of open source packages from
21-
source (unless it finds suitable versions installed in the system) and then
22-
installs the Sage Library (sagelib, implemented in Python and Cython).
18+
See https://doc.sagemath.org/html/en/installation/index.html
19+
for general installation instructions.
2320

2421

2522
About this pip-installable source distribution

pkgs/sagemath-environment/README.rst

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,24 @@ About SageMath
88
"Creating a Viable Open Source Alternative to
99
Magma, Maple, Mathematica, and MATLAB"
1010

11-
Copyright (C) 2005-2023 The Sage Development Team
11+
Copyright (C) 2005-2024 The Sage Development Team
1212

1313
https://www.sagemath.org
1414

1515
SageMath fully supports all major Linux distributions, recent versions of
1616
macOS, and Windows (Windows Subsystem for Linux).
1717

18-
The traditional and recommended way to install SageMath is from source via
19-
Sage-the-distribution (https://www.sagemath.org/download-source.html).
20-
Sage-the-distribution first builds a large number of open source packages from
21-
source (unless it finds suitable versions installed in the system) and then
22-
installs the Sage Library (sagelib, implemented in Python and Cython).
18+
See https://doc.sagemath.org/html/en/installation/index.html
19+
for general installation instructions.
2320

2421

25-
About this experimental pip-installable source distribution
26-
-----------------------------------------------------------
22+
About this pip-installable distribution package
23+
-----------------------------------------------
2724

28-
This pip-installable source distribution `sagemath-environment` is an
29-
experimental distribution of a small part of the Sage Library. Use at your own
30-
risk. It provides a small, fundamental subset of the modules of the Sage
25+
The pip-installable distribution package `sagemath-environment` is a
26+
distribution of a small part of the Sage Library.
27+
28+
It provides a small, fundamental subset of the modules of the Sage
3129
library ("sagelib", `sagemath-standard`), providing the connection to the
3230
system and software environment. It also includes the `sage` script for
3331
launching the Sage REPL and accessing various developer tools (see `sage

pkgs/sagemath-mcqd/README.rst

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,15 @@ About SageMath
88
"Creating a Viable Open Source Alternative to
99
Magma, Maple, Mathematica, and MATLAB"
1010

11-
Copyright (C) 2005-2023 The Sage Development Team
11+
Copyright (C) 2005-2024 The Sage Development Team
1212

1313
https://www.sagemath.org
1414

1515
SageMath fully supports all major Linux distributions, recent versions of
1616
macOS, and Windows (Windows Subsystem for Linux).
1717

18-
The traditional and recommended way to install SageMath is from source via
19-
Sage-the-distribution (https://www.sagemath.org/download-source.html).
20-
Sage-the-distribution first builds a large number of open source packages from
21-
source (unless it finds suitable versions installed in the system) and then
22-
installs the Sage Library (sagelib, implemented in Python and Cython).
18+
See https://doc.sagemath.org/html/en/installation/index.html
19+
for general installation instructions.
2320

2421

2522
About this pip-installable source distribution

pkgs/sagemath-meataxe/README.rst

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,15 @@ About SageMath
88
"Creating a Viable Open Source Alternative to
99
Magma, Maple, Mathematica, and MATLAB"
1010

11-
Copyright (C) 2005-2023 The Sage Development Team
11+
Copyright (C) 2005-2024 The Sage Development Team
1212

1313
https://www.sagemath.org
1414

1515
SageMath fully supports all major Linux distributions, recent versions of
1616
macOS, and Windows (Windows Subsystem for Linux).
1717

18-
The traditional and recommended way to install SageMath is from source via
19-
Sage-the-distribution (https://www.sagemath.org/download-source.html).
20-
Sage-the-distribution first builds a large number of open source packages from
21-
source (unless it finds suitable versions installed in the system) and then
22-
installs the Sage Library (sagelib, implemented in Python and Cython).
18+
See https://doc.sagemath.org/html/en/installation/index.html
19+
for general installation instructions.
2320

2421

2522
About this pip-installable source distribution

0 commit comments

Comments
 (0)