this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #25990 from jmid/expand-conf-python-3-7

conf-python-3-7: add Ubuntu-family support

authored by

Marcello Seri and committed by
GitHub
26928132 e89899ac

+10 -7
+10 -7
packages/conf-python-3-7/conf-python-3-7.1.0.0/opam
··· 4 4 authors: "Python Software Foundation" 5 5 license: "PSF-2.0" 6 6 bug-reports: "https://github.com/ocaml/opam-repository/issues" 7 - build: ["bash" "-ex" "configure.sh"] 7 + build: ["bash" "-ex" "configure.sh" "13"] # test versions 3.7 to 3.13 8 8 depends: [ 9 9 "conf-bash" {build} 10 10 ] 11 11 depexts: [ 12 12 ["python3.7"] 13 13 {os-distribution = "ubuntu" & os-version < "20.04"} 14 - ["python3"] {os-family = "debian" 14 + ["python3"] {(os-family = "debian" | os-family = "ubuntu") 15 15 & !(os-distribution = "ubuntu" & os-version < "20.04")} 16 16 ["python3"] {os-distribution = "nixos"} 17 17 ["python3"] {os-distribution = "alpine"} 18 18 ["python37" "epel-release"] {os-distribution = "centos"} 19 19 ["python3"] {os-distribution = "fedora"} 20 - ["python38"] {os-distribution = "ol"} # No python37 package 20 + ["python3"] {os-distribution = "ol" & os-version >= "9"} 21 + ["python38"] {os-distribution = "ol" & os-version < "9"} # No python37 package 21 22 ["python"] {os-distribution = "arch"} 22 23 ["python3"] {os-family = "suse" | os-family = "opensuse"} 23 24 ["dev-lang/python:3.7"] {os-distribution = "gentoo"} 24 25 ["python3"] {os = "openbsd"} 25 26 ["lang/python37"] {os = "netbsd"} 26 - ["lang/python37"] {os = "freebsd"} 27 + ["lang/python3"] {os = "freebsd"} 27 28 ["python37"] {os-distribution = "macports" & os = "macos"} 28 29 ["python@3"] {os-distribution = "homebrew" & os = "macos"} 29 30 ["system:python3"] {os-distribution = "cygwinports"} ··· 31 32 ] 32 33 x-ci-accept-failures: [ 33 34 "opensuse-15.3" # python >=3.7 not packaged 35 + "opensuse-15.5" # python >=3.7 not packaged 36 + "opensuse-15.6" # python >=3.7 not packaged 34 37 ] 35 38 synopsis: "Virtual package relying on Python >=3.7 installation" 36 39 description: """ ··· 42 45 flags: conf 43 46 extra-source "test.py" { 44 47 src: 45 - "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/conf-python-3-7/test.py" 48 + "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/conf-python-3-7.1/test.py" 46 49 checksum: 47 50 "sha512=a9d993b9380d636fc2aff8af6bae1078ad14a2af4e510b7c437d5f1e01cd125b7f12e15fb8f0e0c4536d2f7d6aa0d36aafdf2f9da828ac7686df6dc782fa1a23" 48 51 } 49 52 extra-source "configure.sh" { 50 53 src: 51 - "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/conf-python-3-7/configure.sh" 54 + "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/conf-python-3-7.1/configure.sh" 52 55 checksum: 53 - "sha512=119e7ab0f6763705b4b06ff6ac1e9724687ea824709ce1bc6a3752cc1f262a6c050c92bbc0f10fe78c9b6a07705cb29422a0063433ff38c00cba8fb58af3ec0b" 56 + "sha512=c75c692dac2be774bcc8549aa8665a6cd66a9e18de972dadcb56b4fd8bd8b8368d2af4a89174a56f33d96a79a39c8d57e6abf5a0f95c47d05ebd8d7fcb610799" 54 57 }