this repo has no description
1opam-version: "2.0" 2maintainer: "unixjunkie@sdf.org" 3homepage: "https://www.python.org/download/releases/3.6" 4authors: "Python Software Foundation" 5license: "PSF" 6bug-reports: "https://github.com/ocaml/opam-repository/issues" 7build: ["python3" "test.py"] 8depexts: [ 9 ["python3"] {os-family = "debian"} 10 ["python3"] {os-distribution = "nixos"} 11 ["python3"] {os-distribution = "alpine"} 12 ["python36" "epel-release"] {os-distribution = "centos"} 13 ["python3"] {os-distribution = "fedora"} 14 ["python3"] {os-distribution = "ol"} 15 ["python"] {os-distribution = "arch"} 16 ["python3"] {os-family = "suse" | os-family = "opensuse"} 17 ["dev-lang/python:3.6"] {os-distribution = "gentoo"} 18 ["python3"] {os = "openbsd"} 19 ["lang/python36"] {os = "netbsd"} 20 ["python3"] {os = "freebsd"} 21 ["python36"] {os-distribution = "macports" & os = "macos"} 22 ["python@3"] {os-distribution = "homebrew" & os = "macos"} 23 ["system:python3"] {os-distribution = "cygwinports"} 24 ["python3"] {os-distribution = "cygwin"} 25] 26synopsis: "Virtual package relying on Python-3 installation" 27description: """ 28This package can only install if a Python-3 interpreter is available 29on the system. 30If a minor version needs to be specified for your operating system, then 31python-3.6 will be used. 32""" 33flags: conf 34extra-source "test.py" { 35 src: 36 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/conf-python-3/test.py" 37 checksum: [ 38 "sha256=50738b59f747bf6464ec69a083c7f21e768f0a77df6520a091636c74bb1b7b77" 39 "md5=db8829ab1f4aa1fc15f380afba9d01f5" 40 ] 41}