Skip to content

Commit 744e4b7

Browse files
author
Matthias Koeppe
committed
build/pkgs/exceptiongroup: New (ipython dependency for python < 3.11)
1 parent 572b68d commit 744e4b7

File tree

8 files changed

+30
-2
lines changed

8 files changed

+30
-2
lines changed

build/pkgs/exceptiongroup/SPKG.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
exceptiongroup: Backport of PEP 654 (exception groups)
2+
======================================================
3+
4+
Description
5+
-----------
6+
7+
Backport of PEP 654 (exception groups)
8+
9+
License
10+
-------
11+
12+
Upstream Contact
13+
----------------
14+
15+
https://pypi.org/project/exceptiongroup/
16+
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
tarball=exceptiongroup-VERSION-py3-none-any.whl
2+
sha1=e69c438e6d15111c4f7cc18224b31a42a58663da
3+
md5=d252c64173c449dc34654e7be8211744
4+
cksum=527795480
5+
upstream_url=https://pypi.io/packages/py3/e/exceptiongroup/exceptiongroup-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+
exceptiongroup
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1.2.0

build/pkgs/exceptiongroup/type

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
standard

build/pkgs/ipython/dependencies

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
tornado pyzmq pickleshare traitlets decorator wcwidth prompt_toolkit pygments pexpect appnope backcall jedi stack_data | $(PYTHON_TOOLCHAIN) $(PYTHON)
1+
tornado pyzmq pickleshare traitlets decorator wcwidth prompt_toolkit pygments pexpect appnope backcall jedi stack_data exceptiongroup | $(PYTHON_TOOLCHAIN) $(PYTHON)
22

33
----------
44
All lines of this file are ignored except the first.

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ AC_ARG_ENABLE([sagelib],
544544
dnl Handle combinations of --disable-foo flags that may enable us to
545545
dnl prune even more dependencies.
546546
AS_IF([test "$SAGE_ENABLE_notebook" = no -a "$SAGE_ENABLE_sagelib" = no], [
547-
for pkg in jupyter_client ipykernel ipython zeromq pyzmq; do
547+
for pkg in jupyter_client ipykernel ipython zeromq pyzmq exceptiongroup; do
548548
AS_VAR_SET([SAGE_ENABLE_$pkg], [$enableval])
549549
done
550550
])

0 commit comments

Comments
 (0)