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 ["python2"] {os-distribution = "alpine"}
12 ["python2"] {os-distribution = "centos"}
13 ["python2"] {os-distribution = "ol"}
14 ["python2"] {os-distribution = "fedora"}
15 ["python2"] {os-distribution = "arch"}
16 ["python"] {os-family = "suse" | os-family = "opensuse"}
17 ["dev-lang/python:2.7"] {os-distribution = "gentoo"}
18 ["python/2.7"] {os = "openbsd"}
19 ["lang/python27"] {os = "netbsd"}
20 ["lang/python27"] {os = "freebsd"}
21 ["python27"] {os-distribution = "macports" & os = "macos"}
22 ["python"] {os-distribution = "homebrew" & os = "macos"}
23]
24synopsis: "Virtual package relying on Python-2.7 installation"
25description: """
26This package can only install if the Python-2.7 interpreter is available
27on the system."""
28flags: conf
29extra-source "test.py" {
30 src:
31 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/conf-python-2-7/test.py"
32 checksum: [
33 "sha256=806c7a1c2c94c8c95bd346ce89eb934368212d7f58a3c76449b2b723626ead1b"
34 "md5=b2b11a2f587814ed4c08b109d9ed949f"
35 ]
36}