[arch-commits] Commit in pycharm-community-edition/trunk (PKGBUILD)

Leonidas Spyropoulos artafinde at gemini.archlinux.org
Fri Aug 26 10:17:45 UTC 2022


    Date: Friday, August 26, 2022 @ 10:17:45
  Author: artafinde
Revision: 1281629

upgpkg: pycharm-community-edition 2022.1.4-2

Remove python2 dependency

Modified:
  pycharm-community-edition/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-26 10:17:32 UTC (rev 1281628)
+++ PKGBUILD	2022-08-26 10:17:45 UTC (rev 1281629)
@@ -7,7 +7,7 @@
 pkgname=pycharm-community-edition
 pkgver=2022.1.4
 _build=221.6008.17
-pkgrel=1
+pkgrel=2
 pkgdesc='Python IDE for Professional Developers'
 arch=(x86_64)
 url=https://www.jetbrains.com/pycharm/
@@ -29,7 +29,6 @@
 makedepends=(
   git
   java-environment=11
-  python2-setuptools
   python-setuptools
 )
 source=(
@@ -73,7 +72,6 @@
 
   cd ../pycharm-community-${pkgver}
 
-  python2 plugins/python-ce/helpers/pydev/setup_cython.py build_ext --build-temp build --build-lib .
   python3 plugins/python-ce/helpers/pydev/setup_cython.py build_ext --build-temp build --build-lib .
 }
 



More information about the arch-commits mailing list