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

{
    "name": "py37-cssselect",
    "portdir": "python/py-cssselect",
    "version": "1.2.0",
    "license": "BSD",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/scrapy/cssselect",
    "description": "cssselect parses CSS3 Selectors and translates them to XPath 1.0",
    "long_description": "cssselect parses CSS3 Selectors and translates them to XPath 1.0. Such expressions can be used in lxml or another XPath engine to find the matching elements in an XML or HTML document.",
    "active": false,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py37-setuptools",
                "clang-15"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python37"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py37-hypothesis",
                "py37-pytest",
                "py37-pytest-asyncio"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py37-scrapy",
                "py37-readability-lxml",
                "py37-parsel",
                "py37-urlwatch",
                "py37-agate",
                "py37-leather"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py37-pyquery"
            ]
        }
    ]
}