GET /api/v1/ports/py36-freezegun/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "py36-freezegun",
"portdir": "python/py-freezegun",
"version": "1.1.0",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/spulec/freezegun",
"description": "FreezeGun is a library that allows your python tests to travel through time by mocking the datetime module.",
"long_description": "FreezeGun is a library that allows your python tests to travel through time by mocking the datetime module.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py36-setuptools",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"py36-six",
"python36",
"py36-dateutil"
]
},
{
"type": "test",
"ports": [
"py36-pytest",
"py36-mock"
]
}
],
"depends_on": [
{
"type": "test",
"ports": [
"py36-tempora",
"py36-itsdangerous",
"py36-babel",
"py36-dateutil"
]
}
]
}