Skip to content

Commit

Permalink
build/pkgs/exceptiongroup: New (ipython dependency for python < 3.11)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Nov 27, 2023
1 parent 572b68d commit 744e4b7
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 2 deletions.
16 changes: 16 additions & 0 deletions build/pkgs/exceptiongroup/SPKG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
exceptiongroup: Backport of PEP 654 (exception groups)
======================================================

Description
-----------

Backport of PEP 654 (exception groups)

License
-------

Upstream Contact
----------------

https://pypi.org/project/exceptiongroup/

5 changes: 5 additions & 0 deletions build/pkgs/exceptiongroup/checksums.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
tarball=exceptiongroup-VERSION-py3-none-any.whl
sha1=e69c438e6d15111c4f7cc18224b31a42a58663da
md5=d252c64173c449dc34654e7be8211744
cksum=527795480
upstream_url=https://pypi.io/packages/py3/e/exceptiongroup/exceptiongroup-VERSION-py3-none-any.whl
4 changes: 4 additions & 0 deletions build/pkgs/exceptiongroup/dependencies
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
| $(PYTHON_TOOLCHAIN) $(PYTHON)

----------
All lines of this file are ignored except the first.
1 change: 1 addition & 0 deletions build/pkgs/exceptiongroup/install-requires.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
exceptiongroup
1 change: 1 addition & 0 deletions build/pkgs/exceptiongroup/package-version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.2.0
1 change: 1 addition & 0 deletions build/pkgs/exceptiongroup/type
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
standard
2 changes: 1 addition & 1 deletion build/pkgs/ipython/dependencies
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tornado pyzmq pickleshare traitlets decorator wcwidth prompt_toolkit pygments pexpect appnope backcall jedi stack_data | $(PYTHON_TOOLCHAIN) $(PYTHON)
tornado pyzmq pickleshare traitlets decorator wcwidth prompt_toolkit pygments pexpect appnope backcall jedi stack_data exceptiongroup | $(PYTHON_TOOLCHAIN) $(PYTHON)

----------
All lines of this file are ignored except the first.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ AC_ARG_ENABLE([sagelib],
dnl Handle combinations of --disable-foo flags that may enable us to
dnl prune even more dependencies.
AS_IF([test "$SAGE_ENABLE_notebook" = no -a "$SAGE_ENABLE_sagelib" = no], [
for pkg in jupyter_client ipykernel ipython zeromq pyzmq; do
for pkg in jupyter_client ipykernel ipython zeromq pyzmq exceptiongroup; do
AS_VAR_SET([SAGE_ENABLE_$pkg], [$enableval])
done
])
Expand Down

0 comments on commit 744e4b7

Please sign in to comment.