|
939 | 939 | "distDependencies": [
|
940 | 940 | "sdk:POLYGLOT",
|
941 | 941 | ],
|
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.", |
943 | 943 | "maven": {
|
944 | 944 | "groupId": "org.graalvm.python",
|
945 | 945 | "artifactId": "python-embedding",
|
|
962 | 962 | "distDependencies": [
|
963 | 963 | "sdk:POLYGLOT",
|
964 | 964 | ],
|
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.", |
966 | 966 | "maven": {
|
967 | 967 | "groupId": "org.graalvm.python",
|
968 | 968 | "artifactId": "python-embedding-tools",
|
|
1015 | 1015 | "sdk:MAVEN_DOWNLOADER",
|
1016 | 1016 | "sdk:NATIVEIMAGE",
|
1017 | 1017 | ],
|
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.", |
1019 | 1019 | "maven": {
|
1020 | 1020 | "groupId": "org.graalvm.python",
|
1021 | 1021 | "artifactId": "python-launcher",
|
|
1088 | 1088 | "java.base",
|
1089 | 1089 | ],
|
1090 | 1090 | "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.", |
1092 | 1092 | "maven": {
|
1093 | 1093 | "artifactId": "python-resources",
|
1094 | 1094 | "groupId": "org.graalvm.python",
|
|
1146 | 1146 | "javaProperties": {
|
1147 | 1147 | "python.jni.library": "<lib:pythonjni>"
|
1148 | 1148 | },
|
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.", |
1150 | 1150 | "maven": {
|
1151 | 1151 | "artifactId": "python-language",
|
1152 | 1152 | "groupId": "org.graalvm.python",
|
|
1167 | 1167 | "GRAALPYTHON_RESOURCES",
|
1168 | 1168 | "truffle:TRUFFLE_RUNTIME",
|
1169 | 1169 | ],
|
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.", |
1171 | 1171 | "maven": {
|
1172 | 1172 | "groupId": "org.graalvm.python",
|
1173 | 1173 | "artifactId": "python-community",
|
|
1184 | 1184 | "dependencies": [
|
1185 | 1185 | "com.oracle.graal.python.processor",
|
1186 | 1186 | ],
|
1187 |
| - "description": "GraalPython Java annotations processor", |
| 1187 | + "description": "GraalPy Java annotations processor", |
1188 | 1188 | "overlaps": ["GRAALPYTHON"], # sharing the annotations
|
1189 | 1189 | "maven": False,
|
1190 | 1190 | },
|
|
1249 | 1249 | # We run the TCK with Python home served from resources
|
1250 | 1250 | "GRAALPYTHON_RESOURCES",
|
1251 | 1251 | ],
|
1252 |
| - "description" : "Truffle TCK provider for Python language.", |
| 1252 | + "description" : "Truffle TCK provider for GraalPy.", |
1253 | 1253 | "license": "UPL",
|
1254 | 1254 | "maven": {
|
1255 | 1255 | "groupId": "org.graalvm.python",
|
|
0 commit comments