blob: d6c3305f8c83b9defb9c9f351703b527d474998a (
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
|
pkgbase = pycharm-eap
pkgdesc = Powerful Python and Django IDE, Early Access Program (EAP) build. Professional edition.
pkgver = 243.22562.23_2024.3.1
pkgrel = 1
url = https://www.jetbrains.com/pycharm/nextversion/
arch = any
license = custom
makedepends = python-setuptools
makedepends = cython
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 for Python
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 with Python
optdepends = python-tox: Python environments for testing tool with Python
optdepends = jupyter-notebook: For support Jupyter Notebook
provides = pycharm
provides = pycharm-professional
options = !strip
source = https://download.jetbrains.com/python/pycharm-professional-243.22562.23.tar.gz
source = pycharm-eap.desktop
sha256sums = 4bed08f7686bd1a0e75a801f4d242d21e2a48f01e1328a65bec5e685124e0dbf
sha256sums = b76e9b0a64a62d0775b4fa98313f6cbc2c3a2306da3715cb1f855dea5736ece0
pkgname = pycharm-eap
|