GET /api/v1/ports/py27-scss/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "py27-scss",
"portdir": "python/py-scss",
"version": "1.3.4",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/Kronuz/pyScss",
"description": "SCSS compiler for Python",
"long_description": "SCSS (Sassy CSS) makes CSS fun again. SCSS is an extension of CSS3, adding nested rules, variables, mixins, selector inheritance, and more. It’s translated to well-formatted, standard CSS using the command line tool or a web-framework plugin. This is a SCSS compiler for Python.",
"active": true,
"categories": [
"devel",
"www",
"python"
],
"maintainers": [
{
"name": "cal",
"github": "neverpanic",
"ports_count": 59
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py27-setuptools"
]
},
{
"type": "lib",
"ports": [
"pcre",
"python27"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-scss"
]
}
]
}