HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 50502,
"next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=updated_at&page=794",
"previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=updated_at&page=792",
"results": [
{
"name": "py310-jaraco.collections",
"portdir": "python/py-jaraco.collections",
"version": "5.2.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/jaraco/jaraco.collections",
"description": "Collection objects similar to those in stdlib by jaraco",
"long_description": "Collection objects similar to those in stdlib by jaraco",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 1989
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py310-coherent.licensed",
"py310-setuptools",
"py310-setuptools_scm",
"py310-wheel",
"py310-build",
"py310-installer"
]
},
{
"type": "lib",
"ports": [
"python310",
"py310-jaraco.text"
]
},
{
"type": "test",
"ports": [
"py310-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py310-cherrypy"
]
}
]
},
{
"name": "py311-jaraco.collections",
"portdir": "python/py-jaraco.collections",
"version": "5.2.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/jaraco/jaraco.collections",
"description": "Collection objects similar to those in stdlib by jaraco",
"long_description": "Collection objects similar to those in stdlib by jaraco",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 1989
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py311-coherent.licensed",
"py311-build",
"py311-installer",
"py311-setuptools",
"py311-wheel",
"py311-setuptools_scm"
]
},
{
"type": "lib",
"ports": [
"python311",
"py311-jaraco.text"
]
},
{
"type": "test",
"ports": [
"py311-pytest"
]
}
],
"depends_on": []
},
{
"name": "py312-jaraco.collections",
"portdir": "python/py-jaraco.collections",
"version": "5.2.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/jaraco/jaraco.collections",
"description": "Collection objects similar to those in stdlib by jaraco",
"long_description": "Collection objects similar to those in stdlib by jaraco",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 1989
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py312-coherent.licensed",
"py312-build",
"py312-installer",
"py312-setuptools",
"py312-wheel",
"py312-setuptools_scm"
]
},
{
"type": "lib",
"ports": [
"python312",
"py312-jaraco.text"
]
},
{
"type": "test",
"ports": [
"py312-pytest"
]
}
],
"depends_on": []
},
{
"name": "py313-jaraco.collections",
"portdir": "python/py-jaraco.collections",
"version": "5.2.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/jaraco/jaraco.collections",
"description": "Collection objects similar to those in stdlib by jaraco",
"long_description": "Collection objects similar to those in stdlib by jaraco",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 1989
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py313-setuptools_scm",
"py313-coherent.licensed",
"clang-18",
"py313-build",
"py313-installer",
"py313-setuptools",
"py313-wheel"
]
},
{
"type": "lib",
"ports": [
"python313",
"py313-jaraco.text"
]
},
{
"type": "test",
"ports": [
"py313-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-jaraco.collections"
]
}
]
},
{
"name": "py314-jaraco.collections",
"portdir": "python/py-jaraco.collections",
"version": "5.2.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/jaraco/jaraco.collections",
"description": "Collection objects similar to those in stdlib by jaraco",
"long_description": "Collection objects similar to those in stdlib by jaraco",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 1989
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py314-setuptools_scm",
"py314-coherent.licensed",
"clang-18",
"py314-build",
"py314-installer",
"py314-setuptools",
"py314-wheel"
]
},
{
"type": "lib",
"ports": [
"python314",
"py314-jaraco.text"
]
},
{
"type": "test",
"ports": [
"py314-pytest"
]
}
],
"depends_on": []
},
{
"name": "py310-keyring",
"portdir": "python/py-keyring",
"version": "25.7.0",
"license": "(MIT or PSF)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/jaraco/keyring",
"description": "Python interface to access the system keyring service",
"long_description": "The Python keyring lib provides a easy way to access the system keyring service from python. It can be used in any application that needs safe password storage. The OSXKeychain keyring service supports the Keychain service in Mac OS X.",
"active": true,
"categories": [
"security",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 1989
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py310-coherent.licensed",
"py310-setuptools_scm",
"py310-wheel",
"py310-build",
"py310-installer",
"clang-18",
"py310-setuptools"
]
},
{
"type": "lib",
"ports": [
"py310-importlib-metadata",
"py310-jaraco.functools",
"py310-jaraco.classes",
"py310-jaraco.context",
"python310"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py310-astroquery",
"py310-urlwatch"
]
},
{
"type": "run",
"ports": [
"py310-spyder-devel",
"py310-spyder",
"imapdedup"
]
}
]
},
{
"name": "py311-keyring",
"portdir": "python/py-keyring",
"version": "25.7.0",
"license": "(MIT or PSF)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/jaraco/keyring",
"description": "Python interface to access the system keyring service",
"long_description": "The Python keyring lib provides a easy way to access the system keyring service from python. It can be used in any application that needs safe password storage. The OSXKeychain keyring service supports the Keychain service in Mac OS X.",
"active": true,
"categories": [
"security",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 1989
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py311-coherent.licensed",
"py311-installer",
"py311-setuptools",
"py311-wheel",
"py311-setuptools_scm",
"clang-18",
"py311-build"
]
},
{
"type": "lib",
"ports": [
"py311-importlib-metadata",
"py311-jaraco.classes",
"py311-jaraco.functools",
"py311-jaraco.context",
"python311"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"openconnect-sso",
"py311-astroquery",
"py311-urlwatch"
]
},
{
"type": "run",
"ports": [
"py311-spyder"
]
}
]
},
{
"name": "py313-keyring",
"portdir": "python/py-keyring",
"version": "25.7.0",
"license": "(MIT or PSF)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/jaraco/keyring",
"description": "Python interface to access the system keyring service",
"long_description": "The Python keyring lib provides a easy way to access the system keyring service from python. It can be used in any application that needs safe password storage. The OSXKeychain keyring service supports the Keychain service in Mac OS X.",
"active": true,
"categories": [
"security",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 1989
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py313-coherent.licensed",
"py313-installer",
"py313-setuptools",
"py313-wheel",
"py313-setuptools_scm",
"clang-18",
"py313-build"
]
},
{
"type": "lib",
"ports": [
"py313-jaraco.context",
"py313-jaraco.classes",
"py313-jaraco.functools",
"python313"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"isrcsubmit",
"py-keyring",
"hg-keyring",
"pgcli",
"hatch"
]
},
{
"type": "run",
"ports": [
"yubikey-manager",
"py313-spyder"
]
}
]
},
{
"name": "py312-keyring",
"portdir": "python/py-keyring",
"version": "25.7.0",
"license": "(MIT or PSF)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/jaraco/keyring",
"description": "Python interface to access the system keyring service",
"long_description": "The Python keyring lib provides a easy way to access the system keyring service from python. It can be used in any application that needs safe password storage. The OSXKeychain keyring service supports the Keychain service in Mac OS X.",
"active": true,
"categories": [
"security",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 1989
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py312-coherent.licensed",
"py312-setuptools",
"py312-wheel",
"py312-setuptools_scm",
"clang-18",
"py312-build",
"py312-installer"
]
},
{
"type": "lib",
"ports": [
"py312-jaraco.functools",
"py312-jaraco.classes",
"py312-jaraco.context",
"python312"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"jrnl",
"gajim",
"maestral",
"py312-urlwatch",
"offlineimap"
]
},
{
"type": "run",
"ports": [
"py312-spyder"
]
}
]
},
{
"name": "py314-keyring",
"portdir": "python/py-keyring",
"version": "25.7.0",
"license": "(MIT or PSF)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/jaraco/keyring",
"description": "Python interface to access the system keyring service",
"long_description": "The Python keyring lib provides a easy way to access the system keyring service from python. It can be used in any application that needs safe password storage. The OSXKeychain keyring service supports the Keychain service in Mac OS X.",
"active": true,
"categories": [
"security",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 1989
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py314-coherent.licensed",
"py314-installer",
"py314-setuptools",
"py314-wheel",
"py314-setuptools_scm",
"clang-18",
"py314-build"
]
},
{
"type": "lib",
"ports": [
"py314-jaraco.context",
"py314-jaraco.classes",
"py314-jaraco.functools",
"python314"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"git-credential-email",
"twine",
"poetry"
]
},
{
"type": "run",
"ports": [
"py314-spyder"
]
}
]
},
{
"name": "py-pdm-backend",
"portdir": "python/py-pdm-backend",
"version": "2.4.6",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/pdm-project/pdm-backend",
"description": "The build backend used by PDM that supports latest packaging standards",
"long_description": "The build backend used by PDM that supports latest packaging standards",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 1989
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py313-pdm-backend"
]
}
],
"depends_on": []
},
{
"name": "py39-pdm-backend",
"portdir": "python/py-pdm-backend",
"version": "2.4.6",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/pdm-project/pdm-backend",
"description": "The build backend used by PDM that supports latest packaging standards",
"long_description": "The build backend used by PDM that supports latest packaging standards",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 1989
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py39-build",
"py39-installer",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python39"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"py39-anytree",
"py39-pbs_installer",
"py39-fastapi",
"py39-webcolors",
"py39-jsonconversion",
"py39-pytoolconfig",
"py39-asv-runner",
"py39-typer",
"py39-findpython"
]
}
]
},
{
"name": "py310-pdm-backend",
"portdir": "python/py-pdm-backend",
"version": "2.4.6",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/pdm-project/pdm-backend",
"description": "The build backend used by PDM that supports latest packaging standards",
"long_description": "The build backend used by PDM that supports latest packaging standards",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 1989
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py310-build",
"py310-installer",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python310"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"py310-anytree",
"py310-numdifftools",
"py310-pbs_installer",
"py310-typer",
"py310-webcolors",
"py310-pytoolconfig",
"py310-jsonconversion",
"py310-findpython",
"py310-django-mailman3",
"py310-annotated-doc",
"py310-fastapi",
"py310-asv-runner"
]
}
]
},
{
"name": "py311-pdm-backend",
"portdir": "python/py-pdm-backend",
"version": "2.4.6",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/pdm-project/pdm-backend",
"description": "The build backend used by PDM that supports latest packaging standards",
"long_description": "The build backend used by PDM that supports latest packaging standards",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 1989
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py311-build",
"py311-installer",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python311"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"py311-anytree",
"py311-numdifftools",
"py311-pbs_installer",
"py311-typer",
"py311-webcolors",
"py311-pytoolconfig",
"py311-jsonconversion",
"py311-findpython",
"py311-django-mailman3",
"py311-annotated-doc",
"py311-fastapi",
"py311-asv-runner"
]
}
]
},
{
"name": "py312-pdm-backend",
"portdir": "python/py-pdm-backend",
"version": "2.4.6",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/pdm-project/pdm-backend",
"description": "The build backend used by PDM that supports latest packaging standards",
"long_description": "The build backend used by PDM that supports latest packaging standards",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 1989
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py312-build",
"py312-installer",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python312"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"py312-anytree",
"py312-numdifftools",
"py312-pbs_installer",
"py312-typer",
"py312-webcolors",
"py312-pytoolconfig",
"py312-jsonconversion",
"py312-findpython",
"py312-django-mailman3",
"py312-annotated-doc",
"py312-fastapi",
"py312-asv-runner"
]
}
]
},
{
"name": "py313-pdm-backend",
"portdir": "python/py-pdm-backend",
"version": "2.4.6",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/pdm-project/pdm-backend",
"description": "The build backend used by PDM that supports latest packaging standards",
"long_description": "The build backend used by PDM that supports latest packaging standards",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 1989
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py313-build",
"py313-installer"
]
},
{
"type": "lib",
"ports": [
"python313"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"py313-docopt-ng",
"py313-numdifftools",
"py313-pbs_installer",
"cmake-language-server",
"py313-typer",
"py313-webcolors",
"py313-pytoolconfig",
"py313-jsonconversion",
"py313-findpython",
"py313-django-mailman3",
"py313-annotated-doc",
"py313-fastapi",
"py313-asv-runner",
"py313-anytree"
]
},
{
"type": "lib",
"ports": [
"py-pdm-backend"
]
}
]
},
{
"name": "py314-pdm-backend",
"portdir": "python/py-pdm-backend",
"version": "2.4.6",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/pdm-project/pdm-backend",
"description": "The build backend used by PDM that supports latest packaging standards",
"long_description": "The build backend used by PDM that supports latest packaging standards",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 1989
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py314-build",
"py314-installer"
]
},
{
"type": "lib",
"ports": [
"python314"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"py314-numdifftools",
"py314-pbs_installer",
"py314-typer",
"py314-webcolors",
"py314-pytoolconfig",
"py314-findpython",
"py314-annotated-doc",
"py314-fastapi",
"py314-asv-runner"
]
}
]
},
{
"name": "py-stagger",
"portdir": "python/py-stagger",
"version": "1.0.1",
"license": "BSD",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/staggerpkg/stagger",
"description": "ID3v1/ID3v2 tag manipulation package in pure Python 3",
"long_description": "The ID3v2 tag format is notorious for its useless specification documents and its quirky, mutually incompatible part-implementations. Stagger is to provide a robust tagging package that is able to handle all the various badly formatted tags out there and allow you to convert them to a consensus format.",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py313-stagger"
]
}
],
"depends_on": []
},
{
"name": "py312-stagger",
"portdir": "python/py-stagger",
"version": "1.0.1",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/staggerpkg/stagger",
"description": "ID3v1/ID3v2 tag manipulation package in pure Python 3",
"long_description": "The ID3v2 tag format is notorious for its useless specification documents and its quirky, mutually incompatible part-implementations. Stagger is to provide a robust tagging package that is able to handle all the various badly formatted tags out there and allow you to convert them to a consensus format.",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py312-setuptools",
"py312-build",
"py312-installer",
"py312-wheel",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python312"
]
},
{
"type": "test",
"ports": [
"py312-pytest"
]
}
],
"depends_on": []
},
{
"name": "py313-stagger",
"portdir": "python/py-stagger",
"version": "1.0.1",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/staggerpkg/stagger",
"description": "ID3v1/ID3v2 tag manipulation package in pure Python 3",
"long_description": "The ID3v2 tag format is notorious for its useless specification documents and its quirky, mutually incompatible part-implementations. Stagger is to provide a robust tagging package that is able to handle all the various badly formatted tags out there and allow you to convert them to a consensus format.",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py313-installer",
"clang-18",
"py313-build",
"py313-setuptools",
"py313-wheel"
]
},
{
"type": "lib",
"ports": [
"python313"
]
},
{
"type": "test",
"ports": [
"py313-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-stagger"
]
}
]
},
{
"name": "py314-stagger",
"portdir": "python/py-stagger",
"version": "1.0.1",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/staggerpkg/stagger",
"description": "ID3v1/ID3v2 tag manipulation package in pure Python 3",
"long_description": "The ID3v2 tag format is notorious for its useless specification documents and its quirky, mutually incompatible part-implementations. Stagger is to provide a robust tagging package that is able to handle all the various badly formatted tags out there and allow you to convert them to a consensus format.",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py314-installer",
"clang-18",
"py314-build",
"py314-setuptools",
"py314-wheel"
]
},
{
"type": "lib",
"ports": [
"python314"
]
},
{
"type": "test",
"ports": [
"py314-pytest"
]
}
],
"depends_on": []
},
{
"name": "py38-construct",
"portdir": "python/py-construct",
"version": "2.10.68",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://construct.readthedocs.org",
"description": "python module for parsing and building binary or textual data structures",
"long_description": "Construct is a python library for parsing and building of data structures (binary or textual). It is based on the concept of defining data structures in a declarative manner, rather than procedural code: more complex constructs are composed of a hierarchy of simpler ones.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "michaelld",
"github": "michaelld",
"ports_count": 464
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py38-wheel",
"py38-installer",
"clang-16",
"py38-setuptools",
"py38-build"
]
},
{
"type": "lib",
"ports": [
"py38-six",
"python38"
]
}
],
"depends_on": []
},
{
"name": "py36-construct",
"portdir": "python/py-construct",
"version": "2.10.68",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://construct.readthedocs.org",
"description": "python module for parsing and building binary or textual data structures",
"long_description": "Construct is a python library for parsing and building of data structures (binary or textual). It is based on the concept of defining data structures in a declarative manner, rather than procedural code: more complex constructs are composed of a hierarchy of simpler ones.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "michaelld",
"github": "michaelld",
"ports_count": 464
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py36-setuptools",
"clang-13"
]
},
{
"type": "lib",
"ports": [
"python36",
"py36-six"
]
}
],
"depends_on": []
},
{
"name": "py37-construct",
"portdir": "python/py-construct",
"version": "2.10.68",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://construct.readthedocs.org",
"description": "python module for parsing and building binary or textual data structures",
"long_description": "Construct is a python library for parsing and building of data structures (binary or textual). It is based on the concept of defining data structures in a declarative manner, rather than procedural code: more complex constructs are composed of a hierarchy of simpler ones.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "michaelld",
"github": "michaelld",
"ports_count": 464
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py37-setuptools",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"python37",
"py37-six"
]
}
],
"depends_on": []
},
{
"name": "py35-construct",
"portdir": "python/py-construct",
"version": "2.10.54",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://construct.readthedocs.org",
"description": "python module for parsing and building binary or textual data structures",
"long_description": "Construct is a python library for parsing and building of data structures (binary or textual). It is based on the concept of defining data structures in a declarative manner, rather than procedural code: more complex constructs are composed of a hierarchy of simpler ones.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "michaelld",
"github": "michaelld",
"ports_count": 464
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py35-setuptools",
"clang-13"
]
},
{
"type": "lib",
"ports": [
"python35",
"py35-six"
]
}
],
"depends_on": []
},
{
"name": "py37-colour",
"portdir": "python/py-colour",
"version": "0.3.16",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.colour-science.org",
"description": "A comprehensive number of colour theory transformations and algorithms",
"long_description": "Colour is a Python colour science package implementing a comprehensive number of colour theory transformations and algorithms.",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "mcalhoun",
"github": "MarcusCalhoun-Lopez",
"ports_count": 1513
}
],
"variants": [
"openimageio",
"docs"
],
"dependencies": [
{
"type": "build",
"ports": [
"py37-setuptools",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"py37-six",
"py37-scipy",
"py37-numpy",
"py37-imageio",
"python37"
]
},
{
"type": "run",
"ports": [
"py37-networkx",
"graphviz",
"py37-graphviz",
"py37-matplotlib",
"py37-pandas"
]
},
{
"type": "test",
"ports": [
"py37-coverage",
"py37-flake8",
"py37-mock",
"py37-nose",
"py37-pytest"
]
}
],
"depends_on": []
},
{
"name": "py38-colour",
"portdir": "python/py-colour",
"version": "0.3.16",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.colour-science.org",
"description": "A comprehensive number of colour theory transformations and algorithms",
"long_description": "Colour is a Python colour science package implementing a comprehensive number of colour theory transformations and algorithms.",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "mcalhoun",
"github": "MarcusCalhoun-Lopez",
"ports_count": 1513
}
],
"variants": [
"openimageio",
"docs"
],
"dependencies": [
{
"type": "build",
"ports": [
"py38-setuptools",
"py38-wheel",
"py38-build",
"py38-installer",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"py38-imageio",
"py38-numpy",
"py38-scipy",
"python38",
"py38-six"
]
},
{
"type": "run",
"ports": [
"py38-networkx",
"graphviz",
"py38-graphviz",
"py38-matplotlib",
"py38-pandas"
]
},
{
"type": "test",
"ports": [
"py38-mock",
"py38-nose"
]
}
],
"depends_on": []
},
{
"name": "py39-colour",
"portdir": "python/py-colour",
"version": "0.3.16",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.colour-science.org",
"description": "A comprehensive number of colour theory transformations and algorithms",
"long_description": "Colour is a Python colour science package implementing a comprehensive number of colour theory transformations and algorithms.",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "mcalhoun",
"github": "MarcusCalhoun-Lopez",
"ports_count": 1513
}
],
"variants": [
"openimageio",
"docs"
],
"dependencies": [
{
"type": "build",
"ports": [
"py39-setuptools",
"py39-wheel",
"py39-build",
"py39-installer",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"py39-imageio",
"py39-numpy",
"py39-scipy",
"python39",
"py39-six"
]
},
{
"type": "run",
"ports": [
"py39-networkx",
"graphviz",
"py39-graphviz",
"py39-matplotlib",
"py39-pandas"
]
},
{
"type": "test",
"ports": [
"py39-mock",
"py39-nose"
]
}
],
"depends_on": []
},
{
"name": "py36-colour",
"portdir": "python/py-colour",
"version": "0.3.16",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.colour-science.org",
"description": "A comprehensive number of colour theory transformations and algorithms",
"long_description": "Colour is a Python colour science package implementing a comprehensive number of colour theory transformations and algorithms.",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "mcalhoun",
"github": "MarcusCalhoun-Lopez",
"ports_count": 1513
}
],
"variants": [
"openimageio",
"docs"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py36-setuptools"
]
},
{
"type": "lib",
"ports": [
"py36-six",
"py36-scipy",
"py36-numpy",
"py36-imageio",
"python36"
]
},
{
"type": "run",
"ports": [
"py36-networkx",
"graphviz",
"py36-graphviz",
"py36-matplotlib",
"py36-pandas"
]
},
{
"type": "test",
"ports": [
"py36-coverage",
"py36-flake8",
"py36-mock",
"py36-nose"
]
}
],
"depends_on": []
},
{
"name": "py27-colour",
"portdir": "python/py-colour",
"version": "0.3.16",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.colour-science.org",
"description": "A comprehensive number of colour theory transformations and algorithms",
"long_description": "Colour is a Python colour science package implementing a comprehensive number of colour theory transformations and algorithms.",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "mcalhoun",
"github": "MarcusCalhoun-Lopez",
"ports_count": 1513
}
],
"variants": [
"openimageio",
"docs"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py27-setuptools"
]
},
{
"type": "lib",
"ports": [
"py27-six",
"py27-scipy",
"py27-numpy",
"py27-imageio",
"python27"
]
},
{
"type": "run",
"ports": [
"py27-networkx",
"graphviz",
"py27-graphviz",
"py27-matplotlib",
"py27-pandas"
]
},
{
"type": "test",
"ports": [
"py27-coverage",
"py27-flake8",
"py27-mock",
"py27-nose"
]
}
],
"depends_on": []
},
{
"name": "boost188",
"portdir": "devel/boost188",
"version": "1.88.0",
"license": "Boost-1",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.boost.org",
"description": "Collection of portable C++ source libraries",
"long_description": "Boost provides free portable peer-reviewed C++ libraries. The emphasis is on portable libraries which work well with the C++ Standard Library.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "michaelld",
"github": "michaelld",
"ports_count": 464
},
{
"name": "mascguy",
"github": "mascguy",
"ports_count": 350
}
],
"variants": [
"clang20",
"clang21",
"clangdevel",
"clang13",
"clang14",
"clang15",
"clang16",
"clang17",
"clang18",
"clang19",
"mpich",
"openmpi",
"python27",
"python310",
"python311",
"python312",
"python313",
"debug",
"no_static",
"no_single",
"regex_match_extra",
"docs",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-20"
]
},
{
"type": "lib",
"ports": [
"lzma",
"zlib",
"zstd",
"bzip2",
"expat",
"libiconv",
"python313",
"icu"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"boost188-numpy"
]
}
]
},
{
"name": "boost187",
"portdir": "devel/boost187",
"version": "1.87.0",
"license": "Boost-1",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.boost.org",
"description": "Collection of portable C++ source libraries",
"long_description": "Boost provides free portable peer-reviewed C++ libraries. The emphasis is on portable libraries which work well with the C++ Standard Library.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "michaelld",
"github": "michaelld",
"ports_count": 464
},
{
"name": "mascguy",
"github": "mascguy",
"ports_count": 350
}
],
"variants": [
"clang16",
"clang17",
"clang13",
"clang14",
"clang15",
"clang18",
"clang19",
"clang20",
"clang21",
"clangdevel",
"mpich",
"openmpi",
"python27",
"python310",
"python311",
"python312",
"python313",
"debug",
"no_static",
"no_single",
"regex_match_extra",
"docs",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-20"
]
},
{
"type": "lib",
"ports": [
"lzma",
"zlib",
"zstd",
"bzip2",
"expat",
"libiconv",
"python313",
"icu"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"qBittorrent",
"highlight"
]
},
{
"type": "lib",
"ports": [
"cryfs",
"nektarpp",
"orfeotoolbox",
"py311-orfeotoolbox",
"py310-orfeotoolbox",
"py312-orfeotoolbox",
"py313-orfeotoolbox",
"mariadb-11.4",
"openvdb",
"metaproxy",
"bali-phy",
"bali-phy-devel",
"ompl",
"boost187-numpy",
"mkvtoolnix-devel",
"mkvtoolnix",
"mariadb-10.11",
"mapnik",
"mod_tile"
]
}
]
},
{
"name": "boost187-numpy",
"portdir": "devel/boost187",
"version": "1.87.0",
"license": "Boost-1",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.boost.org",
"description": "Boost.Numpy library",
"long_description": "Boost.Numpy library",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "michaelld",
"github": "michaelld",
"ports_count": 464
},
{
"name": "mascguy",
"github": "mascguy",
"ports_count": 350
}
],
"variants": [
"clang13",
"clang14",
"clang15",
"clang16",
"clang17",
"clang18",
"clang19",
"clang20",
"clang21",
"clangdevel",
"mpich",
"openmpi",
"python27",
"python310",
"python311",
"python312",
"python313",
"debug",
"no_static",
"no_single",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-20"
]
},
{
"type": "lib",
"ports": [
"python313",
"py313-numpy",
"boost187"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"ompl"
]
}
]
},
{
"name": "boost188-numpy",
"portdir": "devel/boost188",
"version": "1.88.0",
"license": "Boost-1",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.boost.org",
"description": "Boost.Numpy library",
"long_description": "Boost.Numpy library",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "michaelld",
"github": "michaelld",
"ports_count": 464
},
{
"name": "mascguy",
"github": "mascguy",
"ports_count": 350
}
],
"variants": [
"clang13",
"clang14",
"clang15",
"clang16",
"clang17",
"clang18",
"clang19",
"clang20",
"clang21",
"clangdevel",
"mpich",
"openmpi",
"python27",
"python310",
"python311",
"python312",
"python313",
"debug",
"no_static",
"no_single",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-20"
]
},
{
"type": "lib",
"ports": [
"python313",
"py313-numpy",
"boost188"
]
}
],
"depends_on": []
},
{
"name": "py-colour",
"portdir": "python/py-colour",
"version": "0.4.6",
"license": "BSD",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.colour-science.org",
"description": "A comprehensive number of colour theory transformations and algorithms",
"long_description": "Colour is a Python colour science package implementing a comprehensive number of colour theory transformations and algorithms.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "mcalhoun",
"github": "MarcusCalhoun-Lopez",
"ports_count": 1513
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py312-colour"
]
}
],
"depends_on": []
},
{
"name": "py312-colour",
"portdir": "python/py-colour",
"version": "0.4.6",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.colour-science.org",
"description": "A comprehensive number of colour theory transformations and algorithms",
"long_description": "Colour is a Python colour science package implementing a comprehensive number of colour theory transformations and algorithms.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "mcalhoun",
"github": "MarcusCalhoun-Lopez",
"ports_count": 1513
}
],
"variants": [
"openimageio",
"docs"
],
"dependencies": [
{
"type": "build",
"ports": [
"py312-build",
"py312-installer",
"py312-hatchling",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py312-scipy",
"python312",
"py312-typing_extensions",
"py312-numpy",
"py312-imageio"
]
},
{
"type": "run",
"ports": [
"py312-networkx",
"graphviz",
"py312-pandas",
"py312-matplotlib",
"py312-graphviz"
]
},
{
"type": "test",
"ports": [
"py312-mock",
"py312-pynose"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-colour"
]
}
]
},
{
"name": "py-construct",
"portdir": "python/py-construct",
"version": "2.10.70",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://construct.readthedocs.org",
"description": "python module for parsing and building binary or textual data structures",
"long_description": "Construct is a python library for parsing and building of data structures (binary or textual). It is based on the concept of defining data structures in a declarative manner, rather than procedural code: more complex constructs are composed of a hierarchy of simpler ones.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "michaelld",
"github": "michaelld",
"ports_count": 464
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py313-construct"
]
}
],
"depends_on": []
},
{
"name": "py27-construct",
"portdir": "python/py-construct",
"version": "2.10.54",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://construct.readthedocs.org",
"description": "python module for parsing and building binary or textual data structures",
"long_description": "Construct is a python library for parsing and building of data structures (binary or textual). It is based on the concept of defining data structures in a declarative manner, rather than procedural code: more complex constructs are composed of a hierarchy of simpler ones.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "michaelld",
"github": "michaelld",
"ports_count": 464
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py27-setuptools",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python27"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"gr37-satellites"
]
}
]
},
{
"name": "py39-construct",
"portdir": "python/py-construct",
"version": "2.10.70",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://construct.readthedocs.org",
"description": "python module for parsing and building binary or textual data structures",
"long_description": "Construct is a python library for parsing and building of data structures (binary or textual). It is based on the concept of defining data structures in a declarative manner, rather than procedural code: more complex constructs are composed of a hierarchy of simpler ones.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "michaelld",
"github": "michaelld",
"ports_count": 464
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py39-setuptools",
"py39-wheel",
"py39-build",
"py39-installer",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python39"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"gr-satellites"
]
}
]
},
{
"name": "py310-construct",
"portdir": "python/py-construct",
"version": "2.10.70",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://construct.readthedocs.org",
"description": "python module for parsing and building binary or textual data structures",
"long_description": "Construct is a python library for parsing and building of data structures (binary or textual). It is based on the concept of defining data structures in a declarative manner, rather than procedural code: more complex constructs are composed of a hierarchy of simpler ones.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "michaelld",
"github": "michaelld",
"ports_count": 464
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py310-setuptools",
"py310-wheel",
"py310-build",
"py310-installer",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python310"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py310-pykeepass"
]
}
]
},
{
"name": "py311-construct",
"portdir": "python/py-construct",
"version": "2.10.70",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://construct.readthedocs.org",
"description": "python module for parsing and building binary or textual data structures",
"long_description": "Construct is a python library for parsing and building of data structures (binary or textual). It is based on the concept of defining data structures in a declarative manner, rather than procedural code: more complex constructs are composed of a hierarchy of simpler ones.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "michaelld",
"github": "michaelld",
"ports_count": 464
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py311-build",
"py311-installer",
"py311-setuptools",
"py311-wheel",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python311"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py311-pykeepass"
]
}
]
},
{
"name": "py312-construct",
"portdir": "python/py-construct",
"version": "2.10.70",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://construct.readthedocs.org",
"description": "python module for parsing and building binary or textual data structures",
"long_description": "Construct is a python library for parsing and building of data structures (binary or textual). It is based on the concept of defining data structures in a declarative manner, rather than procedural code: more complex constructs are composed of a hierarchy of simpler ones.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "michaelld",
"github": "michaelld",
"ports_count": 464
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py312-build",
"py312-installer",
"py312-setuptools",
"py312-wheel",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python312"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py312-pykeepass"
]
}
]
},
{
"name": "py313-construct",
"portdir": "python/py-construct",
"version": "2.10.70",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://construct.readthedocs.org",
"description": "python module for parsing and building binary or textual data structures",
"long_description": "Construct is a python library for parsing and building of data structures (binary or textual). It is based on the concept of defining data structures in a declarative manner, rather than procedural code: more complex constructs are composed of a hierarchy of simpler ones.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "michaelld",
"github": "michaelld",
"ports_count": 464
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py313-build",
"py313-installer",
"py313-setuptools",
"py313-wheel"
]
},
{
"type": "lib",
"ports": [
"python313"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-construct"
]
}
]
},
{
"name": "py314-construct",
"portdir": "python/py-construct",
"version": "2.10.70",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://construct.readthedocs.org",
"description": "python module for parsing and building binary or textual data structures",
"long_description": "Construct is a python library for parsing and building of data structures (binary or textual). It is based on the concept of defining data structures in a declarative manner, rather than procedural code: more complex constructs are composed of a hierarchy of simpler ones.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "michaelld",
"github": "michaelld",
"ports_count": 464
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py314-build",
"py314-installer",
"py314-setuptools",
"py314-wheel"
]
},
{
"type": "lib",
"ports": [
"python314"
]
}
],
"depends_on": []
},
{
"name": "p5.26-mac-osversion",
"portdir": "perl/p5-mac-osversion",
"version": "1.4.0",
"license": "Artistic-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Mac::OSVersion",
"description": "Mac::OSVersion - Get the Mac OS X system version information",
"long_description": "Mac::OSVersion - Get the Mac OS X system version information",
"active": false,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2615
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"perl5.26"
]
}
],
"depends_on": []
},
{
"name": "p5.26-xml-feed",
"portdir": "perl/p5-xml-feed",
"version": "0.590.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 1,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/XML::Feed",
"description": "Syndication feed parser and auto-discovery",
"long_description": "An abstraction above the RSS and Atom syndication feed formats. It supports both parsing and autodiscovery of feeds.",
"active": false,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"p5.26-xml-rss-libxml"
]
},
{
"type": "lib",
"ports": [
"p5.26-datetime",
"p5.26-datetime-format-flexible",
"p5.26-datetime-format-iso8601",
"p5.26-datetime-format-mail",
"p5.26-datetime-format-natural",
"p5.26-datetime-format-w3cdtf",
"p5.26-feed-find",
"perl5.26",
"p5.26-libwww-perl",
"p5.26-module-build",
"p5.26-module-pluggable",
"p5.26-uri-fetch",
"p5.26-xml-atom",
"p5.26-xml-libxml",
"p5.26-xml-rss",
"p5.26-html-parser",
"p5.26-class-errorhandler"
]
}
],
"depends_on": []
},
{
"name": "py39-svglib",
"portdir": "python/py-svglib",
"version": "1.6.0",
"license": "LGPL-3",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/deeplook/svglib",
"description": "A pure-Python library for reading and converting SVG",
"long_description": "A pure-Python library for reading and converting SVG",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1211
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py39-setuptools",
"py39-wheel",
"py39-build",
"py39-installer"
]
},
{
"type": "lib",
"ports": [
"python39",
"py39-cssselect2",
"py39-lxml",
"py39-reportlab",
"py39-tinycss2"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py39-xhtml2pdf"
]
}
]
},
{
"name": "py38-svglib",
"portdir": "python/py-svglib",
"version": "1.5.1",
"license": "LGPL-3",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/deeplook/svglib",
"description": "A pure-Python library for reading and converting SVG",
"long_description": "A pure-Python library for reading and converting SVG",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1211
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"py38-setuptools",
"py38-wheel",
"py38-build",
"py38-installer"
]
},
{
"type": "lib",
"ports": [
"python38",
"py38-cssselect2",
"py38-lxml",
"py38-reportlab",
"py38-tinycss2"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py38-xhtml2pdf"
]
}
]
},
{
"name": "p5-mac-osversion",
"portdir": "perl/p5-mac-osversion",
"version": "1.18.0",
"license": "Artistic-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": "p5.34-mac-osversion",
"homepage": "https://metacpan.org/pod/Mac::OSVersion",
"description": "Mac::OSVersion - Get the Mac OS X or macOS system version",
"long_description": "Mac::OSVersion - Get the Mac OS X or macOS system version",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2615
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"p5.34-mac-osversion"
]
}
],
"depends_on": []
},
{
"name": "p5.28-mac-osversion",
"portdir": "perl/p5-mac-osversion",
"version": "1.18.0",
"license": "Artistic-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Mac::OSVersion",
"description": "Mac::OSVersion - Get the Mac OS X or macOS system version",
"long_description": "Mac::OSVersion - Get the Mac OS X or macOS system version",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2615
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"perl5.28"
]
}
],
"depends_on": []
}
]
}