Date: Mon, 11 Apr 2022 12:01:10 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 263218] math/py-pandas: 'make install' breaks with py37 Message-ID: <bug-263218-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D263218 Bug ID: 263218 Summary: math/py-pandas: 'make install' breaks with py37 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: python@FreeBSD.org Reporter: jcfyecrayz@liamekaens.com Flags: maintainer-feedback?(python@FreeBSD.org) Assignee: python@FreeBSD.org If the default python version is set to 3.7, 'make install' breaks after po= rts e9d61783dccb63ff578fe7d71bac543b399b5fb8 (Mar 8, 2022). 'make check-plist' also breaks for the same reason, which is that pkg-plist uses PYTHON_EXT_SU= FFIX The issue is that the .pyc files are created as *.cpython-37.*.pyc (similar= to *.cpython-38.*.pyc for py38 builds) and PYTHON_EXT_SUFFIX is empty for < py= 38.=20 And pkg-plist now uses PYTHON_EXT_SUFFIX for the .pyc files. =3D=3D=3D> Registering installation for py37-pandas-1.3.5,1 pkg-static: Unable to access file /wrkdirs/usr/ports/math/py-pandas/work-py37/stage/usr/local/lib/python3.7/s= ite-packages/pandas/__pycache__/__init__.opt-1.pyc:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/math/py-pandas/work-py37/stage/usr/local/lib/python3.7/s= ite-packages/pandas/__pycache__/__init__.pyc:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/math/py-pandas/work-py37/stage/usr/local/lib/python3.7/s= ite-packages/pandas/__pycache__/_typing.opt-1.pyc:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/math/py-pandas/work-py37/stage/usr/local/lib/python3.7/s= ite-packages/pandas/__pycache__/_typing.pyc:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/math/py-pandas/work-py37/stage/usr/local/lib/python3.7/s= ite-packages/pandas/__pycache__/_version.opt-1.pyc:No such file or directory . . --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-263218-7788>