this repo has no description
1opam-version: "2.0"
2maintainer: "unixjunkie@sdf.org"
3homepage: "https://www.python.org/download/releases/2.7/"
4authors: "Python Software Foundation"
5license: "PSF"
6bug-reports: "https://github.com/ocaml/opam-repository/issues"
7build: ["python2.7" "test.py"]
8depexts: [
9 ["python2.7"] {os-family = "debian"}
10 ["python27"] {os-distribution = "nixos"}
11 ["python"] {os-distribution = "alpine"}
12 ["python"] {os-distribution = "centos"}
13 ["python2"] {os-distribution = "fedora"}
14 ["python2"] {os-distribution = "arch"}
15 ["python"] {os-family = "suse" | os-family = "opensuse"}
16 ["dev-lang/python:2.7"] {os-distribution = "gentoo"}
17 ["python/2.7"] {os = "openbsd"}
18 ["lang/python27"] {os = "netbsd"}
19 ["lang/python27"] {os = "freebsd"}
20 ["python27"] {os-distribution = "macports" & os = "macos"}
21 ["python"] {os-distribution = "homebrew" & os = "macos"}
22]
23synopsis: "Virtual package relying on Python-2.7 installation"
24description: """
25This package can only install if the Python-2.7 interpreter is available
26on the system."""
27flags: conf
28extra-source "test.py" {
29 src:
30 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/conf-python-2-7/test.py"
31 checksum: [
32 "sha256=806c7a1c2c94c8c95bd346ce89eb934368212d7f58a3c76449b2b723626ead1b"
33 "md5=b2b11a2f587814ed4c08b109d9ed949f"
34 ]
35}