Compare commits

...

10 Commits

Author SHA1 Message Date
Thomas Hobson b179e0bbbc
Merge pull request #530 from Endercheif/master
pkg(samarium-0.3.1): Added samarium 0.3.1
2023-02-20 14:19:21 +13:00
Thomas Hobson 67c754e1f4
Merge branch 'master' into master 2023-02-20 14:10:31 +13:00
Thomas Hobson 92f69b7f73
Merge pull request #540 from materemias/patch-deno-disable-colors
disable output coloring of deno
2023-02-20 09:32:38 +13:00
Thomas Hobson ae7630e47e
Merge branch 'master' into master 2023-02-20 09:26:48 +13:00
materemias 32012483a3
disable output coloring of deno 2023-02-17 15:17:00 +01:00
Endercheif cbc4db7ada
fix: installing samarium with pip 2023-02-05 18:56:59 -08:00
Endercheif 9de88e2f6c
fix: install samarium from `python3.10` 2022-12-18 20:47:44 -08:00
Endercheif e9426d6c03
fix: pip install from github 2022-12-14 17:42:55 -08:00
Endercheif 081ed1bac1
pip3 -> pip 2022-12-08 00:04:32 -08:00
Endercheif 3f8ef8f524
Add support for samarium (#1)
* pkg(samarium-0.3.1): added samarium

* fix: use pip3

* fix: set version explicitly
2022-12-08 02:54:00 -05:00
8 changed files with 17 additions and 2 deletions

View File

@ -1,3 +1,3 @@
#!/bin/bash
DENO_DIR=$PWD deno run $@
DENO_DIR=$PWD NO_COLOR=true deno run $@

View File

@ -1,2 +1,2 @@
#!/bin/bash
DENO_DIR=$PWD deno run "$@"
DENO_DIR=$PWD NO_COLOR=true deno run "$@"

3
packages/samarium/0.3.1/build.sh vendored Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
source ../../python/3.10.0/build.sh
bin/pip3 install https://github.com/samarium-lang/Samarium/archive/refs/tags/0.3.1.zip

2
packages/samarium/0.3.1/environment vendored Normal file
View File

@ -0,0 +1,2 @@
#!/bin/bash
export PATH=$PWD/bin:$PATH

5
packages/samarium/0.3.1/metadata.json vendored Normal file
View File

@ -0,0 +1,5 @@
{
"language": "samarium",
"version": "0.3.1",
"aliases": ["sm"]
}

1
packages/samarium/0.3.1/run vendored Normal file
View File

@ -0,0 +1 @@
python3 -m samarium $1

3
packages/samarium/0.3.1/test.sm vendored Normal file
View File

@ -0,0 +1,3 @@
=> * {
"OK"!;
}

View File

@ -380,6 +380,7 @@ Content-Type: application/json
`rscript`,
`ruby`,
`rust`,
`samarium`,
`scala`,
`smalltalk`,
`sqlite3`,