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

{
    "name": "poetry",
    "portdir": "python/poetry",
    "version": "1.8.2",
    "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": 95
        }
    ],
    "variants": [
        "python38",
        "python39",
        "python310",
        "python311",
        "python312"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16",
                "py312-build",
                "py312-installer",
                "py312-poetry-core"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py312-pyproject_hooks",
                "py312-fastjsonschema",
                "py312-trove-classifiers",
                "py312-filelock",
                "py312-platformdirs",
                "py312-poetry-core",
                "py312-requests",
                "py312-shellingham",
                "py312-crashtest",
                "py312-requests-toolbelt",
                "py312-tomlkit",
                "py312-pkginfo",
                "py312-dulwich",
                "py312-xattr",
                "py312-keyring",
                "py312-pexpect",
                "py312-virtualenv",
                "py312-poetry-plugin-export",
                "py312-cachecontrol",
                "py312-cleo",
                "python312",
                "py312-build",
                "py312-installer",
                "py312-packaging"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py312-pytest"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "build",
            "ports": [
                "py36-alagitpull",
                "py39-textual",
                "py310-textual",
                "py38-cipheycore",
                "py39-cipheycore",
                "chemex-devel"
            ]
        }
    ]
}