File tree 2 files changed +28
-4
lines changed
2 files changed +28
-4
lines changed Original file line number Diff line number Diff line change @@ -855,11 +855,26 @@ def import_python_sources(args):
855
855
# ----------------------------------------------------------------------------------------------------------------------
856
856
mx_sdk .register_graalvm_component (mx_sdk .GraalVmLanguage (
857
857
suite = SUITE ,
858
- name = 'Graal.Python' ,
859
- short_name = 'pyn ' ,
858
+ name = 'Graal.Python license files ' ,
859
+ short_name = 'pynl ' ,
860
860
dir_name = 'python' ,
861
861
license_files = ['LICENSE_GRAALPYTHON' ],
862
862
third_party_license_files = ['3rd_party_licenses_graalpython.txt' ],
863
+ truffle_jars = [],
864
+ support_distributions = [
865
+ 'graalpython:GRAALPYTHON_GRAALVM_LICENSES' ,
866
+ ],
867
+ priority = 5
868
+ ))
869
+
870
+
871
+ mx_sdk .register_graalvm_component (mx_sdk .GraalVmLanguage (
872
+ suite = SUITE ,
873
+ name = 'Graal.Python' ,
874
+ short_name = 'pyn' ,
875
+ dir_name = 'python' ,
876
+ license_files = [],
877
+ third_party_license_files = [],
863
878
truffle_jars = [
864
879
'graalpython:GRAALPYTHON' ,
865
880
],
Original file line number Diff line number Diff line change 360
360
"extracted-dependency:graalpython:GRAALPYTHON_PYTHON_LIB" ,
361
361
"file:mx.graalpython/native-image.properties" ,
362
362
],
363
- "LICENSE_GRAALPYTHON" : "file:LICENSE" ,
364
- "3rd_party_licenses_graalpython.txt" : "file:3rd_party_licenses.txt" ,
365
363
},
366
364
"maven" : False ,
367
365
},
375
373
},
376
374
"maven" : False ,
377
375
},
376
+
377
+ "GRAALPYTHON_GRAALVM_LICENSES" : {
378
+ "native" : True ,
379
+ "platformDependent" : True ,
380
+ "description" : "Graal.Python support distribution for the GraalVM license files" ,
381
+ "layout" : {
382
+ "LICENSE_GRAALPYTHON" : "file:LICENSE" ,
383
+ "3rd_party_licenses_graalpython.txt" : "file:3rd_party_licenses.txt" ,
384
+ },
385
+ "maven" : False ,
386
+ },
378
387
},
379
388
}
You can’t perform that action at this time.
0 commit comments