GET /api/v1/ports/py38-samplerate/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "py38-samplerate",
"portdir": "python/py-samplerate",
"version": "0.1.0",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/tuxu/python-samplerate",
"description": "Python bindings for libsamplerate based on CFFI and NumPy",
"long_description": "Python bindings for libsamplerate based on CFFI and NumPy",
"active": false,
"categories": [
"python"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"py38-wheel",
"py38-build",
"py38-installer",
"py38-pytest-runner",
"py38-setuptools"
]
},
{
"type": "lib",
"ports": [
"py38-cffi",
"py38-numpy",
"python38"
]
}
],
"depends_on": [
{
"type": "test",
"ports": [
"py38-librosa"
]
}
]
}