opam-version: "2.0"
maintainer: "zachshipko@gmail.com"
homepage: "https://www.python.org/downloads/"
authors: "Python Software Foundation"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
license: "PSF"
build: [
  [make]
]
depexts: [
  ["python3-dev"] {os-family = "debian"}
  ["python3-dev"] {os-family = "ubuntu"}
  ["python3-devel"] {os-distribution = "fedora"}
  ["python3-devel" "epel-release"] {os-distribution = "centos"}
  ["python3-devel"] {os-distribution = "ol"}
  ["python3-devel"] {os-family = "suse"}
  ["python3-dev"] {os-family = "alpine"}
  ["python"] {os-family = "arch"}
  ["python3"] {os = "macos" & os-distribution = "homebrew"}
  ["python38"] {os = "macos" & os-distribution = "macports"}
]
synopsis: "Virtual package relying on Python 3 development package installation"
description: """
This package can only install if a Python3 C header file
is available on the system.
"""
extra-files: [["test.c" "md5=6bd897a5b6772876b502e094204bf813"] ["Makefile" "md5=0d17141340d7764515de07513fd664bf"]]
flags: conf
