Package Details: pycharm-community-eap 14:241.14494.19-1

Git Clone URL: https://aur.archlinux.org/pycharm-community-eap.git (read-only, click to copy)
Package Base: pycharm-community-eap
Description: Powerful Python and Django IDE, Early Access Program (EAP) build, Community Edition
Upstream URL: http://www.jetbrains.com/pycharm
Keywords: development early-access editor ide jetbrains python
Licenses: Apache
Submitter: flying-sheep
Maintainer: Kr1ss (navarroaxel)
Last Packager: navarroaxel
Votes: 14
Popularity: 0.000000
First Submitted: 2015-10-03 13:11 (UTC)
Last Updated: 2024-03-08 17:07 (UTC)

Latest Comments

1 2 3 4 5 Next › Last »

muhaha commented on 2023-12-28 23:46 (UTC)

Here is a patch which adds support for aarch64

diff --git a/PKGBUILD b/PKGBUILD
index ef8ba52..d029f96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgrel=1

 epoch=14
 pkgdesc='Powerful Python and Django IDE, Early Access Program (EAP) build, Community Edition'
-arch=('x86_64')
+arch=('x86_64' 'aarch64')
 url=http://www.jetbrains.com/pycharm
 license=('Apache')

@@ -22,10 +22,14 @@ optdepends=('python2: Support for Python 2 language'
 options=('!strip')

 _filever="$([ $_eap = y ] && echo -n $pkgver || echo -n $_pkgver)"
-source=("https://download.jetbrains.com/python/pycharm-community-$_filever.tar.gz"
-        "pycharm-community-eap.desktop")
-sha256sums=('1a4a95648c68890f2f9eb41cbb9eb041dcd08388c75a91298dfbe73f83a858c8'
-            'f76a04261fb91a8ede8859f6b46352bdeb92f79210a9fc87b5ac959063cb1715')
+source=("pycharm-community-eap.desktop")
+sha256sums=('f76a04261fb91a8ede8859f6b46352bdeb92f79210a9fc87b5ac959063cb1715')
+
+source_x86_64=("https://download.jetbrains.com/python/pycharm-community-$_filever.tar.gz")
+sha256sums_x86_64=('1a4a95648c68890f2f9eb41cbb9eb041dcd08388c75a91298dfbe73f83a858c8')
+
+source_aarch64=("https://download.jetbrains.com/python/pycharm-community-$_filever-aarch64.tar.gz")
+sha256sums_aarch64=('1d63c0ea7dec718f67ad78e0ccef76058d92f63d07afe931a4ac6ff3f74c9052')


 prepare() {

Ashark commented on 2023-11-15 10:26 (UTC) (edited on 2023-11-17 11:18 (UTC) by Ashark)

Why use epoch=14? Maybe get rid of that? People can manually update as pacman considers that as a downgrade.

I would also like if you indent with spaces, rather than with tabs. As you can see, the aur web interface renders tabs incorrectly (overindented).

Ashark commented on 2023-11-15 09:56 (UTC)

Wow, thanks for noting that updates.xml, it was useful.
Regarding that question, I mean that that official page (and the download-thanks page do not mention community eap. All it differs from in is the replaced "professional" with "community":
source from pycharm-community-eap (this):

https://download.jetbrains.com/python/pycharm-community-$_filever.tar.gz"

and source from pycharm-eap:

source=("https://download.jetbrains.com/python/pycharm-professional-${_pkgver}.tar.gz"
or
source=("https://download.jetbrains.com/python/pycharm-professional-${_buildver}.tar.gz"

I just was wondering how you guessed about existing of this "hidden" version =)

navarroaxel commented on 2023-11-15 09:13 (UTC)

Now it's listed in the official page but I parse the updates.xml file that it's used by the JetBrains IDEs to know if there is a new version available.

Ashark commented on 2023-11-15 07:47 (UTC) (edited on 2023-11-15 07:48 (UTC) by Ashark)

Thanks for update.
By the way, how did you know such version (community + eap) exists? The maintainer of pycharm-eap says that the official page does not mention this.

navarroaxel commented on 2023-11-15 07:38 (UTC)

Removed conflict with Pycharm Community stable and created desktop file.

Kr1ss commented on 2022-07-28 15:29 (UTC)

SORRY for the delay @navarroaxel - I've made you a Co-Maintainer. Will be back next week if everything goes well.