Skip to content

Commit e834279

Browse files
committed
[GR-47568] Added GraalPython community meta-POM.
PullRequest: graalpython/2907
2 parents 7939d69 + 375844e commit e834279

File tree

2 files changed

+39
-5
lines changed

2 files changed

+39
-5
lines changed

ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "overlay": "f86331f835d2d903333326e664550c17bf37f896" }
1+
{ "overlay": "0475af00203f3b004249bc9d0e0c1ac9700be1a9" }

mx.graalpython/suite.py

Lines changed: 38 additions & 4 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

@@ -86,11 +86,11 @@
8686
"repositories": {
8787
"python-public-snapshots": {
8888
"url": "https://curio.ssw.jku.at/nexus/content/repositories/snapshots",
89-
"licenses": ["GPLv2-CPE", "UPL", "BSD-new", "MIT"]
89+
"licenses": ["GPLv2-CPE", "UPL", "BSD-new", "MIT", "PSF-License"]
9090
},
9191
"python-local-snapshots": {
9292
"url": "http://localhost",
93-
"licenses": ["GPLv2-CPE", "UPL", "BSD-new", "MIT"]
93+
"licenses": ["GPLv2-CPE", "UPL", "BSD-new", "MIT", "PSF-License"]
9494
},
9595
},
9696

@@ -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,10 +917,16 @@
913917
"requires": [
914918
"java.base",
915919
],
920+
"description": "GraalPython runtime resources",
916921
"maven": {
917922
"artifactId": "python-resources",
918923
"groupId": "org.graalvm.python",
919924
},
925+
"license": [
926+
"UPL",
927+
"MIT",
928+
"PSF-License",
929+
],
920930
},
921931

922932
"GRAALPYTHON": {
@@ -965,11 +975,35 @@
965975
"javaProperties": {
966976
"python.jni.library": "<lib:pythonjni>"
967977
},
968-
"description": "GraalPython engine",
978+
"description": "GraalPython language",
969979
"maven": {
970980
"artifactId": "python-language",
971981
"groupId": "org.graalvm.python",
972982
},
983+
"noMavenJavadoc": True,
984+
"license": [
985+
"UPL",
986+
"MIT",
987+
"PSF-License",
988+
],
989+
},
990+
991+
"GRAALPYTHON_COMMUNITY": {
992+
"type": "pom",
993+
"runtimeDependencies": [
994+
"GRAALPYTHON",
995+
"truffle:TRUFFLE_RUNTIME",
996+
],
997+
"description": "GraalPython engine.",
998+
"maven": {
999+
"groupId": "org.graalvm.python",
1000+
"artifactId": "python-community",
1001+
},
1002+
"license": [
1003+
"UPL",
1004+
"MIT",
1005+
"PSF-License",
1006+
],
9731007
},
9741008

9751009
"GRAALPYTHON_PROCESSOR": {

0 commit comments

Comments
 (0)