Up to [cvs.NetBSD.org] / pkgsrc / devel / pycharm-bin
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Switch USE_JAVA2 from 9 to 11, as actually requires 11
pycharm-bin: Update to 2023.2.1 * Use PREFIX/PKGBASE instead of PKGNAME. Changelog: * New UI control. * GitLab integration. * Search text improvement. * Improved menu. * Enable sort by filename. and so on.
*: recursive bump for Python 3.11 as new default
Update devel/pycharm-bin to 2022.1.4 Newer versions are built with a java version newer than what we ship, leading to binary incompatibility. This version breaks with java 17, see <https://intellij-support.jetbrains.com/hc/en-us/community/posts/5961640280210-Can-t-start-IntelliJ-Idea-Error-LinkageError-occurred-while-loading-main-class-com-intellij-idea-Main>, and unfortunately the pkgsrc USE_JAVA2 is "version N or newer", which does not help here. Changes are too numerous to list, see <https://youtrack.jetbrains.com/articles/PY-A-233537986/PyCharm-2022.1.4-221.6008.17-build-Release-Notes> etc. ("Neue Schraube! Ganz neue Schraube!")
This Pycharm version is a bit long in the tooth, and breaks on Java 17, limit the version range. Remove deprecated VM option.
*: Revbump packages that use Python at runtime without a PKGNAME prefix
Revbump packages with a runtime Python dep but no version prefix. For the Python 3.8 default switch.
Update to 2019.1.2 Changelog: 2019.1.2 This update comes with a bunch of notable fixes: Fixed several major Gradle issues: IDEA-210487, IDEA-210487, IDEA-178417. The “Open Recent” menu can now display the path to a project: IDEA-168223. The terminal tabs can now be reordered with Ctrl+Shift+Left/Right on Windows / Linux, and cmd+Shift+Left/Right on macOS: IDEA-202809. It’s now possible to build a Groovy project using the Groovy-Eclipse compiler: IDEA-207921. The Recent Locations popup now opens all the selected locations: IDEA-209286 The Run Anything popup shows the correct list of Maven goals: IDEA-199283, and shows correct suggestions on the first run: IDEA-210716. 2019.1.1 Out of dozens of important fixes this update delivers, here are the most important ones: Performance issues: the IDE doesn’t freeze on Auto-import (IDEA-206649) and we’ve fixed the issue that was causing very high memory usage on relatively small projects (IDEA-210047). Regressions fixed: The ‘Start Failed’ dialog doesn’t appear on closing the import settings dialog, and VCS refreshes don’t take very long with Mercurial anymore: IDEA-209262. Updating plugins in an offline environment now works with the new marketplace and custom plugin repository: IDEA-205032. No confirmation dialog is shown when you try to close a Terminal without running processes: IDEA-205690. It’s now possible to switch back from the Terminal tool window to the editor by pressing Esc: IDEA-116221. In the Run Configuration dialog, you can paste just the name or just the value of an Environment Variable: IDEA-206952. The IDE now correctly creates a branch when you open a task with the ‘create branch’ option enabled: IDEA-205194. It’s now possible to type characters that require AltGr (IntelliJ IDEA with JBR11): IDEA-209426. For those using the IdeaVim plugin, the Esc key in insert mode closes the autocomplete popup and exits the insert mode: IDEA-209779. The bundled Kotlin plugin was updated to v1.3.21-release-IJ2019.1-3, with the following fixes integrated: KT-30117, KT-29427, KT-30137, and KT-9618.
PKGREVISION bump for anything using python without a PYPKGPREFIX. This is a semi-manual PKGREVISION bump.
Depend on fsnotifier and fix an installation issue * Depend on sysutils/fsnotifier * Replace PKGNAME with PKGNAME_NOREV in do-install target for consistent PLIST * Bump PKGREVISION
devel/pycharm-bin: import pycharm-bin-2018.3.5 This is a binary package for Jetbrain's PyCharm IDE. PyCharm is Jetbrain's python IDE.