Skip to content

Commit

Permalink
update ipython to 8.32.0
Browse files Browse the repository at this point in the history
Remove RDEPs on exceptiongroup and typing-extensions which were only needed
with older Python versions. The former removal suggested by sthen@

ok sthen@
  • Loading branch information
didickman committed Feb 25, 2025
1 parent 81da0d0 commit 8b2fbc8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions devel/ipython/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
COMMENT = enhanced interactive Python shell

MODPY_DISTV = 8.31.0
MODPY_DISTV = 8.32.0
DISTNAME = ipython-${MODPY_DISTV}
PKGNAME = ipython${MODPY_MAJOR_VERSION}-${MODPY_DISTV}

Expand All @@ -23,13 +23,11 @@ MODPY_PYBUILD = setuptools
RUN_DEPENDS = databases/py-pickleshare \
devel/desktop-file-utils \
devel/py-decorator \
devel/py-exceptiongroup \
devel/py-jedi>=0.16 \
devel/py-pexpect>=4.3 \
devel/py-prompt_toolkit>=3.0.41v1,<3.1.0v1 \
devel/py-stack_data \
devel/py-traitlets>=5.13.0 \
devel/py-typing-extensions \
graphics/py-matplotlib-inline \
textproc/py-pygments>=2.4.0

Expand All @@ -38,7 +36,7 @@ TEST_DEPENDS = devel/py-ipykernel \
devel/py-curio \
devel/py-nbformat \
devel/py-testpath \
devel/py-test-asyncio<0.22 \
devel/py-test-asyncio \
devel/py-trio \
graphics/py-matplotlib \
math/py-numpy>=1.23 \
Expand Down
4 changes: 2 additions & 2 deletions devel/ipython/distinfo
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SHA256 (ipython-8.31.0.tar.gz) = tqInRga+xhZkBf8F5Uky7W5c/srKH8BfLKzee7B01ws=
SIZE (ipython-8.31.0.tar.gz) = 5501011
SHA256 (ipython-8.32.0.tar.gz) = viyRiVsLnqe6SdM7I+IEDDUrM+tqUZzKfObgx0NEQlE=
SIZE (ipython-8.32.0.tar.gz) = 5507441

0 comments on commit 8b2fbc8

Please sign in to comment.