GET /api/v1/ports/py311-dkimpy/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "py311-dkimpy",
"portdir": "python/py-dkimpy",
"version": "1.1.5",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://launchpad.net/dkimpy",
"description": "DKIM, ARC, and TLSRPT email signing and verification",
"long_description": "dkimpy is a library that implements DKIM (DomainKeys Identified Mail) email signing and verification. Basic DKIM requirements are defined in RFC 6376: https://tools.ietf.org/html/rfc6376",
"active": true,
"categories": [
"devel",
"mail",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"py311-installer",
"py311-setuptools",
"py311-wheel",
"py311-build"
]
},
{
"type": "lib",
"ports": [
"py311-setuptools",
"python311"
]
},
{
"type": "run",
"ports": [
"py311-py3dns"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-dkimpy"
]
}
]
}