On 2025-11-19 01:22, Daniel Dickman wrote:
CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2025/11/18 17:22:53
Modified files:
devel/quirks : Makefile
devel/quirks/files: Quirks.pm
devel/ipython : Makefile distinfo
devel/ipython/pkg: PLIST
Removed files:
devel/ipython/patches:
patch-IPython_core_tests_test_interactiveshell_py
Log message:
update ipython to 9.7.0
Rename the package from ipython3 to ipython. Tweak the Makefile as
suggested by sthen@ by symlinking MODPY_BIN to WRKDIR/bin/python which
lets
us drop a patch.
That broke all consumers because they did not get bumped.
ex.
--- /exopi-cvs/ports/plist/amd64/py3-sympy-1.12p2
+++ /exopi-cvs/ports/plist/amd64/py3-sympy-1.12p2-new
@@ -6,7 +6,7 @@
@sha kcqP+HKXWjL5h7Oa035rgaGeeapYyYFG8yaH/0ryjwU=
@conflict py-sympy-*
@pkgpath math/py-sympy,python3
-@depend devel/ipython:ipython3-*:ipython3-8.37.0
+@depend devel/ipython:ipython-*:ipython-9.7.0
@depend lang/python/3,-main:python->=3.13,<3.14:python-3.13.9
@depend math/py-mpmath:py3-mpmath-*:py3-mpmath-1.2.1p4
@cwd /usr/local
*** Error 1 in math/py-sympy
(/exopi-cvs/ports/infrastructure/mk/bsd.port.mk:2247
'/exopi-cvs/ports/packages/amd64/all/py3-sympy-1.12p2.tgz')
--
Antoine