blob: a0e54756fa227234f4e207b879691427675aef9d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
pkgbase = pycharm
pkgdesc = The only Python IDE you need. Bundled with the official JetBrains Runtime (JBR)
pkgver = 2026.1.2
pkgrel = 1
url = https://www.jetbrains.com/pycharm/
arch = x86_64
arch = aarch64
license = custom
makedepends = python-setuptools
makedepends = cython
depends = giflib
depends = glibc
depends = sh
depends = python
depends = libdbusmenu-glib
depends = ttf-font
depends = fontconfig
optdepends = ipython: For enhanced interactive Python shell inside Pycharm
optdepends = openssh: For deployment and remote connections
optdepends = python-setuptools: Packages manager for Python, for project interpreter
optdepends = python-coverage: For support code coverage measurement
optdepends = docker-machine: For support docker inside Pycharm
optdepends = docker-compose: For support docker inside Pycharm
optdepends = vagrant: For support virtualized development environments
optdepends = python-pytest: For support testing inside Pycharm
optdepends = python-tox: Python environments for testing tool
optdepends = jupyter-server: For Jupyter notebooks and apps
provides = pycharm
conflicts = pycharm-professional
conflicts = pycharm-community-edition
replaces = pycharm-professional
options = !strip
backup = opt/pycharm/bin/pycharm64.vmoptions
backup = opt/pycharm/bin/idea.properties
source = pycharm.desktop
source = ltedit.desktop
sha256sums = 444611514a2e2e168d20ec866af0102fbdd0472af00925847471609578b187b7
sha256sums = 944d01526dcc0e6d4c321873bd42d2c7885973e929f3b363c31019f642af0101
source_x86_64 = https://download-cf.jetbrains.com/python/pycharm-2026.1.2.tar.gz
sha256sums_x86_64 = 91c775be16fb0859f9b18ebd456d88e131cadf337b0ce9f9d8ed187886561966
source_aarch64 = https://download-cf.jetbrains.com/python/pycharm-2026.1.2-aarch64.tar.gz
sha256sums_aarch64 = e6b4f25267afade04be6764f6bb16ea1d16159cae3490fbb4f58cc168ecffee3
pkgname = pycharm
|