Skip to content

Commit 05a0b5f

Browse files
committed
fix style of keys in suite.py
1 parent 1be446d commit 05a0b5f

File tree

1 file changed

+84
-84
lines changed

1 file changed

+84
-84
lines changed

mx.graalpython/suite.py

Lines changed: 84 additions & 84 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"sha1": "7a5960b8062ddbf0c0e79f806e23785d55fec3c8",
109109
},
110110
"XZ-1.8": {
111-
"digest" : "sha512:a4362db234d4e83683e90f5baf90c82107450cc4404acab96e3fab14b8a3d4588a19722171d32f27d18463682a6994cad9af0b1065c954e3a77ea7bdcf586bac",
111+
"digest": "sha512:a4362db234d4e83683e90f5baf90c82107450cc4404acab96e3fab14b8a3d4588a19722171d32f27d18463682a6994cad9af0b1065c954e3a77ea7bdcf586bac",
112112
"maven": {
113113
"groupId": "org.tukaani",
114114
"artifactId": "xz",
@@ -280,11 +280,11 @@
280280

281281
"com.oracle.graal.python.pegparser.generator": {
282282
"subDir": "graalpython",
283-
"class" : "CMakeNinjaProject",
284-
"ninja_targets" : [
283+
"class": "CMakeNinjaProject",
284+
"ninja_targets": [
285285
"all",
286286
],
287-
"results" : [
287+
"results": [
288288
"Parser.java",
289289
"Python.asdl.stamp",
290290
]
@@ -436,8 +436,8 @@
436436
],
437437
"workingSets": "Truffle,Python",
438438
"testProject": True,
439-
"javaProperties" : {
440-
"test.graalpython.home" : "<suite:graalpython>/graalpython"
439+
"javaProperties": {
440+
"test.graalpython.home": "<suite:graalpython>/graalpython"
441441
},
442442
},
443443

@@ -457,10 +457,10 @@
457457
"jacoco": "exclude",
458458
"checkstyle": "com.oracle.graal.python",
459459
"javaCompliance": "17+",
460-
"annotationProcessors" : ["mx:JMH_1_21"],
460+
"annotationProcessors": ["mx:JMH_1_21"],
461461
"workingSets": "Truffle,Python",
462-
"spotbugsIgnoresGenerated" : True,
463-
"testProject" : True,
462+
"spotbugsIgnoresGenerated": True,
463+
"testProject": True,
464464
},
465465

466466
"com.oracle.graal.python.tck": {
@@ -478,15 +478,15 @@
478478

479479
"python-libbz2": {
480480
"subDir": "graalpython",
481-
"class" : "CMakeNinjaProject",
482-
"max_jobs" : "4",
483-
"vpath" : True,
484-
"ninja_targets" : ["<lib:bz2support>"],
485-
"ninja_install_targets" : ["install"],
486-
"results" : [
481+
"class": "CMakeNinjaProject",
482+
"max_jobs": "4",
483+
"vpath": True,
484+
"ninja_targets": ["<lib:bz2support>"],
485+
"ninja_install_targets": ["install"],
486+
"results": [
487487
"bin/<lib:bz2support>",
488488
],
489-
"cmakeConfig" : {
489+
"cmakeConfig": {
490490
"BZIP2_ROOT": "<path:BZIP2>",
491491
"BZIP2_VERSION_MAJOR": "1",
492492
"BZIP2_VERSION_MINOR": "0",
@@ -500,7 +500,7 @@
500500
},
501501
"<others>": {
502502
"<others>": {
503-
"defaultBuild" : True,
503+
"defaultBuild": True,
504504
},
505505
},
506506
},
@@ -517,15 +517,15 @@
517517

518518
"python-liblzma": {
519519
"subDir": "graalpython",
520-
"class" : "CMakeNinjaProject",
521-
"max_jobs" : "8",
522-
"vpath" : True,
523-
"ninja_targets" : ["<lib:lzmasupport>"],
524-
"ninja_install_targets" : ["install"],
525-
"results" : [
520+
"class": "CMakeNinjaProject",
521+
"max_jobs": "8",
522+
"vpath": True,
523+
"ninja_targets": ["<lib:lzmasupport>"],
524+
"ninja_install_targets": ["install"],
525+
"results": [
526526
"bin/<lib:lzmasupport>",
527527
],
528-
"cmakeConfig" : {
528+
"cmakeConfig": {
529529
"XZ_SRC": "<path:XZ-5.2.6>",
530530
"XZ_VERSION_MAJOR": "5",
531531
"XZ_VERSION_MINOR": "2",
@@ -539,7 +539,7 @@
539539
},
540540
"<others>": {
541541
"<others>": {
542-
"defaultBuild" : True,
542+
"defaultBuild": True,
543543
},
544544
},
545545
},
@@ -550,24 +550,24 @@
550550

551551
"com.oracle.graal.python.cext": {
552552
"subDir": "graalpython",
553-
"class" : "CMakeNinjaProject",
554-
"toolchain" : "sulong:SULONG_BOOTSTRAP_TOOLCHAIN",
555-
"max_jobs" : "8",
556-
"vpath" : True,
557-
"ninja_targets" : ["all"],
558-
"ninja_install_targets" : ["install"],
553+
"class": "CMakeNinjaProject",
554+
"toolchain": "sulong:SULONG_BOOTSTRAP_TOOLCHAIN",
555+
"max_jobs": "8",
556+
"vpath": True,
557+
"ninja_targets": ["all"],
558+
"ninja_install_targets": ["install"],
559559
"os_arch": {
560560
"windows": {
561561
"<others>": {
562-
"cmakeConfig" : {
563-
"GRAALVM_LLVM_LIB_DIR" : "<path:SULONG_NATIVE_HOME>/native/lib",
562+
"cmakeConfig": {
563+
"GRAALVM_LLVM_LIB_DIR": "<path:SULONG_NATIVE_HOME>/native/lib",
564564
"TRUFFLE_H_INC": "<path:SULONG_LEGACY>/include",
565565
"TRUFFLE_NFI_H_INC": "<path:com.oracle.truffle.nfi.native>/include",
566566
"CMAKE_C_COMPILER": "<toolchainGetToolPath:native,CC>",
567-
"LLVM_MODE" : "native",
568-
"GRAALPY_EXT" : "<graalpy_ext:native>",
567+
"LLVM_MODE": "native",
568+
"GRAALPY_EXT": "<graalpy_ext:native>",
569569
},
570-
"results" : [
570+
"results": [
571571
"bin/<lib:python-native>",
572572
"bin/python-native.lib",
573573
"bin/modules/_sqlite3<graalpy_ext:native>",
@@ -579,14 +579,14 @@
579579
},
580580
"<others>": {
581581
"<others>": {
582-
"cmakeConfig" : {
582+
"cmakeConfig": {
583583
"TRUFFLE_H_INC": "<path:SULONG_LEGACY>/include",
584584
"TRUFFLE_NFI_H_INC": "<path:com.oracle.truffle.nfi.native>/include",
585585
"CMAKE_C_COMPILER": "<toolchainGetToolPath:native,CC>",
586-
"LLVM_MODE" : "native",
587-
"GRAALPY_EXT" : "<graalpy_ext:native>",
586+
"LLVM_MODE": "native",
587+
"GRAALPY_EXT": "<graalpy_ext:native>",
588588
},
589-
"results" : [
589+
"results": [
590590
"bin/<lib:python-native>",
591591
"bin/modules/_sqlite3<graalpy_ext:native>",
592592
"bin/modules/_cpython_sre<graalpy_ext:native>",
@@ -609,15 +609,15 @@
609609

610610
"com.oracle.graal.python.hpy.llvm": {
611611
"subDir": "graalpython",
612-
"class" : "CMakeNinjaProject",
613-
"toolchain" : "sulong:SULONG_BOOTSTRAP_TOOLCHAIN",
614-
"max_jobs" : "8",
615-
"vpath" : True,
616-
"ninja_targets" : [
612+
"class": "CMakeNinjaProject",
613+
"toolchain": "sulong:SULONG_BOOTSTRAP_TOOLCHAIN",
614+
"max_jobs": "8",
615+
"vpath": True,
616+
"ninja_targets": [
617617
"<lib:hpy-native>",
618618
],
619-
"ninja_install_targets" : ["install"],
620-
"results" : [
619+
"ninja_install_targets": ["install"],
620+
"results": [
621621
"bin/<lib:hpy-native>",
622622
],
623623
"buildDependencies": [
@@ -628,22 +628,22 @@
628628
"os_arch": {
629629
"windows": {
630630
"<others>": {
631-
"cmakeConfig" : {
632-
"GRAALVM_LLVM_LIB_DIR" : "<path:SULONG_NATIVE_HOME>/native/lib",
633-
"LLVM_MODE" : "native",
634-
"GRAALVM_HPY_INCLUDE_DIR" : "<path:com.oracle.graal.python.hpy.llvm>/include",
635-
"GRAALVM_PYTHON_INCLUDE_DIR" : "<path:com.oracle.graal.python.cext>/include",
631+
"cmakeConfig": {
632+
"GRAALVM_LLVM_LIB_DIR": "<path:SULONG_NATIVE_HOME>/native/lib",
633+
"LLVM_MODE": "native",
634+
"GRAALVM_HPY_INCLUDE_DIR": "<path:com.oracle.graal.python.hpy.llvm>/include",
635+
"GRAALVM_PYTHON_INCLUDE_DIR": "<path:com.oracle.graal.python.cext>/include",
636636
"TRUFFLE_H_INC": "<path:SULONG_LEGACY>/include",
637637
"CMAKE_C_COMPILER": "<toolchainGetToolPath:native,CC>",
638638
},
639639
},
640640
},
641641
"<others>": {
642642
"<others>": {
643-
"cmakeConfig" : {
644-
"LLVM_MODE" : "native",
645-
"GRAALVM_HPY_INCLUDE_DIR" : "<path:com.oracle.graal.python.hpy.llvm>/include",
646-
"GRAALVM_PYTHON_INCLUDE_DIR" : "<path:com.oracle.graal.python.cext>/include",
643+
"cmakeConfig": {
644+
"LLVM_MODE": "native",
645+
"GRAALVM_HPY_INCLUDE_DIR": "<path:com.oracle.graal.python.hpy.llvm>/include",
646+
"GRAALVM_PYTHON_INCLUDE_DIR": "<path:com.oracle.graal.python.cext>/include",
647647
"TRUFFLE_H_INC": "<path:SULONG_LEGACY>/include",
648648
"CMAKE_C_COMPILER": "<toolchainGetToolPath:native,CC>",
649649
},
@@ -714,7 +714,7 @@
714714
},
715715
"<others>": {
716716
"<others>": {
717-
"defaultBuild" : True,
717+
"defaultBuild": True,
718718
},
719719
},
720720
},
@@ -743,7 +743,7 @@
743743
"<others>": {
744744
"<others>": {
745745
"ldlibs": ["-lutil", "-lcrypt"],
746-
"defaultBuild" : True,
746+
"defaultBuild": True,
747747
},
748748
},
749749
},
@@ -791,9 +791,9 @@
791791
# --------------------------------------------------------------------------------------------------------------
792792
"distributions": {
793793
"GRAALPYTHON-LAUNCHER": {
794-
"moduleInfo" : {
795-
"name" : "org.graalvm.py.launcher",
796-
"exports" : [
794+
"moduleInfo": {
795+
"name": "org.graalvm.py.launcher",
796+
"exports": [
797797
"com.oracle.graal.python.shell to org.graalvm.py.enterprise.launcher",
798798
"com.oracle.graal.python.shell to org.graalvm.launcher",
799799
],
@@ -810,7 +810,7 @@
810810
"description": "GraalPython launcher",
811811
},
812812

813-
"GRAALPYTHON_NATIVE_LIBS" : {
813+
"GRAALPYTHON_NATIVE_LIBS": {
814814
"native": True,
815815
"platformDependent": True,
816816
"type": "dir",
@@ -857,7 +857,7 @@
857857
},
858858
},
859859
"description": "Contains the JNI native lib, the C API and support libs.",
860-
"maven": True,
860+
"maven": False,
861861
},
862862

863863
"GRAALPYTHON_RESOURCES": {
@@ -882,16 +882,16 @@
882882
"requires": [
883883
"java.base",
884884
],
885-
"maven" : {
886-
"artifactId" : "python-resources",
887-
"groupId" : "org.graalvm.python",
885+
"maven": {
886+
"artifactId": "python-resources",
887+
"groupId": "org.graalvm.python",
888888
},
889889
},
890890

891891
"GRAALPYTHON": {
892-
"moduleInfo" : {
893-
"name" : "org.graalvm.py",
894-
"exports" : [
892+
"moduleInfo": {
893+
"name": "org.graalvm.py",
894+
"exports": [
895895
"com.oracle.graal.python.builtins to org.graalvm.py.enterprise",
896896
"com.oracle.graal.python.builtins.objects to org.graalvm.py.enterprise",
897897
"com.oracle.graal.python.builtins.objects.* to org.graalvm.py.enterprise",
@@ -941,9 +941,9 @@
941941
"python.jni.library": "<lib:pythonjni>"
942942
},
943943
"description": "GraalPython engine",
944-
"maven" : {
945-
"artifactId" : "python-language",
946-
"groupId" : "org.graalvm.python",
944+
"maven": {
945+
"artifactId": "python-language",
946+
"groupId": "org.graalvm.python",
947947
},
948948
},
949949

@@ -972,16 +972,16 @@
972972
"maven": False,
973973
},
974974

975-
"GRAALPYTHON_BENCH" : {
975+
"GRAALPYTHON_BENCH": {
976976
"description": "java python interop benchmarks",
977-
"dependencies" : ["com.oracle.graal.python.benchmarks"],
977+
"dependencies": ["com.oracle.graal.python.benchmarks"],
978978
"exclude": ["mx:JMH_1_21"],
979979
"distDependencies": [
980980
"GRAALPYTHON",
981981
"GRAALPYTHON-LAUNCHER",
982982
"sdk:GRAAL_SDK",
983983
],
984-
"testDistribution" : True,
984+
"testDistribution": True,
985985
"maven": False,
986986
},
987987

@@ -1007,8 +1007,8 @@
10071007
"GRAALPYTHON_LIBPYTHON_RESOURCES": {
10081008
"native": False,
10091009
"platformDependent": False,
1010-
"hashEntry" : "META-INF/resources/libpython.sha256",
1011-
"fileListEntry" : "META-INF/resources/libpython.files",
1010+
"hashEntry": "META-INF/resources/libpython.sha256",
1011+
"fileListEntry": "META-INF/resources/libpython.files",
10121012
"type": "dir",
10131013
"description": "GraalVM Python lib-python resources",
10141014
"layout": {
@@ -1025,8 +1025,8 @@
10251025
"GRAALPYTHON_LIBGRAALPY_RESOURCES": {
10261026
"native": False,
10271027
"platformDependent": False,
1028-
"hashEntry" : "META-INF/resources/libgraalpy.sha256",
1029-
"fileListEntry" : "META-INF/resources/libgraalpy.files",
1028+
"hashEntry": "META-INF/resources/libgraalpy.sha256",
1029+
"fileListEntry": "META-INF/resources/libgraalpy.files",
10301030
"type": "dir",
10311031
"description": "GraalVM Python lib-graalpython resources",
10321032
"buildDependencies": [
@@ -1047,8 +1047,8 @@
10471047
"GRAALPYTHON_INCLUDE_RESOURCES": {
10481048
"native": False,
10491049
"platformDependent": False,
1050-
"hashEntry" : "META-INF/resources/include.sha256",
1051-
"fileListEntry" : "META-INF/resources/include.files",
1050+
"hashEntry": "META-INF/resources/include.sha256",
1051+
"fileListEntry": "META-INF/resources/include.files",
10521052
"type": "dir",
10531053
"description": "GraalVM Python header resources",
10541054
"buildDependencies": [
@@ -1074,8 +1074,8 @@
10741074
"GRAALPYTHON_NATIVE_RESOURCES": {
10751075
"native": True,
10761076
"platformDependent": True,
1077-
"hashEntry" : "META-INF/resources/<os>/<arch>/native.sha256",
1078-
"fileListEntry" : "META-INF/resources/<os>/<arch>/native.files",
1077+
"hashEntry": "META-INF/resources/<os>/<arch>/native.sha256",
1078+
"fileListEntry": "META-INF/resources/<os>/<arch>/native.files",
10791079
"type": "dir",
10801080
"description": "GraalVM Python platform dependent resources",
10811081
"buildDependencies": [
@@ -1124,7 +1124,7 @@
11241124
"platformDependent": True,
11251125
"fileListPurpose": 'native-image-resources',
11261126
"description": "GraalVM Python support distribution for the GraalVM",
1127-
"platforms" : [
1127+
"platforms": [
11281128
"linux-amd64",
11291129
"linux-aarch64",
11301130
"darwin-amd64",

0 commit comments

Comments
 (0)