summaryrefslogtreecommitdiff
path: root/config/projects/python.rb
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-06-25 10:05:20 -0600
committermo khan <mo.khan@gmail.com>2020-06-25 10:05:20 -0600
commit9ac80fbe229ee6e6434d6b2a12f6dcbac4147d18 (patch)
tree9e20c31842757895465f550462c2f2da1ea19e4e /config/projects/python.rb
parentc56a674223b3279b23b66aca409dc23c4252d647 (diff)
Prepare separate projects for each tool-version
Diffstat (limited to 'config/projects/python.rb')
-rw-r--r--config/projects/python.rb14
1 files changed, 14 insertions, 0 deletions
diff --git a/config/projects/python.rb b/config/projects/python.rb
new file mode 100644
index 0000000..c539e1d
--- /dev/null
+++ b/config/projects/python.rb
@@ -0,0 +1,14 @@
+python_version = ENV.fetch('PYTHON_VERSION', '3.8.3')
+
+name "python-#{python_version}"
+maintainer "mkhan@gitlab.com"
+homepage "https://gitlab.com/xlgmokha/omnibus-asdf"
+
+install_dir "/opt/asdf/installs/python/#{python_version}"
+
+build_version python_version
+build_iteration 1
+
+dependency "preparation"
+override 'asdf-python', version: python_version
+dependency "asdf-python"