Skip to content

Commit 1f87f98

Browse files
author
Release Manager
committed
gh-37322: `sage --package create`: Attempt to bring SPKG.rst title to a common style <!-- ^^^^^ Please provide a concise, informative and self-explanatory title. Don't put issue numbers in there, do this in the PR body below. For example, instead of "Fixes #1234" use "Introduce new method to calculate 1+1" --> <!-- Describe your changes here in detail --> The SPKG.rst titles should not have a final dot. For uniformity, we also strip an initial indefinite article and ensure that the title starts with a capital letter. By running `sage --package create --pypi` for several packages and then using `git add -p`, we update several packages. <!-- Why is this change required? What problem does it solve? --> <!-- If this PR resolves an open issue, please link to it here. For example "Fixes #12345". --> <!-- If your change requires a documentation PR, please link it appropriately. --> ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> <!-- If your change requires a documentation PR, please link it appropriately --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> <!-- Feel free to remove irrelevant items. --> - [x] The title is concise, informative, and self-explanatory. - [x] The description explains in detail what this PR is about. - [ ] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation accordingly. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on - #12345: short description why this is a dependency - #34567: ... --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> URL: #37322 Reported by: Matthias Köppe Reviewer(s): Kwankyu Lee
2 parents c8f5fa4 + f4d499a commit 1f87f98

File tree

30 files changed

+99
-87
lines changed

30 files changed

+99
-87
lines changed

build/pkgs/appdirs/SPKG.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
appdirs: A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".
2-
==========================================================================================================
1+
appdirs: Small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir"
2+
=======================================================================================================
33

44
Description
55
-----------
66

7-
A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".
7+
Small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir"
88

99
License
1010
-------

build/pkgs/appdirs/checksums.ini

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
tarball=appdirs-VERSION.tar.gz
2-
sha1=1fa04e44b1084338cb7b21e9cf44fce5efb81840
3-
md5=d6bca12613174185dd9abc8a29f4f012
4-
cksum=1191718163
5-
upstream_url=https://pypi.io/packages/source/a/appdirs/appdirs-VERSION.tar.gz
1+
tarball=appdirs-VERSION-py2.py3-none-any.whl
2+
sha1=fc74022712122436427f8282a47bfa430ec2db56
3+
md5=1d638a5913a8d8ed8e7c7d789ece149c
4+
cksum=3594208532
5+
upstream_url=https://pypi.io/packages/py2.py3/a/appdirs/appdirs-VERSION-py2.py3-none-any.whl

build/pkgs/appdirs/spkg-install.in

Lines changed: 0 additions & 2 deletions
This file was deleted.

build/pkgs/colorama/SPKG.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
colorama: Cross-platform colored terminal text.
2-
===============================================
1+
colorama: Cross-platform colored terminal text
2+
==============================================
33

44
Description
55
-----------
66

7-
Cross-platform colored terminal text.
7+
Cross-platform colored terminal text
88

99
License
1010
-------

build/pkgs/cvxpy/SPKG.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
cvxpy: A domain-specific language for modeling convex optimization problems in Python.
2-
======================================================================================
1+
cvxpy: Domain-specific language for modeling convex optimization problems in Python
2+
===================================================================================
33

44
Description
55
-----------
66

7-
A domain-specific language for modeling convex optimization problems in Python.
7+
Domain-specific language for modeling convex optimization problems in Python
88

99
License
1010
-------

build/pkgs/cylp/SPKG.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
cylp: A Python interface for CLP, CBC, and CGL
2-
==============================================
1+
cylp: Python interface for CLP, CBC, and CGL
2+
============================================
33

44
Description
55
-----------
66

7-
A Python interface for CLP, CBC, and CGL
7+
Python interface for CLP, CBC, and CGL
88

99
License
1010
-------

build/pkgs/json5/SPKG.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
json5: A Python implementation of the JSON5 data format.
2-
========================================================
1+
json5: Python implementation of the JSON5 data format
2+
=====================================================
33

44
Description
55
-----------
66

7-
A Python implementation of the JSON5 data format.
7+
Python implementation of the JSON5 data format
88

99
License
1010
-------

build/pkgs/jupyterlab_server/SPKG.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
jupyterlab_server: A set of server components for JupyterLab and JupyterLab like applications.
2-
==============================================================================================
1+
jupyterlab_server: Set of server components for JupyterLab and JupyterLab like applications
2+
===========================================================================================
33

44
Description
55
-----------
66

7-
A set of server components for JupyterLab and JupyterLab like applications.
7+
Set of server components for JupyterLab and JupyterLab like applications
88

99
License
1010
-------

build/pkgs/kiwisolver/SPKG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
kiwisolver: An implementation of the Cassowary constraint solving algorithm
2-
===========================================================================
1+
kiwisolver: Fast implementation of the Cassowary constraint solver
2+
==================================================================
33

44
Description
55
-----------

build/pkgs/mathics/SPKG.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
mathics: A general-purpose computer algebra system
2-
==================================================
1+
mathics: General-purpose computer algebra system
2+
================================================
33

44
Description
55
-----------
66

7-
A general-purpose computer algebra system.
7+
General-purpose computer algebra system
88

99
License
1010
-------

0 commit comments

Comments
 (0)