2670d7fb7f
Building things belongs in build() in the PKGBUILD and placing them in the filesystem belongs in package() and removing package files belongs to the package manager… none of these are the .install files, so removing the .install files in favour of moving these things into the PKGBUILD’s functions.
53 lines
2.2 KiB
Plaintext
53 lines
2.2 KiB
Plaintext
pkgbase = pycharm-professional
|
|
pkgdesc = Python IDE for Professional Developers. Professional Edition
|
|
pkgver = 2023.3.3
|
|
pkgrel = 2
|
|
url = https://www.jetbrains.com/pycharm/
|
|
arch = x86_64
|
|
arch = x86_64_v3
|
|
arch = aarch64
|
|
license = custom
|
|
depends = giflib
|
|
depends = glibc
|
|
depends = sh
|
|
depends = libxtst
|
|
depends = libxslt
|
|
depends = libxss
|
|
depends = nss
|
|
depends = python
|
|
depends = libdbusmenu-glib
|
|
depends = python-setuptools
|
|
depends = 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
|
|
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
|
|
conflicts = pycharm-community-edition
|
|
conflicts = pycharm-community-jre
|
|
conflicts = pycharm-community-eap
|
|
conflicts = pycharm-eap
|
|
conflicts = pycharm-community-jre-aarch64
|
|
options = !strip
|
|
backup = opt/pycharm-professional/bin/pycharm64.vmoptions
|
|
backup = opt/pycharm-professional/bin/idea.properties
|
|
source = pycharm-professional.desktop
|
|
source = ltedit.desktop
|
|
sha256sums = a75264959b06a45ea0801729bc1688bfbd52da3c5fbf3d5b1ad9267860439291
|
|
sha256sums = 41f0e64dc7ec5ab85e7b0df1dc8237b56c94ccf9e4f2fa033eaadcc7756df3d3
|
|
source_x86_64 = https://download-cf.jetbrains.com/python/pycharm-professional-2023.3.3.tar.gz
|
|
sha256sums_x86_64 = 29c4955410b2ea26f0cd0f44e02c8fe2b1b7dad075f0739652051faa6f84797b
|
|
source_x86_64_v3 = https://download-cf.jetbrains.com/python/pycharm-professional-2023.3.3.tar.gz
|
|
sha256sums_x86_64_v3 = 29c4955410b2ea26f0cd0f44e02c8fe2b1b7dad075f0739652051faa6f84797b
|
|
source_aarch64 = https://download-cf.jetbrains.com/python/pycharm-professional-2023.3.3-aarch64.tar.gz
|
|
sha256sums_aarch64 = bf0d8935b316ca2ce2b27a8ee98042f50a0b69ab1a7bb7bb1278941178d54fcf
|
|
|
|
pkgname = pycharm-professional
|