Search Criteria
Package Details: pycharm-community-eap 14:251.18673.39-1
Package Actions
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: | 2025-01-31 00:44 (UTC) |
Dependencies (8)
- dbus (dbus-gitAUR, dbus-selinuxAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- libdbusmenu-glib
- python (python37AUR, python311AUR, python310AUR)
- cython (cython-gitAUR, cython0AUR) (make)
- python-setuptools (make)
- ipython (ipython-gitAUR) (optional) – Alternative Python shell
- python2AUR (python2-binAUR) (optional) – Support for Python 2 language
Latest Comments
« First ‹ Previous 1 2 3 4 5 Next › Last »
flying-sheep commented on 2020-01-29 11:23 (UTC)
Hey, since I’m using professional edition for the time being, I’ll be handing this to Kr1ss fully.
Kr1ss commented on 2019-11-01 19:09 (UTC)
Fixed, thx for mentioning @sanerb.
sanerb commented on 2019-11-01 17:58 (UTC)
recommend you either add a conflicts for python-eap or name your binary to something like pycharm-ce-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.
Kr1ss commented on 2019-10-06 19:40 (UTC)
Yep indeed Jetbrains started shipping their own Java runtime with the IDE some time ago, we must've missed removing the dependency.
Thx @flixter for the hint.
flixter commented on 2019-10-06 18:30 (UTC)
Why is java-environment a dependency of this package? Quoting the requirements from PyCharm's download page: "Note: JetBrains Runtime (JBR) 11 is included with the PyCharm distribution. You do not need to install Java on your computer to run PyCharm."
Kr1ss commented on 2019-04-04 17:55 (UTC) (edited on 2019-04-04 19:38 (UTC) by Kr1ss)
Looks like you're trying to build in an Anaconda environment @syka.
I've just pushed a patch that uses absolute paths to the system python binaries, which should fix your problem.
syka commented on 2019-04-04 09:28 (UTC)
Error while installing:
creating build/lib.linux-x86_64-2.7 creating build/lib.linux-x86_64-2.7/_pydevd_bundle gcc -pthread -shared -B /home/syka/anaconda2/compiler_compat -L/home/syka/anaconda2/lib -Wl,-rpath=/home/syka/anaconda2/lib -Wl,--no-as-needed -Wl,--sysroot=/ -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-2.7/_pydevd_bundle/pydevd_cython.o -L/home/syka/anaconda2/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/_pydevd_bundle/pydevd_cython.so /home/syka/anaconda2/compiler_compat/ld: build/temp.linux-x86_64-2.7/_pydevd_bundle/pydevd_cython.o: unable to initialize decompress status for section .debug_info /home/syka/anaconda2/compiler_compat/ld: build/temp.linux-x86_64-2.7/_pydevd_bundle/pydevd_cython.o: unable to initialize decompress status for section .debug_info /home/syka/anaconda2/compiler_compat/ld: build/temp.linux-x86_64-2.7/_pydevd_bundle/pydevd_cython.o: unable to initialize decompress status for section .debug_info /home/syka/anaconda2/compiler_compat/ld: build/temp.linux-x86_64-2.7/_pydevd_bundle/pydevd_cython.o: unable to initialize decompress status for section .debug_info build/temp.linux-x86_64-2.7/_pydevd_bundle/pydevd_cython.o: file not recognized: File format not recognized collect2: error: ld returned 1 exit status error: command 'gcc' failed with exit status 1 ==> ERROR: A failure occurred in build(). Aborting... Error making: pycharm-community-eap
Kr1ss commented on 2019-03-10 12:41 (UTC)
Well, that's neat. Thank you @flixter.
I'm just pushing a new pkgrel with your patch.
flixter commented on 2019-03-10 12:07 (UTC) (edited on 2019-03-10 12:07 (UTC) by flixter)
updating it with yaourt --aur causes a problem also because of the checksum. Question: As curl is already a dependency of pacman, why not stating only the IDE as a dependency, and then download on the fly the sha? Like:
source=("https://download.jetbrains.com/python/pycharm-community-$_filever.tar.gz")
sha256sums=($(curl -s "https://download.jetbrains.com/python/pycharm-community-$_filever.tar.gz.sha256" | cut -d' ' -f1))
Kr1ss commented on 2018-12-12 11:14 (UTC) (edited on 2018-12-12 11:38 (UTC) by Kr1ss)
@gargan that's because we're downloading the checksum from the vendors site before building. When u call makepkg a second time after the source tarball and checksum has been loadad, the build will pass.
@chestm007 Yep you're right, the community repo version is called “pycharm-community-edition”. I'll adjust that tonight, thx.
« First ‹ Previous 1 2 3 4 5 Next › Last »