|
8 | 8 | "name": "graalpython",
|
9 | 9 | "versionConflictResolution": "latest",
|
10 | 10 |
|
| 11 | + "version": "1.0.0-rc11", |
| 12 | + "release": False, |
| 13 | + "groupId": "org.graalvm.graalpython", |
| 14 | + "url": "http://www.graalvm.org/", |
| 15 | + |
| 16 | + "developer": { |
| 17 | + "name": "Truffle and Graal developers", |
| 18 | + |
| 19 | + "organization": "Graal", |
| 20 | + "organizationUrl": "http://www.graalvm.org/", |
| 21 | + }, |
| 22 | + |
| 23 | + "scm": { |
| 24 | + "url": "https://github.com/graalvm/graalpython", |
| 25 | + "read": "https://github.com/graalvm/graalpython.git", |
| 26 | + "write": "[email protected]:graalvm/graalpython.git", |
| 27 | + }, |
| 28 | + |
11 | 29 | # --------------------------------------------------------------------------------------------------------------
|
12 | 30 | #
|
13 | 31 | # DEPENDENCIES
|
|
173 | 191 | "javaCompliance": "1.8",
|
174 | 192 | "annotationProcessors": ["truffle:TRUFFLE_DSL_PROCESSOR"],
|
175 | 193 | "workingSets": "Truffle,Python",
|
| 194 | + "testProject": True, |
176 | 195 | },
|
177 | 196 |
|
178 | 197 | "com.oracle.graal.python.tck": {
|
|
185 | 204 | "checkstyle": "com.oracle.graal.python",
|
186 | 205 | "javaCompliance": "1.8",
|
187 | 206 | "workingSets": "Truffle,Python",
|
| 207 | + "testProject": True, |
188 | 208 | },
|
189 | 209 |
|
190 | 210 |
|
191 | 211 | "com.oracle.graal.python.cext": {
|
192 | 212 | "subDir": "graalpython",
|
193 | 213 | "native": True,
|
194 | 214 | "vpath": True,
|
195 |
| - "results" : ["graalpython/lib-graalpython"], |
196 |
| - "output" : ".", |
| 215 | + "results": ["graalpython/lib-graalpython"], |
| 216 | + "output": ".", |
197 | 217 | "buildDependencies": [
|
198 | 218 | "sulong:SULONG_LIBS",
|
199 | 219 | ],
|
|
221 | 241 | "results": ["graalpython/lib-python/3/site-packages"],
|
222 | 242 | "output": ".",
|
223 | 243 | "license": ["MIT"],
|
224 |
| - "defaultBuild" : False, |
| 244 | + "defaultBuild": False, |
225 | 245 | },
|
226 | 246 | },
|
227 | 247 |
|
|
230 | 250 | "name": "Python Software Foundation License",
|
231 | 251 | "url": "https://docs.python.org/3/license.html",
|
232 | 252 | },
|
233 |
| - "UPL" : { |
234 |
| - "name" : "Universal Permissive License, Version 1.0", |
235 |
| - "url" : "http://opensource.org/licenses/UPL", |
| 253 | + "UPL": { |
| 254 | + "name": "Universal Permissive License, Version 1.0", |
| 255 | + "url": "http://opensource.org/licenses/UPL", |
236 | 256 | },
|
237 | 257 | },
|
238 | 258 |
|
|
250 | 270 | "sdk:GRAAL_SDK",
|
251 | 271 | "sdk:LAUNCHER_COMMON",
|
252 | 272 | ],
|
253 |
| - }, |
254 |
| - |
255 |
| - "GRAALPYTHON-ENV": { |
256 |
| - }, |
257 |
| - |
258 |
| - "GRAALPYTHON-ZIP": { |
| 273 | + "description": "GraalPython launcher", |
259 | 274 | },
|
260 | 275 |
|
261 | 276 | "GRAALPYTHON": {
|
|
270 | 285 | "truffle:ANTLR4",
|
271 | 286 | ],
|
272 | 287 | "sourcesPath": "graalpython.src.zip",
|
| 288 | + "description": "GraalPython engine", |
273 | 289 | },
|
274 | 290 |
|
275 |
| - "GRAALPYTHON_PYTHON_LIB" : { |
276 |
| - "dependencies" : ["python-lib"], |
277 |
| - "description" : "Python 3 lib files", |
| 291 | + "GRAALPYTHON_PYTHON_LIB": { |
| 292 | + "dependencies": ["python-lib"], |
| 293 | + "description": "Python 3 lib files", |
| 294 | + "maven": False, |
278 | 295 | },
|
279 | 296 |
|
280 | 297 | "GRAALPYTHON_UNIT_TESTS": {
|
|
289 | 306 | "truffle:TRUFFLE_TCK",
|
290 | 307 | ],
|
291 | 308 | "sourcesPath": "graalpython.tests.src.zip",
|
| 309 | + "testDistribution": True, |
292 | 310 | },
|
293 | 311 |
|
294 | 312 | "GRAALPYTHON_TCK": {
|
|
301 | 319 | "sdk:POLYGLOT_TCK",
|
302 | 320 | ],
|
303 | 321 | "sourcesPath": "graalpython.tests.src.zip",
|
| 322 | + "testDistribution": True, |
304 | 323 | },
|
305 | 324 |
|
306 |
| - "GRAALPYTHON_GRAALVM_SUPPORT" : { |
307 |
| - "native" : True, |
308 |
| - "platformDependent" : True, |
309 |
| - "description" : "Graal.Python support distribution for the GraalVM", |
310 |
| - "layout" : { |
311 |
| - "./" : [ |
| 325 | + "GRAALPYTHON_GRAALVM_SUPPORT": { |
| 326 | + "native": True, |
| 327 | + "platformDependent": True, |
| 328 | + "description": "Graal.Python support distribution for the GraalVM", |
| 329 | + "layout": { |
| 330 | + "./": [ |
312 | 331 | "dependency:com.oracle.graal.python.cext/graalpython/lib-graalpython",
|
313 | 332 | "file:graalpython/com.oracle.graal.python.cext/include",
|
314 | 333 | "extracted-dependency:graalpython:GRAALPYTHON_PYTHON_LIB",
|
315 | 334 | "file:mx.graalpython/native-image.properties",
|
316 | 335 | ],
|
317 |
| - "LICENSE_GRAALPYTHON" : "file:LICENSE", |
318 |
| - "3rd_party_licenses_graalpython.txt" : "file:3rd_party_licenses.txt", |
319 |
| - } |
| 336 | + "LICENSE_GRAALPYTHON": "file:LICENSE", |
| 337 | + "3rd_party_licenses_graalpython.txt": "file:3rd_party_licenses.txt", |
| 338 | + }, |
| 339 | + "maven": False, |
320 | 340 | },
|
321 | 341 |
|
322 |
| - "GRAALPYTHON_GRAALVM_DOCS" : { |
323 |
| - "native" : True, |
324 |
| - "description" : "Graal.Python documentation files for the GraalVM", |
325 |
| - "layout" : { |
326 |
| - "README_GRAALPYTHON.md" : "file:README.md", |
327 |
| - "./" : "file:doc", |
| 342 | + "GRAALPYTHON_GRAALVM_DOCS": { |
| 343 | + "native": True, |
| 344 | + "description": "Graal.Python documentation files for the GraalVM", |
| 345 | + "layout": { |
| 346 | + "README_GRAALPYTHON.md": "file:README.md", |
| 347 | + "./": "file:doc", |
328 | 348 | },
|
| 349 | + "maven": False, |
329 | 350 | },
|
330 | 351 | },
|
331 | 352 | }
|
0 commit comments