|
1 |
| -# pylint: disable=anomalous-backslash-in-string |
| 1 | +# pylint: disable=anomalous-backslash-in-string,line-too-long |
2 | 2 | suite = {
|
3 | 3 | # --------------------------------------------------------------------------------------------------------------
|
4 | 4 | #
|
|
13 | 13 | "graalpython:pythonVersion": "3.11.7",
|
14 | 14 | "release": False,
|
15 | 15 | "groupId": "org.graalvm.python",
|
16 |
| - "url": "http://www.graalvm.org/", |
| 16 | + "url": "http://www.graalvm.org/python", |
17 | 17 |
|
18 | 18 | "developer": {
|
19 | 19 | "name": "GraalVM Development",
|
|
943 | 943 | "distDependencies": [
|
944 | 944 | "sdk:POLYGLOT",
|
945 | 945 | ],
|
946 |
| - "description": "GraalPy, an implementation of the Python language in Java, optimized for Graal. This artifact provides convenience APIs to make embedding GraalPy with Python packages easier.", |
| 946 | + "description": "GraalPy, a high-performance embeddable Python 3 runtime for Java. This artifact provides convenience APIs to embed GraalPy into Java applications. Use this dependency if you install additional Python packages with the Maven or Gradle plugins for GraalPy.", |
947 | 947 | "maven": {
|
948 | 948 | "groupId": "org.graalvm.python",
|
949 | 949 | "artifactId": "python-embedding",
|
|
966 | 966 | "distDependencies": [
|
967 | 967 | "sdk:POLYGLOT",
|
968 | 968 | ],
|
969 |
| - "description": "GraalPy, an implementation of the Python language in Java, optimized for Graal. This artifact contains utilities for tools that want to integrate GraalPy packages into the build process of Java applications.", |
| 969 | + "description": "GraalPy, a high-performance embeddable Python 3 runtime for Java. This artifact contains utilities for tools that want to integrate GraalPy packages into the build process of Java applications.", |
970 | 970 | "maven": {
|
971 | 971 | "groupId": "org.graalvm.python",
|
972 | 972 | "artifactId": "python-embedding-tools",
|
|
1019 | 1019 | "sdk:MAVEN_DOWNLOADER",
|
1020 | 1020 | "sdk:NATIVEIMAGE",
|
1021 | 1021 | ],
|
1022 |
| - "description": "GraalPy, an implementation of the Python language in Java, optimized for Graal. This artifact provides a command-line launcher for GraalPy.", |
| 1022 | + "description": "GraalPy, a high-performance embeddable Python 3 runtime for Java. This artifact provides a command-line launcher for GraalPy.", |
1023 | 1023 | "maven": {
|
1024 | 1024 | "groupId": "org.graalvm.python",
|
1025 | 1025 | "artifactId": "python-launcher",
|
|
1092 | 1092 | "java.base",
|
1093 | 1093 | ],
|
1094 | 1094 | "compress": True,
|
1095 |
| - "description": "GraalPy, an implementation of the Python language in Java, optimized for Graal. This artifact includes the GraalPy standard library.", |
| 1095 | + "description": "GraalPy, a high-performance embeddable Python 3 runtime for Java. This artifact includes the GraalPy standard library. It is not recommended to depend on the artifact directly. Instead, use \'org.graalvm.polyglot:python\' or \'org.graalvm.polyglot:python-community\' to ensure all dependencies are pulled in correctly.", |
1096 | 1096 | "maven": {
|
1097 | 1097 | "artifactId": "python-resources",
|
1098 | 1098 | "groupId": "org.graalvm.python",
|
|
1150 | 1150 | "javaProperties": {
|
1151 | 1151 | "python.jni.library": "<lib:pythonjni>"
|
1152 | 1152 | },
|
1153 |
| - "description": "GraalPy, an implementation of the Python language in Java, optimized for Graal. This artifact includes the core language runtime without standard libraries.", |
| 1153 | + "description": "GraalPy, a high-performance embeddable Python 3 runtime for Java. This artifact includes the core language runtime without standard libraries. It is not recommended to depend on the artifact directly. Instead, use \'org.graalvm.polyglot:python\' or \'org.graalvm.polyglot:python-community\' to ensure all dependencies are pulled in correctly.", |
1154 | 1154 | "maven": {
|
1155 | 1155 | "artifactId": "python-language",
|
1156 | 1156 | "groupId": "org.graalvm.python",
|
|
1171 | 1171 | "GRAALPYTHON_RESOURCES",
|
1172 | 1172 | "truffle:TRUFFLE_RUNTIME",
|
1173 | 1173 | ],
|
1174 |
| - "description": "GraalPy, an implementation of the Python language in Java, optimized for Graal. This is a meta POM that pulls in GraalPy and the community edition of Truffle.", |
| 1174 | + "description": "GraalPy, a high-performance embeddable Python 3 runtime for Java. This POM dependency pulls in GraalPy dependencies and Truffle Community Edition.", |
1175 | 1175 | "maven": {
|
1176 | 1176 | "groupId": "org.graalvm.python",
|
1177 | 1177 | "artifactId": "python-community",
|
|
0 commit comments