Skip to content

Commit 43b65c2

Browse files
committed
Update descriptions of our Maven artifacts
1 parent de9ff0f commit 43b65c2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

mx.graalpython/suite.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -939,7 +939,7 @@
939939
"distDependencies": [
940940
"sdk:POLYGLOT",
941941
],
942-
"description": "GraalPy Embedding",
942+
"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.",
943943
"maven": {
944944
"groupId": "org.graalvm.python",
945945
"artifactId": "python-embedding",
@@ -962,7 +962,7 @@
962962
"distDependencies": [
963963
"sdk:POLYGLOT",
964964
],
965-
"description": "GraalPy Embedding Tools",
965+
"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.",
966966
"maven": {
967967
"groupId": "org.graalvm.python",
968968
"artifactId": "python-embedding-tools",
@@ -1015,7 +1015,7 @@
10151015
"sdk:MAVEN_DOWNLOADER",
10161016
"sdk:NATIVEIMAGE",
10171017
],
1018-
"description": "GraalPython launcher",
1018+
"description": "GraalPy, an implementation of the Python language in Java, optimized for Graal. This artifact provides a command-line launcher for GraalPy.",
10191019
"maven": {
10201020
"groupId": "org.graalvm.python",
10211021
"artifactId": "python-launcher",
@@ -1088,7 +1088,7 @@
10881088
"java.base",
10891089
],
10901090
"compress": True,
1091-
"description": "GraalPython runtime resources",
1091+
"description": "GraalPy, an implementation of the Python language in Java, optimized for Graal. This artifact includes the GraalPy standard library.",
10921092
"maven": {
10931093
"artifactId": "python-resources",
10941094
"groupId": "org.graalvm.python",
@@ -1146,7 +1146,7 @@
11461146
"javaProperties": {
11471147
"python.jni.library": "<lib:pythonjni>"
11481148
},
1149-
"description": "GraalPython language",
1149+
"description": "GraalPy, an implementation of the Python language in Java, optimized for Graal. This artifact includes the core language runtime without standard libraries.",
11501150
"maven": {
11511151
"artifactId": "python-language",
11521152
"groupId": "org.graalvm.python",
@@ -1167,7 +1167,7 @@
11671167
"GRAALPYTHON_RESOURCES",
11681168
"truffle:TRUFFLE_RUNTIME",
11691169
],
1170-
"description": "GraalPython engine.",
1170+
"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.",
11711171
"maven": {
11721172
"groupId": "org.graalvm.python",
11731173
"artifactId": "python-community",
@@ -1184,7 +1184,7 @@
11841184
"dependencies": [
11851185
"com.oracle.graal.python.processor",
11861186
],
1187-
"description": "GraalPython Java annotations processor",
1187+
"description": "GraalPy Java annotations processor",
11881188
"overlaps": ["GRAALPYTHON"], # sharing the annotations
11891189
"maven": False,
11901190
},
@@ -1249,7 +1249,7 @@
12491249
# We run the TCK with Python home served from resources
12501250
"GRAALPYTHON_RESOURCES",
12511251
],
1252-
"description" : "Truffle TCK provider for Python language.",
1252+
"description" : "Truffle TCK provider for GraalPy.",
12531253
"license": "UPL",
12541254
"maven": {
12551255
"groupId": "org.graalvm.python",

0 commit comments

Comments
 (0)