Date: Mon, 19 Apr 2021 14:56:28 GMT From: Kai Knoblich <kai@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 980acd02507f - main - devel/pycharm-pro: Fix staging with non-default Python versions Message-ID: <202104191456.13JEuSQO049893@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=980acd02507f9efef60f5aaf9aff71bb952571ff commit 980acd02507f9efef60f5aaf9aff71bb952571ff Author: Kai Knoblich <kai@FreeBSD.org> AuthorDate: 2021-04-19 14:36:07 +0000 Commit: Kai Knoblich <kai@FreeBSD.org> CommitDate: 2021-04-19 14:53:13 +0000 devel/pycharm-pro: Fix staging with non-default Python versions * Replace two occurrences in pkg-plist where PYTHON_VER shouldn't be used as a substitution because "3.7" is really hardcoded in the paths. PR: 253815 Approved by: portmgr (build fix) MFH: 2021Q2 --- devel/pycharm-pro/pkg-plist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/pycharm-pro/pkg-plist b/devel/pycharm-pro/pkg-plist index 6918195584c5..93874a472a16 100644 --- a/devel/pycharm-pro/pkg-plist +++ b/devel/pycharm-pro/pkg-plist @@ -2355,8 +2355,8 @@ share/applications/pycharm-pro.desktop %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/zipfile.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/zipimport.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/zlib.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/%%PYTHON_VER%%/_py_abc.pyi -%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/%%PYTHON_VER%%/contextvars.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3.7/_py_abc.pyi +%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3.7/contextvars.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3.9/graphlib.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3.9/zoneinfo/__init__.pyi %%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/_bootlocale.pyi
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104191456.13JEuSQO049893>