31 lines
1.1 KiB
TOML
31 lines
1.1 KiB
TOML
name = "gnatcoll_python3"
|
|
version = "21.0.0"
|
|
description = "GNAT Components Collection - python3 binding"
|
|
website = "https://github.com/adacore/gnatcoll-bindings"
|
|
authors = ["AdaCore"]
|
|
licenses = "GPL-3.0-only WITH GCC-exception-3.1"
|
|
maintainers = ["chouteau@adacore.com"]
|
|
maintainers-logins = ["Fabien-Chouteau"]
|
|
project-files = ["python3/gnatcoll_python.gpr"]
|
|
tags = ["gnatcoll", "bindings", "python", "python3"]
|
|
|
|
[gpr-externals]
|
|
GNATCOLL_BUILD_MODE = ["DEBUG", "PROD"]
|
|
LIBRARY_TYPE = ["static", "relocatable", "static-pic"]
|
|
|
|
[environment.'case(distribution)']
|
|
"debian|ubuntu" = { C_INCLUDE_PATH.append = "${DISTRIB_ROOT}/usr/include/python3.7/:${DISTRIB_ROOT}/usr/include/python3.8/"}
|
|
msys2 = { C_INCLUDE_PATH.append = "${DISTRIB_ROOT}/mingw64/include/python3.8/" }
|
|
|
|
[available.'case(distribution)']
|
|
'debian|ubuntu|msys2' = true
|
|
'...' = false
|
|
|
|
[[depends-on]]
|
|
gnatcoll = "~21.0.0"
|
|
libpython3dev = "^3"
|
|
|
|
[origin]
|
|
url= "https://github.com/AdaCore/gnatcoll-bindings/archive/v21.0.0/gnatcoll-bindings-21.0.0.zip"
|
|
hashes=['sha512:0278508bd697f1334d2b3efb62ae731fda105d07eae02c5e260f7183c561a38d69bf087f9562fd2df3269d87b8732625d7a9a00c130259edc1a6614bf115910d']
|