GET /api/v1/ports/py36-pybtex/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "py36-pybtex",
    "portdir": "python/py-pybtex",
    "version": "0.24.0",
    "license": "MIT",
    "platforms": "darwin",
    "epoch": 1,
    "replaced_by": null,
    "homepage": "https://pybtex.org/",
    "description": "A BibTeX-compatible bibliography processor in Python.",
    "long_description": "Pybtex reads citation information from a file and produces a formatted bibliography. BibTeX style files are supported. Alternatively it is possible to write styles in Python.",
    "active": false,
    "categories": [
        "textproc",
        "python"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py36-latexcodec",
                "py36-setuptools",
                "python36",
                "py36-yaml",
                "py36-six"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py36-nose"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py36-sphinxcontrib-bibtex",
                "py36-pybtex-docutils"
            ]
        }
    ]
}