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

{
    "name": "py39-scrapy",
    "portdir": "python/py-scrapy",
    "version": "2.12.0",
    "license": "BSD",
    "platforms": "{darwin any}",
    "epoch": 1,
    "replaced_by": null,
    "homepage": "https://scrapy.org/",
    "description": "A high-level Web Crawling and Web Scraping framework",
    "long_description": "Scrapy is a high level scraping and web crawling framework for writing spiders to crawl and parse web pages for all kinds of purposes, from information retrieval to monitoring or testing web sites.",
    "active": true,
    "categories": [
        "python"
    ],
    "maintainers": [
        {
            "name": "khindenburg",
            "github": "kurthindenburg",
            "ports_count": 418
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py39-setuptools",
                "py39-wheel",
                "py39-build",
                "py39-installer",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py39-itemadapter",
                "py39-itemloaders",
                "py39-lxml",
                "py39-openssl",
                "py39-parsel",
                "py39-protego",
                "py39-queuelib",
                "py39-service_identity",
                "py39-tldextract",
                "py39-twisted",
                "py39-typing_extensions",
                "py39-w3lib",
                "py39-zopeinterface",
                "python39",
                "py39-cryptography",
                "py39-cssselect",
                "py39-defusedxml",
                "py39-dispatcher"
            ]
        },
        {
            "type": "run",
            "ports": [
                "scrapy_select"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py39-Pillow",
                "py39-botocore",
                "py39-jmespath",
                "py39-pexpect",
                "py39-pytest",
                "py39-pytest-asyncio",
                "py39-testfixtures",
                "py39-tldextract",
                "py39-sybil"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "test",
            "ports": [
                "py39-itemloaders"
            ]
        }
    ]
}