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

{
    "name": "poetry",
    "portdir": "python/poetry",
    "version": "1.5.0",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://python-poetry.org/",
    "description": "Python dependency management and packaging made easy.",
    "long_description": "Poetry: Dependency Management for Python. Poetry helps you declare, manage and install dependencies of Python projects, ensuring you have the right stack everywhere.",
    "active": true,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [
        {
            "name": "davidgilman1",
            "github": "dgilman",
            "ports_count": 87
        }
    ],
    "variants": [
        "python37",
        "python38",
        "python39",
        "python310",
        "python311"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-15",
                "py311-build",
                "py311-installer",
                "py311-poetry-core"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py311-tomli",
                "py311-poetry-core",
                "py311-requests",
                "py311-urllib3",
                "py311-platformdirs",
                "py311-pexpect",
                "py311-html5lib",
                "py311-requests-toolbelt",
                "py311-tomlkit",
                "py311-poetry-plugin-export",
                "py311-cachecontrol",
                "py311-cleo",
                "py311-crashtest",
                "py311-clikit",
                "py311-dulwich",
                "py311-jsonschema",
                "py311-keyring",
                "py311-pkginfo",
                "py311-shellingham",
                "py311-trove-classifiers",
                "py311-virtualenv",
                "py311-lockfile",
                "py311-xattr",
                "py311-pyproject_hooks",
                "python311",
                "py311-build",
                "py311-installer",
                "py311-packaging"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py311-pytest"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "build",
            "ports": [
                "py36-alagitpull",
                "py38-cipheycore",
                "py39-cipheycore",
                "py39-textual",
                "py310-textual",
                "chemex-devel"
            ]
        }
    ]
}