opam-version: "2.0" maintainer: "unixjunkie@sdf.org" homepage: "https://www.python.org/download/releases/2.7/" authors: "Python Software Foundation" license: "PSF" bug-reports: "https://github.com/ocaml/opam-repository/issues" build: ["python2.7" "test.py"] depexts: [ ["python2.7"] {os-family = "debian"} ["python27"] {os-distribution = "nixos"} ["python"] {os-distribution = "alpine"} ["python"] {os-distribution = "centos"} ["python2"] {os-distribution = "fedora"} ["python2"] {os-distribution = "arch"} ["python"] {os-family = "suse" | os-family = "opensuse"} ["dev-lang/python:2.7"] {os-distribution = "gentoo"} ["python/2.7"] {os = "openbsd"} ["lang/python27"] {os = "netbsd"} ["lang/python27"] {os = "freebsd"} ["python27"] {os-distribution = "macports" & os = "macos"} ["python"] {os-distribution = "homebrew" & os = "macos"} ] synopsis: "Virtual package relying on Python-2.7 installation" description: """ This package can only install if the Python-2.7 interpreter is available on the system.""" flags: conf extra-source "test.py" { src: "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/conf-python-2-7/test.py" checksum: [ "sha256=806c7a1c2c94c8c95bd346ce89eb934368212d7f58a3c76449b2b723626ead1b" "md5=b2b11a2f587814ed4c08b109d9ed949f" ] }