From 9ac80fbe229ee6e6434d6b2a12f6dcbac4147d18 Mon Sep 17 00:00:00 2001 From: mo khan Date: Thu, 25 Jun 2020 10:05:20 -0600 Subject: Prepare separate projects for each tool-version --- config/projects/python.rb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 config/projects/python.rb (limited to 'config/projects/python.rb') 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" -- cgit v1.2.3