Skip to content

Commit

Permalink
chore: reduce line length
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Feb 6, 2024
1 parent a04993b commit 1ce764d
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,12 @@ venv_versions:
# fine grained settings
##
base_install_folder: "/srv"
ftp_url: "https://www.python.org/ftp/python/"

py24:
version: "{{ versions.py24 }}"
major_version: "2.4"
url: "https://www.python.org/ftp/python/{{ versions.py24 }}/Python-{{ versions.py24 }}.tar.bz2"
url: "{{ ftp_url }}/{{ versions.py24 }}/Python-{{ versions.py24 }}.tar.bz2"
md5: "{{ hashes.py24 }}"
tar_file: "/tmp/py{{ versions.py24 }}.tar.bz2"
sources: "/tmp/Python-{{ versions.py24 }}"
Expand All @@ -79,7 +80,7 @@ py24:
py26:
version: "{{ versions.py26 }}"
major_version: "2.6"
url: "https://www.python.org/ftp/python/{{ versions.py26 }}/Python-{{ versions.py26 }}.tar.xz"
url: "{{ ftp_url }}/{{ versions.py26 }}/Python-{{ versions.py26 }}.tar.xz"
md5: "{{ hashes.py26 }}"
tar_file: "/tmp/py{{ versions.py26 }}.tar.xz"
sources: "/tmp/Python-{{ versions.py26 }}"
Expand All @@ -89,7 +90,7 @@ py26:
py27:
version: "{{ versions.py27 }}"
major_version: "2.7"
url: "https://www.python.org/ftp/python/{{ versions.py27 }}/Python-{{ versions.py27 }}.tar.xz"
url: "{{ ftp_url }}/{{ versions.py27 }}/Python-{{ versions.py27 }}.tar.xz"
md5: "{{ hashes.py27 }}"
tar_file: "/tmp/py{{ versions.py27 }}.tar.xz"
sources: "/tmp/Python-{{ versions.py27 }}"
Expand All @@ -99,7 +100,7 @@ py27:
py31:
version: "{{ versions.py31 }}"
major_version: "3.1"
url: "https://www.python.org/ftp/python/{{ versions.py31 }}/Python-{{ versions.py31 }}.tar.xz"
url: "{{ ftp_url }}/{{ versions.py31 }}/Python-{{ versions.py31 }}.tar.xz"
md5: "{{ hashes.py31 }}"
tar_file: "/tmp/py{{ versions.py31 }}.tar.xz"
sources: "/tmp/Python-{{ versions.py31 }}"
Expand All @@ -109,7 +110,7 @@ py31:
py32:
version: "{{ versions.py32 }}"
major_version: "3.2"
url: "https://www.python.org/ftp/python/{{ versions.py32 }}/Python-{{ versions.py32 }}.tar.xz"
url: "{{ ftp_url }}/{{ versions.py32 }}/Python-{{ versions.py32 }}.tar.xz"
md5: "{{ hashes.py32 }}"
tar_file: "/tmp/py{{ versions.py32 }}.tar.xz"
sources: "/tmp/Python-{{ versions.py32 }}"
Expand All @@ -119,7 +120,7 @@ py32:
py33:
version: "{{ versions.py33 }}"
major_version: "3.3"
url: "https://www.python.org/ftp/python/{{ versions.py33 }}/Python-{{ versions.py33 }}.tar.xz"
url: "{{ ftp_url }}/{{ versions.py33 }}/Python-{{ versions.py33 }}.tar.xz"
md5: "{{ hashes.py33 }}"
tar_file: "/tmp/py{{ versions.py33 }}.tar.xz"
sources: "/tmp/Python-{{ versions.py33 }}"
Expand All @@ -129,7 +130,7 @@ py33:
py34:
version: "{{ versions.py34 }}"
major_version: "3.4"
url: "https://www.python.org/ftp/python/{{ versions.py34 }}/Python-{{ versions.py34 }}.tar.xz"
url: "{{ ftp_url }}/{{ versions.py34 }}/Python-{{ versions.py34 }}.tar.xz"
md5: "{{ hashes.py34 }}"
tar_file: "/tmp/py{{ versions.py34 }}.tar.xz"
sources: "/tmp/Python-{{ versions.py34 }}"
Expand All @@ -139,7 +140,7 @@ py34:
py35:
version: "{{ versions.py35 }}"
major_version: "3.5"
url: "https://www.python.org/ftp/python/{{ versions.py35 }}/Python-{{ versions.py35 }}.tar.xz"
url: "{{ ftp_url }}/{{ versions.py35 }}/Python-{{ versions.py35 }}.tar.xz"
md5: "{{ hashes.py35 }}"
tar_file: "/tmp/py{{ versions.py35 }}.tar.xz"
sources: "/tmp/Python-{{ versions.py35 }}"
Expand All @@ -149,7 +150,7 @@ py35:
py36:
version: "{{ versions.py36 }}"
major_version: "3.6"
url: "https://www.python.org/ftp/python/{{ versions.py36 }}/Python-{{ versions.py36 }}.tar.xz"
url: "{{ ftp_url }}/{{ versions.py36 }}/Python-{{ versions.py36 }}.tar.xz"
md5: "{{ hashes.py36 }}"
tar_file: "/tmp/py{{ versions.py36 }}.tar.xz"
sources: "/tmp/Python-{{ versions.py36 }}"
Expand All @@ -159,7 +160,7 @@ py36:
py37:
version: "{{ versions.py37 }}"
major_version: "3.7"
url: "https://www.python.org/ftp/python/{{ versions.py37 }}/Python-{{ versions.py37 }}.tar.xz"
url: "{{ ftp_url }}/{{ versions.py37 }}/Python-{{ versions.py37 }}.tar.xz"
md5: "{{ hashes.py37 }}"
tar_file: "/tmp/py{{ versions.py37 }}.tar.xz"
sources: "/tmp/Python-{{ versions.py37 }}"
Expand All @@ -169,7 +170,7 @@ py37:
py38:
version: "{{ versions.py38 }}"
major_version: "3.8"
url: "https://www.python.org/ftp/python/{{ versions.py38 }}/Python-{{ versions.py38 }}.tar.xz"
url: "{{ ftp_url }}/{{ versions.py38 }}/Python-{{ versions.py38 }}.tar.xz"
md5: "{{ hashes.py38 }}"
tar_file: "/tmp/py{{ versions.py38 }}.tar.xz"
sources: "/tmp/Python-{{ versions.py38 }}"
Expand All @@ -179,7 +180,7 @@ py38:
py39:
version: "{{ versions.py39 }}"
major_version: "3.9"
url: "https://www.python.org/ftp/python/{{ versions.py39 }}/Python-{{ versions.py39 }}.tar.xz"
url: "{{ ftp_url }}/{{ versions.py39 }}/Python-{{ versions.py39 }}.tar.xz"
md5: "{{ hashes.py39 }}"
tar_file: "/tmp/py{{ versions.py39 }}.tar.xz"
sources: "/tmp/Python-{{ versions.py39 }}"
Expand All @@ -189,7 +190,7 @@ py39:
py310:
version: "{{ versions.py310 }}"
major_version: "3.10"
url: "https://www.python.org/ftp/python/{{ versions.py310 }}/Python-{{ versions.py310 }}.tar.xz"
url: "{{ ftp_url }}/{{ versions.py310 }}/Python-{{ versions.py310 }}.tar.xz"
md5: "{{ hashes.py310 }}"
tar_file: "/tmp/py{{ versions.py310 }}.tar.xz"
sources: "/tmp/Python-{{ versions.py310 }}"
Expand All @@ -199,7 +200,7 @@ py310:
py311:
version: "{{ versions.py311 }}"
major_version: "3.11"
url: "https://www.python.org/ftp/python/{{ versions.py311 }}/Python-{{ versions.py311 }}.tar.xz"
url: "{{ ftp_url }}/{{ versions.py311 }}/Python-{{ versions.py311 }}.tar.xz"
md5: "{{ hashes.py311 }}"
tar_file: "/tmp/py{{ versions.py311 }}.tar.xz"
sources: "/tmp/Python-{{ versions.py311 }}"
Expand All @@ -209,7 +210,7 @@ py311:
py312:
version: "{{ versions.py312 }}"
major_version: "3.12"
url: "https://www.python.org/ftp/python/{{ versions.py312 }}/Python-{{ versions.py312 }}.tar.xz"
url: "{{ ftp_url }}/{{ versions.py312 }}/Python-{{ versions.py312 }}.tar.xz"
md5: "{{ hashes.py312 }}"
tar_file: "/tmp/py{{ versions.py312 }}.tar.xz"
sources: "/tmp/Python-{{ versions.py312 }}"
Expand Down

0 comments on commit 1ce764d

Please sign in to comment.