|
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 |
|
|
86 | 86 | "repositories": { |
87 | 87 | "python-public-snapshots": { |
88 | 88 | "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"] |
90 | 90 | }, |
91 | 91 | "python-local-snapshots": { |
92 | 92 | "url": "http://localhost", |
93 | | - "licenses": ["GPLv2-CPE", "UPL", "BSD-new", "MIT"] |
| 93 | + "licenses": ["GPLv2-CPE", "UPL", "BSD-new", "MIT", "PSF-License"] |
94 | 94 | }, |
95 | 95 | }, |
96 | 96 |
|
|
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", |
919 | 924 | }, |
| 925 | + "license": [ |
| 926 | + "UPL", |
| 927 | + "MIT", |
| 928 | + "PSF-License", |
| 929 | + ], |
920 | 930 | }, |
921 | 931 |
|
922 | 932 | "GRAALPYTHON": { |
|
965 | 975 | "javaProperties": { |
966 | 976 | "python.jni.library": "<lib:pythonjni>" |
967 | 977 | }, |
968 | | - "description": "GraalPython engine", |
| 978 | + "description": "GraalPython language", |
969 | 979 | "maven": { |
970 | 980 | "artifactId": "python-language", |
971 | 981 | "groupId": "org.graalvm.python", |
972 | 982 | }, |
| 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 | + ], |
973 | 1007 | }, |
974 | 1008 |
|
975 | 1009 | "GRAALPYTHON_PROCESSOR": { |
|
0 commit comments