GET /api/v1/ports/py39-authheaders/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "py39-authheaders",
"portdir": "python/py-authheaders",
"version": "0.14.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/ValiMail/authentication-headers",
"description": "Library for the generation of email authentication headers",
"long_description": "A library wrapping email authentication header verification and generation. The library can perform DKIM, SPF, and DMARC validation, and the results are packaged into the Authentication-Results header.",
"active": true,
"categories": [
"devel",
"mail",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py39-setuptools",
"clang-17",
"py39-installer",
"py39-build",
"py39-wheel"
]
},
{
"type": "lib",
"ports": [
"python39"
]
},
{
"type": "run",
"ports": [
"py39-dkimpy",
"py39-authres",
"py39-publicsuffix2",
"py39-ipaddress",
"py39-dnspython"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-authheaders"
]
}
]
}