HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 52286,
"next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-updated_at&page=10",
"previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-updated_at&page=8",
"results": [
{
"name": "p5.34-dbd-csv",
"portdir": "perl/p5-dbd-csv",
"version": "0.630.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/DBD::CSV",
"description": "DBD::CSV - DBI driver for CSV files",
"long_description": "DBD::CSV - DBI driver for CSV files",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.34-encode",
"p5.34-test-simple",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"perl5.34",
"p5.34-text-csv_xs",
"p5.34-dbi",
"p5.34-sql-statement"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5-dbd-csv",
"p5.34-log-log4perl"
]
}
]
},
{
"name": "p5.32-dbd-csv",
"portdir": "perl/p5-dbd-csv",
"version": "0.630.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/DBD::CSV",
"description": "DBD::CSV - DBI driver for CSV files",
"long_description": "DBD::CSV - DBI driver for CSV files",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.32-encode",
"p5.32-test-simple",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"perl5.32",
"p5.32-text-csv_xs",
"p5.32-dbi",
"p5.32-sql-statement"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.32-log-log4perl"
]
}
]
},
{
"name": "p5.30-dbd-csv",
"portdir": "perl/p5-dbd-csv",
"version": "0.630.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/DBD::CSV",
"description": "DBD::CSV - DBI driver for CSV files",
"long_description": "DBD::CSV - DBI driver for CSV files",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.30-encode",
"p5.30-test-simple",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"perl5.30",
"p5.30-text-csv_xs",
"p5.30-dbi",
"p5.30-sql-statement"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.30-log-log4perl"
]
}
]
},
{
"name": "p5.28-dbd-csv",
"portdir": "perl/p5-dbd-csv",
"version": "0.630.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/DBD::CSV",
"description": "DBD::CSV - DBI driver for CSV files",
"long_description": "DBD::CSV - DBI driver for CSV files",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.28-encode",
"p5.28-test-simple",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"perl5.28",
"p5.28-text-csv_xs",
"p5.28-dbi",
"p5.28-sql-statement"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.28-log-log4perl"
]
}
]
},
{
"name": "p5-dbi",
"portdir": "perl/p5-dbi",
"version": "1.649.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": "p5.34-dbi",
"homepage": "http://dbi.perl.org/",
"description": "DBI - Database independent interface for Perl",
"long_description": "DBI - Database independent interface for Perl",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"p5.34-dbi"
]
}
],
"depends_on": []
},
{
"name": "p5-dbd-csv",
"portdir": "perl/p5-dbd-csv",
"version": "0.630.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": "p5.34-dbd-csv",
"homepage": "https://metacpan.org/pod/DBD::CSV",
"description": "DBD::CSV - DBI driver for CSV files",
"long_description": "DBD::CSV - DBI driver for CSV files",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"p5.34-dbd-csv"
]
}
],
"depends_on": []
},
{
"name": "p5.26-dbi",
"portdir": "perl/p5-dbi",
"version": "1.643.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://dbi.perl.org/",
"description": "Abstract database access module for Perl",
"long_description": "The DBI module enables your Perl applications to access multiple database types transparently. You can connect to MySQL, MSSQL, Oracle, Informix, Sybase, ODBC etc. without having to know the different underlying interfaces of each. The API defined by DBI will work on all these database types and many more.",
"active": false,
"categories": [
"perl"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"perl5.26"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"p5.26-data-printer"
]
},
{
"type": "lib",
"ports": [
"p5.26-dancer-plugin-database-core",
"p5.26-dbd-csv",
"p5.26-dbd-mariadb",
"p5.26-dbd-mock",
"p5.26-dbd-mysql",
"p5.26-dbd-pg",
"p5.26-dbd-sqlite",
"p5.26-dbd-sqlite2",
"p5.26-dbix-admin-createtable",
"p5.26-dbix-admin-tableinfo",
"p5.26-dbix-class",
"p5.26-dbix-connector",
"p5.26-dbix-contextualfetch",
"p5.26-dbix-dbschema",
"p5.26-dbix-searchbuilder",
"p5.26-dbix-sqlcrosstab",
"p5.26-dbm-deep",
"p5.26-fey-loader",
"p5.26-fey-test",
"p5.26-ima-dbi",
"p5.26-innotop",
"p5.26-log-handler",
"p5.26-log-log4perl",
"p5.26-mail-spamassassin",
"p5.26-mogilefs-server",
"p5.26-mytop",
"p5.26-net-ftpserver",
"p5.26-pgtop",
"p5.26-rdf-trine",
"p5.26-sql-abstract-limit",
"p5.26-sql-translator",
"p5.26-statistics-covid",
"p5.26-test2-plugin-dbiprofile",
"p5.26-catalyst-plugin-session-store-dbi",
"p5.26-tie-dbi"
]
}
]
},
{
"name": "p5.26-dbd-csv",
"portdir": "perl/p5-dbd-csv",
"version": "0.580.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/DBD::CSV",
"description": "DBD::CSV - DBI driver for CSV files",
"long_description": "DBD::CSV - DBI driver for CSV files",
"active": false,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"p5.26-encode"
]
},
{
"type": "lib",
"ports": [
"perl5.26",
"p5.26-dbi",
"p5.26-sql-statement",
"p5.26-text-csv_xs"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.26-log-log4perl"
]
}
]
},
{
"name": "p5.26-text-csv_xs",
"portdir": "perl/p5-text-csv_xs",
"version": "1.450.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Text::CSV_XS",
"description": "Perl module containing comma-separated values manipulation routines",
"long_description": "Text::CSV_XS provides facilities for the composition and decomposition of comma-separated values. An instance of the Text::CSV_XS class can combine fields into a CSV string and parse a CSV string into fields.",
"active": false,
"categories": [
"perl"
],
"maintainers": [
{
"name": "mni",
"github": "",
"ports_count": 27
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"perl5.26",
"p5.26-encode"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.26-class-csv",
"p5.26-dbd-csv",
"p5.26-finance-quotehist",
"p5.26-gd",
"p5.26-rdf-trine",
"p5.26-text-csv"
]
}
]
},
{
"name": "p5.26-metacpan-client",
"portdir": "perl/p5-metacpan-client",
"version": "2.29.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/MetaCPAN::Client",
"description": "MetaCPAN::Client - A comprehensive, DWIM-featured client to the MetaCPAN API",
"long_description": "MetaCPAN::Client - A comprehensive, DWIM-featured client to the MetaCPAN API",
"active": false,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2661
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"p5.26-extutils-makemaker",
"p5.26-http-tiny-mech",
"p5.26-lwp-protocol-https",
"p5.26-test-fatal",
"p5.26-test-needs",
"p5.26-www-mechanize-cached"
]
},
{
"type": "lib",
"ports": [
"p5.26-safe-isa",
"perl5.26",
"p5.26-uri",
"p5.26-type-tiny",
"p5.26-http-tiny",
"p5.26-io-socket-ssl",
"p5.26-json-maybexs",
"p5.26-moo",
"p5.26-net-ssleay",
"p5.26-ref-util"
]
}
],
"depends_on": []
},
{
"name": "p5.26-list-someutils-xs",
"portdir": "perl/p5-list-someutils-xs",
"version": "0.580.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/List::SomeUtils::XS",
"description": "List::SomeUtils::XS - XS implementation for List::SomeUtils",
"long_description": "List::SomeUtils::XS - XS implementation for List::SomeUtils",
"active": false,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2661
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"p5.26-test-leaktrace",
"p5.26-test-warnings"
]
},
{
"type": "lib",
"ports": [
"perl5.26"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.26-list-someutils"
]
}
]
},
{
"name": "qalculate-qt",
"portdir": "math/qalculate-qt",
"version": "5.11.0",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/qalculate/qalculate-qt",
"description": "Qalculate! is a multi-purpose desktop calculator",
"long_description": "Qalculate! is a multi-purpose desktop calculator It is small and simple to use but with much power and versatility underneath. Features include customizable functions, units, arbitrary precision, plotting, and a user-friendly interface.",
"active": true,
"categories": [
"math"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 648
}
],
"variants": [
"debug"
],
"dependencies": [
{
"type": "build",
"ports": [
"qt5-qttools",
"pkgconfig",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"qt5-qtbase",
"qt5-qtsvg",
"libqalculate"
]
}
],
"depends_on": []
},
{
"name": "py314-pygls",
"portdir": "python/py-pygls",
"version": "2.1.1",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/openlawlibrary/pygls",
"description": "Pythonic generic implementation of the Language Server Protocol",
"long_description": "pygls (pronounced like \"pie glass\") is a pythonic generic implementation of the Language Server Protocol for use as a foundation for writing language servers using Python (e.g. Python, XML, etc.). It allows you to write your own language server in just a few lines of code.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 648
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py314-poetry-core",
"clang-18",
"py314-build",
"py314-installer"
]
},
{
"type": "lib",
"ports": [
"python314"
]
},
{
"type": "run",
"ports": [
"py314-attrs",
"py314-cattrs",
"py314-lsprotocol"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-pygls"
]
}
]
},
{
"name": "py313-pygls",
"portdir": "python/py-pygls",
"version": "2.1.1",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/openlawlibrary/pygls",
"description": "Pythonic generic implementation of the Language Server Protocol",
"long_description": "pygls (pronounced like \"pie glass\") is a pythonic generic implementation of the Language Server Protocol for use as a foundation for writing language servers using Python (e.g. Python, XML, etc.). It allows you to write your own language server in just a few lines of code.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 648
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py313-poetry-core",
"py313-installer",
"py313-build"
]
},
{
"type": "lib",
"ports": [
"python313"
]
},
{
"type": "run",
"ports": [
"py313-lsprotocol",
"py313-cattrs",
"py313-attrs"
]
},
{
"type": "test",
"ports": [
"py313-pytest",
"py313-pytest-asyncio",
"py313-mock"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"cmake-language-server"
]
}
]
},
{
"name": "py312-pygls",
"portdir": "python/py-pygls",
"version": "2.1.1",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/openlawlibrary/pygls",
"description": "Pythonic generic implementation of the Language Server Protocol",
"long_description": "pygls (pronounced like \"pie glass\") is a pythonic generic implementation of the Language Server Protocol for use as a foundation for writing language servers using Python (e.g. Python, XML, etc.). It allows you to write your own language server in just a few lines of code.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 648
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py312-build",
"clang-18",
"py312-poetry-core",
"py312-installer"
]
},
{
"type": "lib",
"ports": [
"python312"
]
},
{
"type": "run",
"ports": [
"py312-lsprotocol",
"py312-cattrs",
"py312-attrs"
]
},
{
"type": "test",
"ports": [
"py312-pytest",
"py312-mock",
"py312-pytest-asyncio"
]
}
],
"depends_on": []
},
{
"name": "py311-pygls",
"portdir": "python/py-pygls",
"version": "2.1.1",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/openlawlibrary/pygls",
"description": "Pythonic generic implementation of the Language Server Protocol",
"long_description": "pygls (pronounced like \"pie glass\") is a pythonic generic implementation of the Language Server Protocol for use as a foundation for writing language servers using Python (e.g. Python, XML, etc.). It allows you to write your own language server in just a few lines of code.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 648
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py311-build",
"clang-18",
"py311-poetry-core",
"py311-installer"
]
},
{
"type": "lib",
"ports": [
"python311"
]
},
{
"type": "run",
"ports": [
"py311-lsprotocol",
"py311-cattrs",
"py311-attrs"
]
},
{
"type": "test",
"ports": [
"py311-pytest",
"py311-mock",
"py311-pytest-asyncio"
]
}
],
"depends_on": []
},
{
"name": "py310-pygls",
"portdir": "python/py-pygls",
"version": "2.1.1",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/openlawlibrary/pygls",
"description": "Pythonic generic implementation of the Language Server Protocol",
"long_description": "pygls (pronounced like \"pie glass\") is a pythonic generic implementation of the Language Server Protocol for use as a foundation for writing language servers using Python (e.g. Python, XML, etc.). It allows you to write your own language server in just a few lines of code.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 648
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py310-build",
"clang-18",
"py310-installer",
"py310-poetry-core"
]
},
{
"type": "lib",
"ports": [
"python310"
]
},
{
"type": "run",
"ports": [
"py310-lsprotocol",
"py310-cattrs",
"py310-attrs"
]
},
{
"type": "test",
"ports": [
"py310-pytest",
"py310-mock",
"py310-pytest-asyncio"
]
}
],
"depends_on": []
},
{
"name": "py-pygls",
"portdir": "python/py-pygls",
"version": "2.1.1",
"license": "Apache-2",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/openlawlibrary/pygls",
"description": "Pythonic generic implementation of the Language Server Protocol",
"long_description": "pygls (pronounced like \"pie glass\") is a pythonic generic implementation of the Language Server Protocol for use as a foundation for writing language servers using Python (e.g. Python, XML, etc.). It allows you to write your own language server in just a few lines of code.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 648
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py314-pygls"
]
}
],
"depends_on": []
},
{
"name": "py314-libtmux",
"portdir": "python/py-libtmux",
"version": "0.58.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/tmux-python/libtmux",
"description": "Python binding for tmux",
"long_description": "Python binding for tmux",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "egorenar-dev",
"github": "egorenar",
"ports_count": 35
},
{
"name": "judaew",
"github": "judaew",
"ports_count": 648
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py314-build",
"py314-installer",
"py314-hatchling"
]
},
{
"type": "lib",
"ports": [
"python314"
]
},
{
"type": "run",
"ports": [
"tmux"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-libtmux",
"py314-tmuxp"
]
}
]
},
{
"name": "py313-libtmux",
"portdir": "python/py-libtmux",
"version": "0.58.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/tmux-python/libtmux",
"description": "Python binding for tmux",
"long_description": "Python binding for tmux",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "egorenar-dev",
"github": "egorenar",
"ports_count": 35
},
{
"name": "judaew",
"github": "judaew",
"ports_count": 648
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py313-build",
"py313-installer",
"py313-hatchling"
]
},
{
"type": "lib",
"ports": [
"python313"
]
},
{
"type": "run",
"ports": [
"tmux"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py313-tmuxp"
]
}
]
},
{
"name": "py312-libtmux",
"portdir": "python/py-libtmux",
"version": "0.58.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/tmux-python/libtmux",
"description": "Python binding for tmux",
"long_description": "Python binding for tmux",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "egorenar-dev",
"github": "egorenar",
"ports_count": 35
},
{
"name": "judaew",
"github": "judaew",
"ports_count": 648
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py312-build",
"py312-installer",
"py312-hatchling",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python312"
]
},
{
"type": "run",
"ports": [
"tmux"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py312-tmuxp"
]
}
]
},
{
"name": "py310-libtmux",
"portdir": "python/py-libtmux",
"version": "0.58.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/tmux-python/libtmux",
"description": "Python binding for tmux",
"long_description": "Python binding for tmux",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "egorenar-dev",
"github": "egorenar",
"ports_count": 35
},
{
"name": "judaew",
"github": "judaew",
"ports_count": 648
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py310-build",
"py310-hatchling",
"py310-installer",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python310"
]
},
{
"type": "run",
"ports": [
"tmux"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py310-tmuxp"
]
}
]
},
{
"name": "py311-libtmux",
"portdir": "python/py-libtmux",
"version": "0.58.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/tmux-python/libtmux",
"description": "Python binding for tmux",
"long_description": "Python binding for tmux",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "egorenar-dev",
"github": "egorenar",
"ports_count": 35
},
{
"name": "judaew",
"github": "judaew",
"ports_count": 648
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py311-build",
"py311-installer",
"py311-hatchling",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python311"
]
},
{
"type": "run",
"ports": [
"tmux"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py311-tmuxp"
]
}
]
},
{
"name": "py-libtmux",
"portdir": "python/py-libtmux",
"version": "0.58.1",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/tmux-python/libtmux",
"description": "Python binding for tmux",
"long_description": "Python binding for tmux",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "egorenar-dev",
"github": "egorenar",
"ports_count": 35
},
{
"name": "judaew",
"github": "judaew",
"ports_count": 648
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py314-libtmux"
]
}
],
"depends_on": []
},
{
"name": "py314-hcloud",
"portdir": "python/py-hcloud",
"version": "2.22.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/hetznercloud/hcloud-python",
"description": "py-hcloud is a library for the Hetzner Cloud API.",
"long_description": "py-hcloud is a library for the Hetzner Cloud API.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 648
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py314-build",
"py314-wheel",
"py314-setuptools",
"py314-installer",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python314"
]
},
{
"type": "run",
"ports": [
"py314-future",
"py314-requests",
"py314-dateutil"
]
},
{
"type": "test",
"ports": [
"py314-pytest",
"py314-mock"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-hcloud"
]
}
]
},
{
"name": "py313-hcloud",
"portdir": "python/py-hcloud",
"version": "2.22.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/hetznercloud/hcloud-python",
"description": "py-hcloud is a library for the Hetzner Cloud API.",
"long_description": "py-hcloud is a library for the Hetzner Cloud API.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 648
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py313-build",
"py313-wheel",
"py313-setuptools",
"py313-installer",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python313"
]
},
{
"type": "run",
"ports": [
"py313-future",
"py313-dateutil",
"py313-requests"
]
},
{
"type": "test",
"ports": [
"py313-pytest",
"py313-mock"
]
}
],
"depends_on": []
},
{
"name": "py312-hcloud",
"portdir": "python/py-hcloud",
"version": "2.22.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/hetznercloud/hcloud-python",
"description": "py-hcloud is a library for the Hetzner Cloud API.",
"long_description": "py-hcloud is a library for the Hetzner Cloud API.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 648
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py312-installer",
"clang-18",
"py312-wheel",
"py312-setuptools",
"py312-build"
]
},
{
"type": "lib",
"ports": [
"python312"
]
},
{
"type": "run",
"ports": [
"py312-future",
"py312-dateutil",
"py312-requests"
]
},
{
"type": "test",
"ports": [
"py312-pytest",
"py312-mock"
]
}
],
"depends_on": []
},
{
"name": "py311-hcloud",
"portdir": "python/py-hcloud",
"version": "2.22.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/hetznercloud/hcloud-python",
"description": "py-hcloud is a library for the Hetzner Cloud API.",
"long_description": "py-hcloud is a library for the Hetzner Cloud API.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 648
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py311-installer",
"clang-18",
"py311-wheel",
"py311-setuptools",
"py311-build"
]
},
{
"type": "lib",
"ports": [
"python311"
]
},
{
"type": "run",
"ports": [
"py311-future",
"py311-dateutil",
"py311-requests"
]
},
{
"type": "test",
"ports": [
"py311-pytest",
"py311-mock"
]
}
],
"depends_on": []
},
{
"name": "py310-hcloud",
"portdir": "python/py-hcloud",
"version": "2.22.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/hetznercloud/hcloud-python",
"description": "py-hcloud is a library for the Hetzner Cloud API.",
"long_description": "py-hcloud is a library for the Hetzner Cloud API.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 648
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py310-wheel",
"clang-18",
"py310-installer",
"py310-build",
"py310-setuptools"
]
},
{
"type": "lib",
"ports": [
"python310"
]
},
{
"type": "run",
"ports": [
"py310-future",
"py310-dateutil",
"py310-requests"
]
},
{
"type": "test",
"ports": [
"py310-pytest",
"py310-mock"
]
}
],
"depends_on": []
},
{
"name": "py-hcloud",
"portdir": "python/py-hcloud",
"version": "2.22.0",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/hetznercloud/hcloud-python",
"description": "py-hcloud is a library for the Hetzner Cloud API.",
"long_description": "py-hcloud is a library for the Hetzner Cloud API.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 648
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py314-hcloud"
]
}
],
"depends_on": []
},
{
"name": "py314-cfn-lint",
"portdir": "python/py-cfn-lint",
"version": "1.51.5",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/aws-cloudformation/cfn-python-lint",
"description": "Checks cloudformation for practices and behaviour that could potentially be improved",
"long_description": "Checks cloudformation for practices and behaviour that could potentially be improved",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 648
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py314-build",
"py314-installer",
"py314-setuptools",
"py314-wheel"
]
},
{
"type": "lib",
"ports": [
"python314"
]
},
{
"type": "run",
"ports": [
"py314-aws-sam-translator",
"py314-jschema_to_python",
"py314-jsonpatch",
"py314-sarif-om",
"py314-junit-xml",
"py314-yaml",
"py314-sympy",
"py314-networkx",
"py314-regex",
"py314-jsonschema"
]
},
{
"type": "test",
"ports": [
"py314-pytest",
"py314-mock"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-cfn-lint"
]
}
]
},
{
"name": "py313-cfn-lint",
"portdir": "python/py-cfn-lint",
"version": "1.51.5",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/aws-cloudformation/cfn-python-lint",
"description": "Checks cloudformation for practices and behaviour that could potentially be improved",
"long_description": "Checks cloudformation for practices and behaviour that could potentially be improved",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 648
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py313-build",
"py313-installer",
"py313-setuptools",
"py313-wheel"
]
},
{
"type": "lib",
"ports": [
"python313"
]
},
{
"type": "run",
"ports": [
"py313-jsonpatch",
"py313-jschema_to_python",
"py313-sarif-om",
"py313-junit-xml",
"py313-aws-sam-translator",
"py313-sympy",
"py313-regex",
"py313-yaml",
"py313-networkx",
"py313-jsonschema"
]
},
{
"type": "test",
"ports": [
"py313-pytest",
"py313-mock"
]
}
],
"depends_on": []
},
{
"name": "py312-cfn-lint",
"portdir": "python/py-cfn-lint",
"version": "1.51.5",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/aws-cloudformation/cfn-python-lint",
"description": "Checks cloudformation for practices and behaviour that could potentially be improved",
"long_description": "Checks cloudformation for practices and behaviour that could potentially be improved",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 648
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py312-build",
"py312-installer",
"py312-setuptools",
"py312-wheel",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python312"
]
},
{
"type": "run",
"ports": [
"py312-regex",
"py312-jschema_to_python",
"py312-sarif-om",
"py312-junit-xml",
"py312-jsonpatch",
"py312-yaml",
"py312-sympy",
"py312-jsonschema",
"py312-networkx",
"py312-aws-sam-translator"
]
},
{
"type": "test",
"ports": [
"py312-pytest",
"py312-mock"
]
}
],
"depends_on": []
},
{
"name": "py311-cfn-lint",
"portdir": "python/py-cfn-lint",
"version": "1.51.5",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/aws-cloudformation/cfn-python-lint",
"description": "Checks cloudformation for practices and behaviour that could potentially be improved",
"long_description": "Checks cloudformation for practices and behaviour that could potentially be improved",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 648
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py311-build",
"py311-installer",
"py311-setuptools",
"py311-wheel",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python311"
]
},
{
"type": "run",
"ports": [
"py311-aws-sam-translator",
"py311-jschema_to_python",
"py311-jsonpatch",
"py311-sarif-om",
"py311-junit-xml",
"py311-sympy",
"py311-regex",
"py311-networkx",
"py311-yaml",
"py311-jsonschema"
]
},
{
"type": "test",
"ports": [
"py311-pytest",
"py311-mock"
]
}
],
"depends_on": []
},
{
"name": "py310-cfn-lint",
"portdir": "python/py-cfn-lint",
"version": "1.51.5",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/aws-cloudformation/cfn-python-lint",
"description": "Checks cloudformation for practices and behaviour that could potentially be improved",
"long_description": "Checks cloudformation for practices and behaviour that could potentially be improved",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 648
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py310-setuptools",
"py310-wheel",
"py310-build",
"py310-installer",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python310"
]
},
{
"type": "run",
"ports": [
"py310-networkx",
"py310-jschema_to_python",
"py310-jsonpatch",
"py310-sarif-om",
"py310-junit-xml",
"py310-regex",
"py310-yaml",
"py310-sympy",
"py310-jsonschema",
"py310-aws-sam-translator"
]
},
{
"type": "test",
"ports": [
"py310-pytest",
"py310-mock"
]
}
],
"depends_on": []
},
{
"name": "py-cfn-lint",
"portdir": "python/py-cfn-lint",
"version": "1.51.5",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/aws-cloudformation/cfn-python-lint",
"description": "Checks cloudformation for practices and behaviour that could potentially be improved",
"long_description": "Checks cloudformation for practices and behaviour that could potentially be improved",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 648
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py314-cfn-lint"
]
}
],
"depends_on": []
},
{
"name": "py314-boto3",
"portdir": "python/py-boto3",
"version": "1.43.34",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/boto/boto3",
"description": "The AWS SDK for Python",
"long_description": "Boto3 is the Amazon Web Services (AWS) Software Development Kit (SDK) for Python, which allows Python developers to write software that makes use of services like Amazon S3 and Amazon EC2.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "emcrisostomo",
"github": "emcrisostomo",
"ports_count": 169
},
{
"name": "judaew",
"github": "judaew",
"ports_count": 648
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py314-wheel",
"clang-18",
"py314-build",
"py314-installer",
"py314-setuptools"
]
},
{
"type": "lib",
"ports": [
"python314"
]
},
{
"type": "run",
"ports": [
"py314-botocore",
"py314-jmespath",
"py314-s3transfer"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"certbot-dns-route53",
"py-boto3"
]
},
{
"type": "run",
"ports": [
"py314-aws-sam-translator"
]
}
]
},
{
"name": "py313-boto3",
"portdir": "python/py-boto3",
"version": "1.43.34",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/boto/boto3",
"description": "The AWS SDK for Python",
"long_description": "Boto3 is the Amazon Web Services (AWS) Software Development Kit (SDK) for Python, which allows Python developers to write software that makes use of services like Amazon S3 and Amazon EC2.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "emcrisostomo",
"github": "emcrisostomo",
"ports_count": 169
},
{
"name": "judaew",
"github": "judaew",
"ports_count": 648
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py313-wheel",
"clang-18",
"py313-build",
"py313-installer",
"py313-setuptools"
]
},
{
"type": "lib",
"ports": [
"python313"
]
},
{
"type": "run",
"ports": [
"py313-jmespath",
"py313-botocore",
"py313-s3transfer"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py313-maggma",
"py313-mrjob"
]
},
{
"type": "run",
"ports": [
"py313-aws-sam-translator"
]
}
]
},
{
"name": "py312-boto3",
"portdir": "python/py-boto3",
"version": "1.43.34",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/boto/boto3",
"description": "The AWS SDK for Python",
"long_description": "Boto3 is the Amazon Web Services (AWS) Software Development Kit (SDK) for Python, which allows Python developers to write software that makes use of services like Amazon S3 and Amazon EC2.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "emcrisostomo",
"github": "emcrisostomo",
"ports_count": 169
},
{
"name": "judaew",
"github": "judaew",
"ports_count": 648
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py312-build",
"py312-installer",
"py312-setuptools",
"py312-wheel"
]
},
{
"type": "lib",
"ports": [
"python312"
]
},
{
"type": "run",
"ports": [
"py312-botocore",
"py312-jmespath",
"py312-s3transfer"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py312-maggma"
]
},
{
"type": "run",
"ports": [
"py312-aws-sam-translator"
]
}
]
},
{
"name": "py311-boto3",
"portdir": "python/py-boto3",
"version": "1.43.34",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/boto/boto3",
"description": "The AWS SDK for Python",
"long_description": "Boto3 is the Amazon Web Services (AWS) Software Development Kit (SDK) for Python, which allows Python developers to write software that makes use of services like Amazon S3 and Amazon EC2.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "emcrisostomo",
"github": "emcrisostomo",
"ports_count": 169
},
{
"name": "judaew",
"github": "judaew",
"ports_count": 648
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py311-build",
"py311-installer",
"py311-setuptools",
"py311-wheel"
]
},
{
"type": "lib",
"ports": [
"python311"
]
},
{
"type": "run",
"ports": [
"py311-botocore",
"py311-jmespath",
"py311-s3transfer"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py311-maggma",
"duplicity"
]
},
{
"type": "run",
"ports": [
"py311-aws-sam-translator"
]
}
]
},
{
"name": "py310-boto3",
"portdir": "python/py-boto3",
"version": "1.43.34",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/boto/boto3",
"description": "The AWS SDK for Python",
"long_description": "Boto3 is the Amazon Web Services (AWS) Software Development Kit (SDK) for Python, which allows Python developers to write software that makes use of services like Amazon S3 and Amazon EC2.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "emcrisostomo",
"github": "emcrisostomo",
"ports_count": 169
},
{
"name": "judaew",
"github": "judaew",
"ports_count": 648
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py310-setuptools",
"py310-wheel",
"py310-build",
"py310-installer"
]
},
{
"type": "lib",
"ports": [
"python310"
]
},
{
"type": "run",
"ports": [
"py310-botocore",
"py310-jmespath",
"py310-s3transfer"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py310-maggma"
]
},
{
"type": "run",
"ports": [
"py310-aws-sam-translator",
"py310-allennlp",
"py310-photomosaic",
"py310-serverlessrepo"
]
},
{
"type": "test",
"ports": [
"buildbot"
]
}
]
},
{
"name": "py314-botocore",
"portdir": "python/py-botocore",
"version": "1.43.34",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/boto/botocore",
"description": "Low level data driven core of boto 3.",
"long_description": "A low-level interface to a growing number of Amazon Web Services. The botocore package is the foundation for the AWS CLI as well as boto3.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 648
},
{
"name": "emcrisostomo",
"github": "emcrisostomo",
"ports_count": 169
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py314-wheel",
"clang-18",
"py314-build",
"py314-installer",
"py314-setuptools"
]
},
{
"type": "lib",
"ports": [
"py314-dateutil",
"py314-urllib3",
"py314-jmespath",
"python314"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py314-awscli",
"py-botocore",
"py314-aiobotocore",
"py314-s3transfer"
]
},
{
"type": "run",
"ports": [
"py314-boto3"
]
}
]
},
{
"name": "py313-botocore",
"portdir": "python/py-botocore",
"version": "1.43.34",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/boto/botocore",
"description": "Low level data driven core of boto 3.",
"long_description": "A low-level interface to a growing number of Amazon Web Services. The botocore package is the foundation for the AWS CLI as well as boto3.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 648
},
{
"name": "emcrisostomo",
"github": "emcrisostomo",
"ports_count": 169
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py313-wheel",
"clang-18",
"py313-build",
"py313-installer",
"py313-setuptools"
]
},
{
"type": "lib",
"ports": [
"py313-urllib3",
"py313-dateutil",
"py313-jmespath",
"python313"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py313-awscli",
"py313-aiobotocore",
"py313-mrjob",
"py313-s3transfer"
]
},
{
"type": "run",
"ports": [
"py313-boto3"
]
}
]
},
{
"name": "py312-botocore",
"portdir": "python/py-botocore",
"version": "1.43.34",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/boto/botocore",
"description": "Low level data driven core of boto 3.",
"long_description": "A low-level interface to a growing number of Amazon Web Services. The botocore package is the foundation for the AWS CLI as well as boto3.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 648
},
{
"name": "emcrisostomo",
"github": "emcrisostomo",
"ports_count": 169
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py312-build",
"py312-installer",
"py312-setuptools",
"py312-wheel"
]
},
{
"type": "lib",
"ports": [
"py312-urllib3",
"py312-dateutil",
"py312-jmespath",
"python312"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py312-awscli",
"py312-aiobotocore",
"py312-s3transfer"
]
},
{
"type": "run",
"ports": [
"py312-boto3"
]
},
{
"type": "test",
"ports": [
"py312-scrapy"
]
}
]
},
{
"name": "py311-botocore",
"portdir": "python/py-botocore",
"version": "1.43.34",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/boto/botocore",
"description": "Low level data driven core of boto 3.",
"long_description": "A low-level interface to a growing number of Amazon Web Services. The botocore package is the foundation for the AWS CLI as well as boto3.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 648
},
{
"name": "emcrisostomo",
"github": "emcrisostomo",
"ports_count": 169
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py311-installer",
"py311-setuptools",
"py311-wheel",
"clang-18",
"py311-build"
]
},
{
"type": "lib",
"ports": [
"python311",
"py311-urllib3",
"py311-dateutil",
"py311-jmespath"
]
},
{
"type": "test",
"ports": [
"py311-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py311-awscli",
"py311-aiobotocore",
"py311-s3transfer"
]
},
{
"type": "run",
"ports": [
"py311-boto3"
]
},
{
"type": "test",
"ports": [
"py311-scrapy"
]
}
]
},
{
"name": "py310-botocore",
"portdir": "python/py-botocore",
"version": "1.43.34",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/boto/botocore",
"description": "Low level data driven core of boto 3.",
"long_description": "A low-level interface to a growing number of Amazon Web Services. The botocore package is the foundation for the AWS CLI as well as boto3.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 648
},
{
"name": "emcrisostomo",
"github": "emcrisostomo",
"ports_count": 169
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py310-wheel",
"py310-build",
"py310-installer",
"clang-18",
"py310-setuptools"
]
},
{
"type": "lib",
"ports": [
"python310",
"py310-urllib3",
"py310-dateutil",
"py310-jmespath"
]
},
{
"type": "test",
"ports": [
"py310-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py310-awscli",
"py310-aiobotocore",
"py310-s3transfer"
]
},
{
"type": "run",
"ports": [
"py310-boto3"
]
},
{
"type": "test",
"ports": [
"py310-scrapy"
]
}
]
},
{
"name": "py-boto3",
"portdir": "python/py-boto3",
"version": "1.43.34",
"license": "Apache-2",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/boto/boto3",
"description": "The AWS SDK for Python",
"long_description": "Boto3 is the Amazon Web Services (AWS) Software Development Kit (SDK) for Python, which allows Python developers to write software that makes use of services like Amazon S3 and Amazon EC2.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "emcrisostomo",
"github": "emcrisostomo",
"ports_count": 169
},
{
"name": "judaew",
"github": "judaew",
"ports_count": 648
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py314-boto3"
]
}
],
"depends_on": []
},
{
"name": "py-botocore",
"portdir": "python/py-botocore",
"version": "1.43.34",
"license": "Apache-2",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/boto/botocore",
"description": "Low level data driven core of boto 3.",
"long_description": "A low-level interface to a growing number of Amazon Web Services. The botocore package is the foundation for the AWS CLI as well as boto3.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 648
},
{
"name": "emcrisostomo",
"github": "emcrisostomo",
"ports_count": 169
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py314-botocore"
]
}
],
"depends_on": []
},
{
"name": "py313-awscli",
"portdir": "python/py-awscli",
"version": "1.45.34",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://aws.amazon.com/cli/",
"description": "Universal Command Line Environment for Amazon Web Services.",
"long_description": "Universal Command Line Environment for Amazon Web Services.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 648
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py313-wheel",
"clang-18",
"py313-build",
"py313-installer",
"py313-setuptools"
]
},
{
"type": "lib",
"ports": [
"py313-s3transfer",
"python313",
"py313-rsa",
"py313-yaml",
"py313-docutils",
"py313-botocore",
"py313-colorama"
]
},
{
"type": "run",
"ports": [
"awscli_select"
]
}
],
"depends_on": []
},
{
"name": "py314-awscli",
"portdir": "python/py-awscli",
"version": "1.45.34",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://aws.amazon.com/cli/",
"description": "Universal Command Line Environment for Amazon Web Services.",
"long_description": "Universal Command Line Environment for Amazon Web Services.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 648
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py314-wheel",
"clang-18",
"py314-build",
"py314-installer",
"py314-setuptools"
]
},
{
"type": "lib",
"ports": [
"py314-s3transfer",
"python314",
"py314-rsa",
"py314-docutils",
"py314-yaml",
"py314-colorama",
"py314-botocore"
]
},
{
"type": "run",
"ports": [
"awscli_select"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-awscli"
]
}
]
}
]
}