Skip to content

Commit 51505e9

Browse files
committed
Revise descriptions for Maven artifacts.
1 parent 6031416 commit 51505e9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

mx.graalpython/suite.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"graalpython:pythonVersion": "3.11.7",
1414
"release": False,
1515
"groupId": "org.graalvm.python",
16-
"url": "http://www.graalvm.org/",
16+
"url": "http://www.graalvm.org/python",
1717

1818
"developer": {
1919
"name": "GraalVM Development",
@@ -943,7 +943,7 @@
943943
"distDependencies": [
944944
"sdk:POLYGLOT",
945945
],
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.",
947947
"maven": {
948948
"groupId": "org.graalvm.python",
949949
"artifactId": "python-embedding",
@@ -966,7 +966,7 @@
966966
"distDependencies": [
967967
"sdk:POLYGLOT",
968968
],
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.",
970970
"maven": {
971971
"groupId": "org.graalvm.python",
972972
"artifactId": "python-embedding-tools",
@@ -1019,7 +1019,7 @@
10191019
"sdk:MAVEN_DOWNLOADER",
10201020
"sdk:NATIVEIMAGE",
10211021
],
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.",
10231023
"maven": {
10241024
"groupId": "org.graalvm.python",
10251025
"artifactId": "python-launcher",
@@ -1092,7 +1092,7 @@
10921092
"java.base",
10931093
],
10941094
"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.",
10961096
"maven": {
10971097
"artifactId": "python-resources",
10981098
"groupId": "org.graalvm.python",
@@ -1150,7 +1150,7 @@
11501150
"javaProperties": {
11511151
"python.jni.library": "<lib:pythonjni>"
11521152
},
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.",
11541154
"maven": {
11551155
"artifactId": "python-language",
11561156
"groupId": "org.graalvm.python",
@@ -1171,7 +1171,7 @@
11711171
"GRAALPYTHON_RESOURCES",
11721172
"truffle:TRUFFLE_RUNTIME",
11731173
],
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.",
11751175
"maven": {
11761176
"groupId": "org.graalvm.python",
11771177
"artifactId": "python-community",

0 commit comments

Comments
 (0)