GET /api/v1/ports/p5.28-inline-python/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "p5.28-inline-python",
    "portdir": "perl/p5-inline-python",
    "version": "0.560.0",
    "license": "(Artistic-1 or GPL)",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://metacpan.org/pod/Inline::Python",
    "description": "Write inline python in perl scripts",
    "long_description": "The Inline::Python module allows you to put Python source code directly inline in a Perl script or module. It sets up an in-process Python interpreter, runs your code, and then examines Python's symbol table for things to bind to Perl. The process of interrogating the Python interpreter for globals only occurs the first time you run your Python code. The namespace is cached, and subsequent calls use the cached version.",
    "active": true,
    "categories": [
        "perl"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "p5.28-test-number-delta",
                "p5.28-parse-recdescent",
                "p5.28-proc-processtable",
                "p5.28-test-deep",
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python27",
                "p5.28-inline",
                "perl5.28"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "p5-inline-python"
            ]
        }
    ]
}