Skip to content

Commit e810b43

Browse files
authored
Merge pull request ocaml#21050 from MSoegtropIMC/conf-python-3.9.0.0
Add new version 3.9 for conf-python-3
2 parents b3ad167 + 408cb88 commit e810b43

File tree

2 files changed

+34
-0
lines changed
  • packages/conf-python-3/conf-python-3.9.0.0

2 files changed

+34
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
print('python-3 OK')
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
opam-version: "2.0"
2+
maintainer: "[email protected]"
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

Comments
 (0)