Package Details: pycharm-eap 243.22562.23_2024.3.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.032149
First Submitted: 2011-05-06 08:33 (UTC)
Last Updated: 2024-11-24 15: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 »

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}"

davidism commented on 2017-03-17 13:27 (UTC)

Appears to be happening again. ==> Starting package()... cp: cannot stat '/home/david/.cache/pacaur/pycharm-eap/src/pycharm-171.3780.47/*': No such file or directory ==> ERROR: A failure occurred in package().

lots0logs commented on 2016-12-13 07:44 (UTC)

JetBrains can't seem to decide upon a versioning scheme for the toplevel directory inside the source tarball :face_with_rolling_eyes: Anyway, its fixed now. Cheers!

bas commented on 2016-12-13 06:20 (UTC)

Having the same issue here.

intgr commented on 2016-12-12 22:27 (UTC)

Is it just me or is the package broken? ==> Extracting sources... -> Extracting pycharm-professional-163.9735.2.tar.gz with bsdtar ==> Entering fakeroot environment... ==> Starting package()... cp: cannot stat '/usr/src/builds/pycharm-eap/src/pycharm-2016.3.1/*': No such file or directory ==> ERROR: A failure occurred in package(). Aborting...

lots0logs commented on 2016-03-11 22:20 (UTC)

@mattoufoutu: Yes, I am purposely using the bundled JDK as it includes optimizations made by Jetbrains for running their software.