|
| 1 | +opam-version: "2.0" |
| 2 | + |
| 3 | +homepage: "https://www.python.org/downloads/release/python-3910/" |
| 4 | +authors: "Python Software Foundation" |
| 5 | +license: "PSF-2.0" |
| 6 | +bug-reports: "https://github.com/ocaml/opam-repository/issues" |
| 7 | +build: ["python3" "test.py"] |
| 8 | +depexts: [ |
| 9 | + ["python3"] {os-family = "debian"} |
| 10 | + ["python3"] {os-distribution = "nixos"} |
| 11 | + ["python3"] {os-distribution = "alpine"} |
| 12 | + ["python39" "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"} |
| 17 | + ["dev-lang/python:3.6"] {os-distribution = "gentoo"} |
| 18 | + ["python3"] {os = "openbsd"} |
| 19 | + ["lang/python39"] {os = "netbsd"} |
| 20 | + ["lang/python39"] {os = "freebsd"} |
| 21 | + ["python39"] {os-distribution = "macports" & os = "macos"} |
| 22 | + ["python@3"] {os-distribution = "homebrew" & os = "macos"} |
| 23 | + ["system:python3"] {os-distribution = "cygwinports"} |
| 24 | +] |
| 25 | +synopsis: "Virtual package relying on Python-3 installation" |
| 26 | +description: """ |
| 27 | +This package can only install if a Python-3 interpreter is available |
| 28 | +on the system. |
| 29 | +If a minor version needs to be specified for your operating system, then |
| 30 | +python-3.9 will be used. |
| 31 | +""" |
| 32 | +extra-files: ["test.py" "md5=db8829ab1f4aa1fc15f380afba9d01f5"] |
| 33 | +flags: conf |
0 commit comments