Skip to content

Commit dd0bb5c

Browse files
committed
[GR-76450] Remove local JBang catalog assets
1 parent 8d9a24f commit dd0bb5c

7 files changed

Lines changed: 2 additions & 195 deletions

File tree

docs/user/Python-on-JVM.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This guide shows you how to migrate from Jython to GraalPy.
1111
For a lightweight command-line JVM launcher similar to the Jython launcher, use the JBang recipe from the GraalPy catalog:
1212

1313
```bash
14-
jbang graalpy@jbang-catalog.json -c "print('hello from GraalPy')"
14+
jbang graalpy@oracle/graalpython -c "print('hello from GraalPy')"
1515
```
1616

1717
### Prerequisites

graalpython/com.oracle.graal.python.test/src/tests/conftest.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ run_top_level_functions = true
33

44
[[test_rules]]
55
selector = [
6-
"standalone/test_jbang_integration.py",
76
"standalone/test_standalone.py"]
87
per_test_timeout = 2400
98
partial_splits_individual_tests = true

graalpython/graalpy-jbang/examples/hello.java

Lines changed: 0 additions & 74 deletions
This file was deleted.

graalpython/graalpy-jbang/templates/graalpy-template.java.qute

Lines changed: 0 additions & 42 deletions
This file was deleted.

graalpython/graalpy-jbang/templates/graalpy-template_local_repo.java.qute

Lines changed: 0 additions & 46 deletions
This file was deleted.

jbang-catalog.json

Lines changed: 0 additions & 30 deletions
This file was deleted.

mx.graalpython/mx_graalpython.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def get_boolean_env(name, default=False):
106106
RUNNING_ON_LATEST_JAVA = os.environ.get("LATEST_JAVA_HOME", os.environ.get("JAVA_HOME")) == mx.get_jdk().home
107107

108108

109-
# this environment variable is used by some of our maven projects and jbang integration to build against the unreleased master version during development
109+
# this environment variable is used by some of our maven projects to build against the unreleased master version during development
110110
os.environ["GRAALPY_VERSION"] = GRAAL_VERSION
111111

112112
MAIN_BRANCH = 'master'

0 commit comments

Comments
 (0)