Skip to content

Commit 5ae75da

Browse files
author
Release Manager
committed
gh-40457: Sphinx 8.2.3 update this is rebased #39737 ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> - [x] The title is concise and informative. - [x] 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: #40457 Reported by: Dima Pasechnik Reviewer(s):
2 parents d5ec898 + 3f2f698 commit 5ae75da

19 files changed

+827
-462
lines changed

build/pkgs/roman_numerals_py/SPKG.rst

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
Roman-numerals-py: Manipulate well-formed Roman numerals
2+
========================================================
3+
4+
Description
5+
-----------
6+
7+
A library for manipulating well-formed Roman numerals.
8+
9+
Integers between 1 and 3,999 (inclusive) are supported. Numbers beyond
10+
this range will return an OutOfRangeError.
11+
12+
The classical system of roman numerals requires that the same character
13+
may not appear more than thrice consecutively, meaning that ‘MMMCMXCIX’
14+
(3,999) is the largest well-formed Roman numeral. The smallest is ‘I’ (1),
15+
as there is no symbol for zero in Roman numerals.
16+
17+
License
18+
-------
19+
20+
This project is licenced under the terms of either the Zero-Clause
21+
BSD licence or the CC0 1.0 Universal licence
22+
23+
Upstream Contact
24+
----------------
25+
26+
https://pypi.org/project/roman-numerals-py/
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
tarball=roman_numerals_py-VERSION-py3-none-any.whl
2+
sha1=1d5e23a0ba8e244bf800597eaef15741d4cfeb0b
3+
sha256=9da2ad2fb670bcf24e81070ceb3be72f6c11c440d73bd579fbeca1e9f330954c
4+
upstream_url=https://files.pythonhosted.org/packages/py3/r/roman_numerals_py/roman_numerals_py-VERSION-py3-none-any.whl
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
| $(PYTHON_TOOLCHAIN) $(PYTHON)
2+
3+
----------
4+
All lines of this file are ignored except the first.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
python-roman-numerals-py
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
roman-numerals-py
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
python-roman-numerals-py
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
textproc/py-roman-numerals-py
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
dev-python/roman-numerals-py
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
py-roman-_numerals_py
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
python-roman-numerals

0 commit comments

Comments
 (0)