pycharm_community_bin, bump version (#9703)

This commit is contained in:
Schrijvers Luc
2023-10-31 11:04:48 +00:00
committed by GitHub
parent 56f6513a73
commit 74bb3a86de

View File

@@ -1,14 +1,14 @@
SUMMARY="A Lightweight IDE for Python & Scientific development"
DESCRIPTION="PyCharm is a Python IDE for professional developers by JetBrains"
HOMEPAGE="https://www.jetbrains.com/pycharm/"
COPYRIGHT="2020-2021 JetBrains s.r.o."
COPYRIGHT="2020-2023 JetBrains s.r.o."
LICENSE="Apache v2"
REVISION="1"
SOURCE_URI="https://download.jetbrains.com/python/pycharm-community-$portVersion.tar.gz#noarchive"
CHECKSUM_SHA256="10331302819324794e70843a73bfedbc6023778e4374f57f80608983be4e7a11"
CHECKSUM_SHA256="d59dd88c1eb51cdd756433d415588c573ca944ebf6f08844b8ac8cd2e3d9937b"
ADDITIONAL_FILES="PyCharm_Logo.hvif"
ARCHITECTURES="any"
ARCHITECTURES="?all x86_64"
DISABLE_SOURCE_PACKAGE="true"
PROVIDES="
@@ -17,7 +17,7 @@ PROVIDES="
"
REQUIRES="
haiku
java:environment == 11
java:environment == 17
"
BUILD_PREREQUIRES="
@@ -33,7 +33,7 @@ INSTALL()
cat << EOF > $appsDir/pycharm/pycharm.sh
#!/bin/sh -l
export PATH=\$JDK11_HOME/bin:\$PATH
export PATH=\$JDK17_HOME/bin:\$PATH
exec $appsDir/pycharm/bin/pycharm.sh
EOF
chmod 755 $appsDir/pycharm/pycharm.sh