From 6772d0be7d36bf8a7ed4f9f5ba8e872134b809c5 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Fri, 22 Oct 2021 23:57:14 -0400 Subject: v0.6.3 --- lux-python/commands.md | 2 +- lux-python/project.clj | 5 +++-- lux-python/project.lux | 6 +++--- 3 files changed, 7 insertions(+), 6 deletions(-) (limited to 'lux-python') diff --git a/lux-python/commands.md b/lux-python/commands.md index 177c1ec3c..3340581a2 100644 --- a/lux-python/commands.md +++ b/lux-python/commands.md @@ -28,6 +28,6 @@ cd ~/lux/stdlib/ \ ``` cd ~/lux/lux-python/ \ -&& mvn install:install-file -Dfile=target/program.jar -DgroupId=com.github.luxlang -DartifactId=lux-python -Dversion=0.7.0-SNAPSHOT -Dpackaging=jar +&& mvn install:install-file -Dfile=target/program.jar -DgroupId=com.github.luxlang -DartifactId=lux-python -Dversion=0.6.3 -Dpackaging=jar ``` diff --git a/lux-python/project.clj b/lux-python/project.clj index e174ca27d..6cac51c42 100644 --- a/lux-python/project.clj +++ b/lux-python/project.clj @@ -1,4 +1,4 @@ -(def version "0.6.2") +(def version "0.6.3") (def repo "https://github.com/LuxLang/lux") (def sonatype-releases "https://oss.sonatype.org/service/local/staging/deploy/maven2/") (def sonatype-snapshots "https://oss.sonatype.org/content/repositories/snapshots/") @@ -20,7 +20,8 @@ :plugins [[com.github.luxlang/lein-luxc ~version]] :dependencies [[com.github.luxlang/lux-bootstrapper ~version] - [com.github.luxlang/stdlib ~version] + ;; [com.github.luxlang/stdlib ~version] + [org.python/jython-standalone "2.7.2"]] :manifest {"lux" ~version} diff --git a/lux-python/project.lux b/lux-python/project.lux index 9a3b08fa9..c835cd122 100644 --- a/lux-python/project.lux +++ b/lux-python/project.lux @@ -1,5 +1,5 @@ ["" - ["identity" ["com.github.luxlang" "lux-python" "0.6.2"] + ["identity" ["com.github.luxlang" "lux-python" "0.6.3"] "description" "A Python compiler for Lux." "info" ["url" "https://github.com/LuxLang/lux" "scm" "https://github.com/LuxLang/lux.git" @@ -15,8 +15,8 @@ "repositories" ["https://oss.sonatype.org/content/repositories/snapshots/" "https://oss.sonatype.org/service/local/staging/deploy/maven2/"] - "compiler" ["com.github.luxlang" "lux-jvm" "0.6.2" "jar"] - "dependencies" [["com.github.luxlang" "stdlib" "0.6.2" "tar"] + "compiler" ["com.github.luxlang" "lux-jvm" "0.6.3" "jar"] + "dependencies" [... ["com.github.luxlang" "stdlib" "0.6.3" "tar"] ["org.python" "jython-standalone" "2.7.2" "jar"]] "program" "program"]] -- cgit v1.2.3