19 lines
508 B
TOML
19 lines
508 B
TOML
[build]
|
|
type = "python"
|
|
|
|
[dependencies]
|
|
build = ["python-poetry-core"]
|
|
runtime = ["python"]
|
|
|
|
[package]
|
|
description = "Python module to interface with the pkg-config command line tool"
|
|
homepage = "https://github.com/matze/pkgconfig"
|
|
license = "MIT"
|
|
name = "python-pkgconfig"
|
|
version = "1.6.0"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
sha256 = "4a5a6631ce937fafac457104a40d558785a658bbdca5c49b6295bc3fd651907f"
|
|
url = "https://github.com/matze/pkgconfig/releases/download/v$version/pkgconfig-$version.tar.gz"
|