Package Details: pycharm-professional 2024.3.2-1

Git Clone URL: https://aur.archlinux.org/pycharm-professional.git (read-only, click to copy)
Package Base: pycharm-professional
Description: Python IDE for Professional Developers. Professional Edition
Upstream URL: https://www.jetbrains.com/pycharm/
Keywords: development editor ide jetbrains python
Licenses: custom
Submitter: hippojazz
Maintainer: Xavier (37h4n)
Last Packager: Xavier
Votes: 293
Popularity: 1.73
First Submitted: 2013-09-25 03:56 (UTC)
Last Updated: 2025-01-28 12:53 (UTC)

Dependencies (19)

Required by (0)

Sources (4)

Pinned Comments

Xavier commented on 2024-12-20 15:15 (UTC)

MANUAL INTERVENTION FOR v2024.3.1.1:

Due to the latest changes for the cython speed up, this release is going to show a commit transaction conflicting files, to fix this you need to enable Cython Speed ​​Up file overwriting:

[aur helper] pycharm-professional --overwrite '/opt/pycharm-professional/plugins/python-ce/helpers/pydev/*'

or after manual build:

sudo pacman -U pycharm-professional-2024.3.1.1-1-x86_64.pkg.tar.zst --overwrite '/opt/pycharm-professional/plugins/python-ce/helpers/pydev/*'

Latest Comments

« First ‹ Previous 1 .. 39 40 41 42 43 44 45 Next › Last »

Psykar commented on 2013-12-05 22:42 (UTC)

Yeah no worries (I clicked out of date in a clicking frenzy and (of course) it's not possible to 'unclick' it) I just happened to notice it when doing a namcap after the build. Thanks for the quick fix :)

SoonerBourne commented on 2013-12-05 14:33 (UTC)

@Psykar I don't think flagging a package out of date was the appropriate action given that the software WAS actually up to date. However, I do appreciate the feedback and took over this package under the assumption that the original submitter had everything correct, which was possibly a bad assumption on my part. I have implemented the changes you requested. Testing locally both an upgrade and a clean install worked, so I pushed the change to here. If you have any further suggestions please let me know in the comments or via email. Thanks!

Psykar commented on 2013-12-05 04:49 (UTC)

This package creates an aboslute symbolic link which ends up pointing to the build directory: ie: lrwxrwxrwx 1 root root 111 Dec 5 15:39 /usr/bin/pycharm.sh -> /tmp/yaourt-tmp-louis/aur-pycharm-professional/pkg/pycharm-professional/opt/pycharm-professional/bin/pycharm.sh This line in the PKGBUILD needs fixing: ln -s $pkgdir/opt/$pkgname/bin/pycharm.sh $pkgdir/usr/bin to cd $pkgdir ln -s opt/$pkgname/bin/pycharm.sh usr/bin

SoonerBourne commented on 2013-12-04 23:00 (UTC)

@epsilom Noted, rather than force everyone to update again I will correct when JetBrains updates.

Xavier commented on 2013-12-04 22:17 (UTC)

Hi @SoonerBourne the variable "pkgrel" is for PKGBUILD revision no for software revision, please consider read https://wiki.archlinux.org/index.php/Pkgbuild#pkgrel regards

hippojazz commented on 2013-12-04 17:41 (UTC)

disowning this package because I'm travelling for rest of the year and won't be able to keep it up to date

dobo commented on 2013-11-13 18:46 (UTC)

The symlink is broken. It symlinks to actual directory where the package is built :D. It should be: ln -s /opt/$pkgname/bin/pycharm.sh $pkgdir/usr/bin instead of: ln -s $pkgdir/opt/$pkgname/bin/pycharm.sh $pkgdir/usr/bin I also suggest you to add patch which skips user to wait when starting pycharm. You can do something like that: sed -i '/.*read IGNORE.*/ d' $pkgdir/opt/$pkgname/bin/pycharm.sh

hippojazz commented on 2013-10-20 22:27 (UTC)

Sorry for slow update - I've been travelling. @Nowaker: Have symlinked pycharm.sh to /usr/bin