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

{
    "name": "py36-asn1-modules",
    "portdir": "python/py-asn1-modules",
    "version": "0.2.8",
    "license": "BSD",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/etingof/pyasn1-modules",
    "description": "A collection of ASN.1-based protocols modules.",
    "long_description": "This is a small but growing collection of ASN.1 data structures expressed in Python terms using pyasn1 data model.",
    "active": false,
    "categories": [
        "devel",
        "python",
        "crypto"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py36-setuptools",
                "clang-14"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python36",
                "py36-asn1"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py36-pytest"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py36-service_identity",
                "py36-oauth2client",
                "py36-google-auth"
            ]
        }
    ]
}