Package Details: pycharm-eap 251.25410.24_2025.1.1-1

Git Clone URL: https://aur.archlinux.org/pycharm-eap.git (read-only, click to copy)
Package Base: pycharm-eap
Description: Powerful Python and Django IDE, Early Access Program (EAP) build. Professional edition.
Upstream URL: https://www.jetbrains.com/pycharm/nextversion/
Keywords: development editor ide jetbrains python
Licenses: custom
Provides: pycharm, pycharm-professional
Submitter: vlan
Maintainer: qft
Last Packager: qft
Votes: 32
Popularity: 0.001427
First Submitted: 2011-05-06 08:33 (UTC)
Last Updated: 2025-04-27 16:42 (UTC)

Dependencies (12)

Required by (0)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 21 Next › Last »

Kr1ss commented on 2019-11-01 18:55 (UTC) (edited on 2019-11-01 19:14 (UTC) by Kr1ss)

Never mind @qft, I'm about to rename the starter link of pycharm-community-eap to /usr/bin/pycharm-ce, to prevent that conflict.

Thx @sanerb for pointing this out.

sanerb commented on 2019-11-01 17:58 (UTC)

recommend you either add a conflicts for python-community-eap or name your binary to something like pycharm-pro-eap; you're both using the same binary path (/usr/bin/pycharm-eap) and according to upstream, both should be able to be co-installed. that's the only file conflict since you install to different /opt dirs.

mitchhentges commented on 2019-01-09 17:55 (UTC)

Just a heads up that the current published version has the ".3" twice, causing package managers not to update.

My current version: 2018.3.183.4284.139-1 Published version: 2018.3.3.183.5153.12-1

183 > 3, so it won't upgrade :)

qft commented on 2017-10-20 17:15 (UTC)

The current PKGBUILD already works for both the EAP and the regular PyCharm. For example, https://download.jetbrains.com/python/pycharm-professional-172.3968.37.tar.gz and https://download.jetbrains.com/python/pycharm-professional-2017.2.3.tar.gz points to exactly the same file. Thus there is no need to specify two link formats. As for the automatic downloading of the checksum. I find the additional wget clause to be not as clean as putting the .sha256 file inside the ${source}. However putting the .sha256 file inside ${source} requires running the makepkg command twice, which is even uglier. What's the benefit to end users if the .sha256 file is dynamically updated instead of hard-coded in the ${sha256sums} field?

danielko commented on 2017-10-20 13:59 (UTC)

If you don't mind could you please revert PKGBUILD to version which automatically downloaded correct SHA sum and had correct sources link for both EAP and regular PyCharm? It was much easier to try new versions with that code. PS. And thank you for adopting the package and adding debugger extensions compilation :)

qft commented on 2017-10-09 00:53 (UTC)

I have adopted this package and made some cleanups with the PKGBUILD.

lots0logs commented on 2017-08-23 02:07 (UTC)

==================================== ----->>> MAINTAINER NEEDED! <<<----- ==================================== I haven't used this package ever since jetbrains-toolbox came out. If anyone is interested in adopting it, please do so.

deathangel908 commented on 2017-04-22 11:42 (UTC) (edited on 2017-04-22 11:45 (UTC) by deathangel908)

==> Starting package()... cp: cannot stat '/tmp/pycharm-eap/src/pycharm-2017.1/*': No such file or directory ==> ERROR: A failure occurred in package(). Aborting... # but /tmp/pycharm-eap/src/pycharm-2017.1.1/ exists # mb it should be JUST like it's below? # cp -R "${srcdir}/pycharm-${_pkgver}/"* "${pkgdir}/opt/${pkgname}"

lots0logs commented on 2017-03-18 22:49 (UTC)

Sorry about that. Its fixed now. Cheers!

rarvolt commented on 2017-03-18 19:02 (UTC)

@davidism that fixed it for me for now --- pycharm-eap/PKGBUILD 2017-03-17 08:54:52.000000000 +0100 +++ pycharm-eap-my/PKGBUILD 2017-03-18 19:42:37.814447668 +0100 @@ -5,5 +5,5 @@ pkgname=pycharm-eap _buildver=171.3780.47 -_pkgver=2017.1.0 +_pkgver=2017.1 _eap="True" pkgver="${_pkgver}.${_buildver}" @@ -43,5 +43,5 @@ if [[ "True" = "${_eap}" ]]; then - cp -R --no-preserve=ownership "${srcdir}/pycharm-${_buildver}/"* "${pkgdir}/opt/${pkgname}" + cp -R --no-preserve=ownership "${srcdir}/pycharm-${_pkgver}/"* "${pkgdir}/opt/${pkgname}" else cp -R --no-preserve=ownership "${srcdir}/pycharm-${_pkgver%.1}/"* "${pkgdir}/opt/${pkgname}"