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