Skip to content

Commit a230faf

Browse files
committed
[GR-47568] Added GraalPython community meta-POM.
1 parent 7b19d34 commit a230faf

File tree

1 file changed

+24
-2
lines changed

1 file changed

+24
-2
lines changed

mx.graalpython/suite.py

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# METADATA
66
#
77
# --------------------------------------------------------------------------------------------------------------
8-
"mxversion": "6.36.0",
8+
"mxversion": "6.37.0",
99
"name": "graalpython",
1010
"versionConflictResolution": "latest",
1111

@@ -837,6 +837,10 @@
837837
],
838838
"exclude": ["sdk:JLINE3"],
839839
"description": "GraalPython launcher",
840+
"maven" : {
841+
"groupId": "org.graalvm.python",
842+
"artifactId" : "python-launcher",
843+
},
840844
},
841845

842846
"GRAALPYTHON_NATIVE_LIBS": {
@@ -913,6 +917,7 @@
913917
"requires": [
914918
"java.base",
915919
],
920+
"description": "GraalPython runtime resources",
916921
"maven": {
917922
"artifactId": "python-resources",
918923
"groupId": "org.graalvm.python",
@@ -973,11 +978,28 @@
973978
"javaProperties": {
974979
"python.jni.library": "<lib:pythonjni>"
975980
},
976-
"description": "GraalPython engine",
981+
"description": "GraalPython language",
977982
"maven": {
978983
"artifactId": "python-language",
979984
"groupId": "org.graalvm.python",
980985
},
986+
"allowsJavadocWarnings": True,
987+
},
988+
989+
"GRAALPYTHON_COMMUNITY" : {
990+
"type":"pom",
991+
"runtimeDependencies" : [
992+
"GRAALPYTHON",
993+
"truffle:TRUFFLE_RUNTIME",
994+
],
995+
"description" : "GraalPython engine.",
996+
"maven" : {
997+
"groupId": "org.graalvm.python",
998+
"artifactId" : "python-community",
999+
},
1000+
"license": [
1001+
"UPL",
1002+
],
9811003
},
9821004

9831005
"GRAALPYTHON_PROCESSOR": {

0 commit comments

Comments
 (0)