GET /api/v1/ports/py37-pkgconfig/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "py37-pkgconfig",
    "portdir": "python/py-pkgconfig",
    "version": "1.5.5",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/matze/pkgconfig",
    "description": "Python module to interface with pkg-config.",
    "long_description": "Python module to interface with pkg-config. It can be used to check if a package exists, check if a package meets certain version requirements, query CFLAGS and LDFLAGS, and parse the output to build extensions with setup.py.",
    "active": false,
    "categories": [
        "python"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py37-poetry-core",
                "py37-build",
                "py37-installer",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python37"
            ]
        },
        {
            "type": "run",
            "ports": [
                "pkgconfig"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "build",
            "ports": [
                "py37-gmic",
                "py37-lz4",
                "py37-xmlsec"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py37-h5py",
                "py37-virtualfish"
            ]
        }
    ]
}