diff options
Diffstat (limited to 'config/projects/python.rb')
| -rw-r--r-- | config/projects/python.rb | 14 |
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" |
