GET /api/v1/ports/py-pnoise/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "py-pnoise",
"portdir": "python/py-pnoise",
"version": "0.1.0",
"license": "LGPL-2.1",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/plottertools/pnoise",
"description": "Vectorized Perlin noise library",
"long_description": "pnoise is a pure-Python, Numpy-based, vectorized port of Processing's noise() function",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "",
"github": "abey79",
"ports_count": 19
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "lib",
"ports": [
"py310-pnoise"
]
}
],
"depends_on": []
}