|
5 | 5 | # METADATA
|
6 | 6 | #
|
7 | 7 | # --------------------------------------------------------------------------------------------------------------
|
8 |
| - "mxversion": "6.36.0", |
| 8 | + "mxversion": "6.37.0", |
9 | 9 | "name": "graalpython",
|
10 | 10 | "versionConflictResolution": "latest",
|
11 | 11 |
|
|
837 | 837 | ],
|
838 | 838 | "exclude": ["sdk:JLINE3"],
|
839 | 839 | "description": "GraalPython launcher",
|
| 840 | + "maven" : { |
| 841 | + "groupId": "org.graalvm.python", |
| 842 | + "artifactId" : "python-launcher", |
| 843 | + }, |
840 | 844 | },
|
841 | 845 |
|
842 | 846 | "GRAALPYTHON_NATIVE_LIBS": {
|
|
913 | 917 | "requires": [
|
914 | 918 | "java.base",
|
915 | 919 | ],
|
| 920 | + "description": "GraalPython runtime resources", |
916 | 921 | "maven": {
|
917 | 922 | "artifactId": "python-resources",
|
918 | 923 | "groupId": "org.graalvm.python",
|
|
973 | 978 | "javaProperties": {
|
974 | 979 | "python.jni.library": "<lib:pythonjni>"
|
975 | 980 | },
|
976 |
| - "description": "GraalPython engine", |
| 981 | + "description": "GraalPython language", |
977 | 982 | "maven": {
|
978 | 983 | "artifactId": "python-language",
|
979 | 984 | "groupId": "org.graalvm.python",
|
980 | 985 | },
|
| 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 | + ], |
981 | 1003 | },
|
982 | 1004 |
|
983 | 1005 | "GRAALPYTHON_PROCESSOR": {
|
|
0 commit comments