2
0

Disable speedup debugging, doesn't work with Python3.9, for the moment

This commit is contained in:
XavierCLL 2020-12-03 22:29:06 -08:00
parent 9769cab720
commit 04d5a3c790
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
pkgbase = pycharm-professional
pkgdesc = Python IDE for Professional Developers. Professional Edition
pkgver = 2020.3
pkgrel = 1
pkgrel = 2
url = https://www.jetbrains.com/pycharm/
arch = x86_64
license = custom

View File

@ -2,7 +2,7 @@
pkgname=pycharm-professional
pkgver=2020.3
pkgrel=1
pkgrel=2
pkgdesc="Python IDE for Professional Developers. Professional Edition"
arch=('x86_64')
url='https://www.jetbrains.com/pycharm/'
@ -49,7 +49,7 @@ build() {
cd "pycharm-$pkgver"
# compile PyDev debugger used by PyCharm to speedup debugging
python plugins/python/helpers/pydev/setup_cython.py build_ext --build-temp build --build-lib .
#python plugins/python/helpers/pydev/setup_cython.py build_ext --build-temp build --build-lib .
rm -r bin/fsnotifier lib/pty4j-native/linux/{x86,ppc64le}
}