v2022.1
This commit is contained in:
parent
49064b2e65
commit
25c49caee8
10
.SRCINFO
10
.SRCINFO
@ -1,6 +1,6 @@
|
|||||||
pkgbase = pycharm-professional
|
pkgbase = pycharm-professional
|
||||||
pkgdesc = Python IDE for Professional Developers. Professional Edition
|
pkgdesc = Python IDE for Professional Developers. Professional Edition
|
||||||
pkgver = 2021.3.3
|
pkgver = 2022.1
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://www.jetbrains.com/pycharm/
|
url = https://www.jetbrains.com/pycharm/
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
@ -26,19 +26,19 @@ pkgbase = pycharm-professional
|
|||||||
optdepends = vagrant: For support virtualized development environments
|
optdepends = vagrant: For support virtualized development environments
|
||||||
optdepends = python-pytest: For support testing inside Pycharm
|
optdepends = python-pytest: For support testing inside Pycharm
|
||||||
optdepends = python-tox: Python environments for testing tool
|
optdepends = python-tox: Python environments for testing tool
|
||||||
optdepends = jupyter: For support Jupyter Notebook
|
optdepends = jupyter-notebook: For support Jupyter Notebook
|
||||||
provides = pycharm
|
provides = pycharm
|
||||||
conflicts = pycharm
|
conflicts = pycharm
|
||||||
conflicts = pycharm-community-edition
|
conflicts = pycharm-community-edition
|
||||||
backup = opt/pycharm-professional/bin/pycharm64.vmoptions
|
backup = opt/pycharm-professional/bin/pycharm64.vmoptions
|
||||||
backup = opt/pycharm-professional/bin/idea.properties
|
backup = opt/pycharm-professional/bin/idea.properties
|
||||||
source = https://download.jetbrains.com/python/pycharm-professional-2021.3.3.tar.gz
|
source = https://download.jetbrains.com/python/pycharm-professional-2022.1.tar.gz
|
||||||
source = pycharm-professional.desktop
|
source = pycharm-professional.desktop
|
||||||
source = charm.desktop
|
source = charm.desktop
|
||||||
source = charm
|
source = charm
|
||||||
sha256sums = 0135af18088581891717bf5d6156902a166adb853fd0415ad52c6414f3a8cfc7
|
sha256sums = 9b160ed74f384be31ff376af73f91924a212e6440ce142a581b22f261e6cf605
|
||||||
sha256sums = a75264959b06a45ea0801729bc1688bfbd52da3c5fbf3d5b1ad9267860439291
|
sha256sums = a75264959b06a45ea0801729bc1688bfbd52da3c5fbf3d5b1ad9267860439291
|
||||||
sha256sums = 6996b38a3c2ba1e472838d7046a4c54a27822fd647be9ca590457e8c6a2d50c8
|
sha256sums = 6996b38a3c2ba1e472838d7046a4c54a27822fd647be9ca590457e8c6a2d50c8
|
||||||
sha256sums = 039f0d1dc447fb26bb9df35b3a85145a47ce42193c8b2d56bf7bdf090fff0da9
|
sha256sums = ef181319a2dfcb3c35f08a8f57ce12029e8e6dccea6a463bd93a94c5074c1bbc
|
||||||
|
|
||||||
pkgname = pycharm-professional
|
pkgname = pycharm-professional
|
||||||
|
8
PKGBUILD
8
PKGBUILD
@ -3,7 +3,7 @@
|
|||||||
# Contributors: edacval
|
# Contributors: edacval
|
||||||
|
|
||||||
pkgname=pycharm-professional
|
pkgname=pycharm-professional
|
||||||
pkgver=2021.3.3
|
pkgver=2022.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Python IDE for Professional Developers. Professional Edition"
|
pkgdesc="Python IDE for Professional Developers. Professional Edition"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
@ -18,10 +18,10 @@ source=("https://download.jetbrains.com/python/$pkgname-$pkgver.tar.gz"
|
|||||||
"pycharm-professional.desktop"
|
"pycharm-professional.desktop"
|
||||||
"charm.desktop"
|
"charm.desktop"
|
||||||
"charm")
|
"charm")
|
||||||
sha256sums=('0135af18088581891717bf5d6156902a166adb853fd0415ad52c6414f3a8cfc7'
|
sha256sums=('9b160ed74f384be31ff376af73f91924a212e6440ce142a581b22f261e6cf605'
|
||||||
'a75264959b06a45ea0801729bc1688bfbd52da3c5fbf3d5b1ad9267860439291'
|
'a75264959b06a45ea0801729bc1688bfbd52da3c5fbf3d5b1ad9267860439291'
|
||||||
'6996b38a3c2ba1e472838d7046a4c54a27822fd647be9ca590457e8c6a2d50c8'
|
'6996b38a3c2ba1e472838d7046a4c54a27822fd647be9ca590457e8c6a2d50c8'
|
||||||
'039f0d1dc447fb26bb9df35b3a85145a47ce42193c8b2d56bf7bdf090fff0da9')
|
'ef181319a2dfcb3c35f08a8f57ce12029e8e6dccea6a463bd93a94c5074c1bbc')
|
||||||
makedepends=('python-setuptools' 'cython')
|
makedepends=('python-setuptools' 'cython')
|
||||||
optdepends=('ipython: For enhanced interactive Python shell inside Pycharm'
|
optdepends=('ipython: For enhanced interactive Python shell inside Pycharm'
|
||||||
'openssh: For deployment and remote connections'
|
'openssh: For deployment and remote connections'
|
||||||
@ -33,7 +33,7 @@ optdepends=('ipython: For enhanced interactive Python shell inside Pycharm'
|
|||||||
'vagrant: For support virtualized development environments'
|
'vagrant: For support virtualized development environments'
|
||||||
'python-pytest: For support testing inside Pycharm'
|
'python-pytest: For support testing inside Pycharm'
|
||||||
'python-tox: Python environments for testing tool'
|
'python-tox: Python environments for testing tool'
|
||||||
'jupyter: For support Jupyter Notebook')
|
'jupyter-notebook: For support Jupyter Notebook')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
# clean up and compile PyDev debugger used by PyCharm to speedup debugging
|
# clean up and compile PyDev debugger used by PyCharm to speedup debugging
|
||||||
|
4
charm
4
charm
@ -10,8 +10,8 @@ import traceback
|
|||||||
# See com.intellij.idea.SocketLock for the server side of this interface.
|
# See com.intellij.idea.SocketLock for the server side of this interface.
|
||||||
|
|
||||||
RUN_PATH = u'/opt/pycharm-professional/bin/pycharm.sh'
|
RUN_PATH = u'/opt/pycharm-professional/bin/pycharm.sh'
|
||||||
CONFIG_PATH = u'~/.config/JetBrains/PyCharm2021.3'
|
CONFIG_PATH = u'~/.config/JetBrains/PyCharm2022.1'
|
||||||
SYSTEM_PATH = u'~/.cache/JetBrains/PyCharm2021.3'
|
SYSTEM_PATH = u'~/.cache/JetBrains/PyCharm2022.1'
|
||||||
|
|
||||||
|
|
||||||
def print_usage(cmd):
|
def print_usage(cmd):
|
||||||
|
Loading…
Reference in New Issue
Block a user