HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 51622,
"next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=updated_at&page=611",
"previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=updated_at&page=609",
"results": [
{
"name": "py313-durationpy",
"portdir": "python/py-durationpy",
"version": "0.10",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/icholy/durationpy",
"description": "Module for converting between datetime.timedelta and Go's time.Duration strings.",
"long_description": "Module for converting between datetime.timedelta and Go's time.Duration strings.",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"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-durationpy"
]
}
]
},
{
"name": "py-scikit-rf",
"portdir": "python/py-scikit-rf",
"version": "1.8.0",
"license": "BSD",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "",
"description": "scikit-rf (aka skrf): a Python package for RF engineering",
"long_description": "scikit-rf (aka skrf) is an Open Source, BSD-licensed package for RF/Microwave engineering implemented in the Python programming language. It provides a modern, object-oriented library which is both flexible and scalable.",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py313-scikit-rf"
]
}
],
"depends_on": []
},
{
"name": "py310-scikit-rf",
"portdir": "python/py-scikit-rf",
"version": "1.8.0",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "",
"description": "scikit-rf (aka skrf): a Python package for RF engineering",
"long_description": "scikit-rf (aka skrf) is an Open Source, BSD-licensed package for RF/Microwave engineering implemented in the Python programming language. It provides a modern, object-oriented library which is both flexible and scalable.",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py310-setuptools",
"py310-wheel",
"py310-build",
"py310-installer"
]
},
{
"type": "lib",
"ports": [
"python310",
"py310-typing_extensions",
"py310-numpy",
"py310-scipy",
"py310-pandas"
]
}
],
"depends_on": []
},
{
"name": "py311-scikit-rf",
"portdir": "python/py-scikit-rf",
"version": "1.8.0",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "",
"description": "scikit-rf (aka skrf): a Python package for RF engineering",
"long_description": "scikit-rf (aka skrf) is an Open Source, BSD-licensed package for RF/Microwave engineering implemented in the Python programming language. It provides a modern, object-oriented library which is both flexible and scalable.",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py311-build",
"py311-installer",
"py311-setuptools",
"py311-wheel"
]
},
{
"type": "lib",
"ports": [
"python311",
"py311-typing_extensions",
"py311-numpy",
"py311-pandas",
"py311-scipy"
]
}
],
"depends_on": []
},
{
"name": "py312-scikit-rf",
"portdir": "python/py-scikit-rf",
"version": "1.8.0",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "",
"description": "scikit-rf (aka skrf): a Python package for RF engineering",
"long_description": "scikit-rf (aka skrf) is an Open Source, BSD-licensed package for RF/Microwave engineering implemented in the Python programming language. It provides a modern, object-oriented library which is both flexible and scalable.",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py312-build",
"py312-installer",
"py312-setuptools",
"py312-wheel"
]
},
{
"type": "lib",
"ports": [
"python312",
"py312-typing_extensions",
"py312-numpy",
"py312-pandas",
"py312-scipy"
]
}
],
"depends_on": []
},
{
"name": "py313-scikit-rf",
"portdir": "python/py-scikit-rf",
"version": "1.8.0",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "",
"description": "scikit-rf (aka skrf): a Python package for RF engineering",
"long_description": "scikit-rf (aka skrf) is an Open Source, BSD-licensed package for RF/Microwave engineering implemented in the Python programming language. It provides a modern, object-oriented library which is both flexible and scalable.",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py313-wheel",
"clang-18",
"py313-build",
"py313-installer",
"py313-setuptools"
]
},
{
"type": "lib",
"ports": [
"python313",
"py313-typing_extensions",
"py313-numpy",
"py313-scipy",
"py313-pandas"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-scikit-rf"
]
}
]
},
{
"name": "py-diskcache",
"portdir": "python/py-diskcache",
"version": "5.6.3",
"license": "Apache-3",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://grantjenks.com/docs/diskcache/",
"description": "DiskCache is an Apache2 licensed disk and file backed cache library, written in pure-Python, and compatible with Django.",
"long_description": "DiskCache is an Apache2 licensed disk and file backed cache library, written in pure-Python, and compatible with Django.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1391
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py313-diskcache"
]
}
],
"depends_on": []
},
{
"name": "py310-diskcache",
"portdir": "python/py-diskcache",
"version": "5.6.3",
"license": "Apache-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://grantjenks.com/docs/diskcache/",
"description": "DiskCache is an Apache2 licensed disk and file backed cache library, written in pure-Python, and compatible with Django.",
"long_description": "DiskCache is an Apache2 licensed disk and file backed cache library, written in pure-Python, and compatible with Django.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1391
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py310-setuptools",
"py310-wheel",
"py310-build",
"py310-installer",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python310"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py310-pysigma"
]
}
]
},
{
"name": "py311-diskcache",
"portdir": "python/py-diskcache",
"version": "5.6.3",
"license": "Apache-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://grantjenks.com/docs/diskcache/",
"description": "DiskCache is an Apache2 licensed disk and file backed cache library, written in pure-Python, and compatible with Django.",
"long_description": "DiskCache is an Apache2 licensed disk and file backed cache library, written in pure-Python, and compatible with Django.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1391
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py311-build",
"py311-installer",
"py311-setuptools",
"py311-wheel",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python311"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py311-pysigma"
]
}
]
},
{
"name": "py312-diskcache",
"portdir": "python/py-diskcache",
"version": "5.6.3",
"license": "Apache-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://grantjenks.com/docs/diskcache/",
"description": "DiskCache is an Apache2 licensed disk and file backed cache library, written in pure-Python, and compatible with Django.",
"long_description": "DiskCache is an Apache2 licensed disk and file backed cache library, written in pure-Python, and compatible with Django.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1391
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py312-build",
"py312-installer",
"py312-setuptools",
"py312-wheel",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python312"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py312-pysigma"
]
}
]
},
{
"name": "py313-diskcache",
"portdir": "python/py-diskcache",
"version": "5.6.3",
"license": "Apache-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://grantjenks.com/docs/diskcache/",
"description": "DiskCache is an Apache2 licensed disk and file backed cache library, written in pure-Python, and compatible with Django.",
"long_description": "DiskCache is an Apache2 licensed disk and file backed cache library, written in pure-Python, and compatible with Django.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1391
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py313-build",
"py313-installer",
"py313-setuptools",
"py313-wheel"
]
},
{
"type": "lib",
"ports": [
"python313"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-diskcache",
"py313-pysigma"
]
}
]
},
{
"name": "py314-diskcache",
"portdir": "python/py-diskcache",
"version": "5.6.3",
"license": "Apache-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://grantjenks.com/docs/diskcache/",
"description": "DiskCache is an Apache2 licensed disk and file backed cache library, written in pure-Python, and compatible with Django.",
"long_description": "DiskCache is an Apache2 licensed disk and file backed cache library, written in pure-Python, and compatible with Django.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1391
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py314-build",
"py314-installer",
"py314-setuptools",
"py314-wheel"
]
},
{
"type": "lib",
"ports": [
"python314"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py314-pysigma"
]
}
]
},
{
"name": "keychain",
"portdir": "sysutils/keychain",
"version": "2.9.8",
"license": "GPL-2",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.funtoo.org/Keychain",
"description": "A user-friendly front-end to ssh-agent(1)",
"long_description": "Keychain is a shell script which acts as user-friendly front-end to ssh-agent(1), allowing you to have one long-running ssh-agent process per system rather than per login session.",
"active": true,
"categories": [
"sysutils",
"security"
],
"maintainers": [
{
"name": "khindenburg",
"github": "kurthindenburg",
"ports_count": 433
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"perl5",
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "enca",
"portdir": "textproc/enca",
"version": "1.21",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://cihar.com/software/enca",
"description": "character set analyser",
"long_description": "Enca is an Extremely Naive Charset Analyser. It detects character set and encoding of text files and can also convert them to other encodings.",
"active": true,
"categories": [
"textproc"
],
"maintainers": [
{
"name": "khindenburg",
"github": "kurthindenburg",
"ports_count": 433
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"libiconv"
]
},
{
"type": "test",
"ports": [
"bash"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"qmmp"
]
}
]
},
{
"name": "viewvc",
"portdir": "devel/viewvc",
"version": "1.2.5",
"license": "BSD",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/viewvc/viewvc",
"description": "Browser interface for CVS and Subversion",
"long_description": "ViewVC is a browser interface for CVS and Subversion version control repositories. It generates templatized HTML to present navigable directory, revision, and change log listings. It can display specific versions of files as well as diffs between those versions. Basically, ViewVC provides the bulk of the report-like functionality you expect out of your version control tool, but much more prettily than the average textual command-line program output.",
"active": true,
"categories": [
"devel",
"www"
],
"maintainers": [
{
"name": "khindenburg",
"github": "kurthindenburg",
"ports_count": 433
}
],
"variants": [
"cvs",
"subversion"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"cvs",
"rcs",
"subversion-python27bindings",
"python27",
"py27-pysvn"
]
}
],
"depends_on": []
},
{
"name": "pg_back",
"portdir": "databases/pg_back",
"version": "2.6.0",
"license": "MIT",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/orgrim/pg_back",
"description": "Simple backup tool for PostgreSQL",
"long_description": "pg_back is a dump tool for PostgreSQL. The goal is to dump all or some databases with globals at once in the format you want, because a simple call to pg_dumpall only dumps databases in the plain SQL format. Behind the scene, pg_back uses pg_dumpall to dump roles and tablespaces definitions, pg_dump to dump all or each selected database to a separate file in the custom format. It also extract database level ACL and configuration that is not dumped by pg_dump older than 11. Finally, it dumps all configuration options of the PostgreSQL instance.",
"active": true,
"categories": [
"databases"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1044
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "libimobiledevice",
"portdir": "devel/libimobiledevice",
"version": "1.4.0",
"license": "LGPL-2.1",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.libimobiledevice.org/",
"description": "A cross-platform software protocol library and tools to communicate with iOS devices natively.",
"long_description": "libimobiledevice is a cross-platform software library that talks the protocols to support iPhone, iPod Touch, iPad and Apple TV devices. Unlike other projects, it does not depend on using any existing proprietary libraries and does not require jailbreaking. It allows other software to easily access the device's filesystem, retrieve information about the device and it's internals, backup/restore the device, manage SpringBoard icons, manage installed applications, retrieve addressbook/calendars /notes and bookmarks and (using libgpod) synchronize music and video to the device.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "ijackson",
"github": "JacksonIsaac",
"ports_count": 44
},
{
"name": "i0ntempest",
"github": "i0ntempest",
"ports_count": 268
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"autoconf",
"automake",
"libtool",
"pkgconfig"
]
},
{
"type": "lib",
"ports": [
"libplist",
"openssl3",
"libtatsu",
"libusbmuxd"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"ideviceinstaller",
"idevicerestore",
"ifuse"
]
}
]
},
{
"name": "libimobiledevice-devel",
"portdir": "devel/libimobiledevice",
"version": "20251022",
"license": "LGPL-2.1",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.libimobiledevice.org/",
"description": "A cross-platform software protocol library and tools to communicate with iOS devices natively.",
"long_description": "libimobiledevice is a cross-platform software library that talks the protocols to support iPhone, iPod Touch, iPad and Apple TV devices. Unlike other projects, it does not depend on using any existing proprietary libraries and does not require jailbreaking. It allows other software to easily access the device's filesystem, retrieve information about the device and it's internals, backup/restore the device, manage SpringBoard icons, manage installed applications, retrieve addressbook/calendars /notes and bookmarks and (using libgpod) synchronize music and video to the device.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "ijackson",
"github": "JacksonIsaac",
"ports_count": 44
},
{
"name": "i0ntempest",
"github": "i0ntempest",
"ports_count": 268
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"autoconf",
"automake",
"libtool",
"pkgconfig"
]
},
{
"type": "lib",
"ports": [
"libplist-devel",
"openssl3",
"libtatsu-devel",
"libusbmuxd-devel"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"ideviceinstaller-devel",
"idevicerestore-devel"
]
}
]
},
{
"name": "agg",
"portdir": "graphics/agg",
"version": "1.7.0",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/asciinema/agg",
"description": "asciinema gif generator",
"long_description": "agg is a command-line tool for generating animated GIF files from asciicast v2 files produced by asciinema terminal recorder. It uses Kornel Lesiński's excellent gifski library to produce optimized, high quality GIF output with accurate frame timing. agg is a successor to asciicast2gif.",
"active": true,
"categories": [
"graphics"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1044
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cargo",
"legacy-support",
"rust",
"clang-20"
]
},
{
"type": "lib",
"ports": [
"libunwind"
]
}
],
"depends_on": []
},
{
"name": "py38-pastel",
"portdir": "python/py-pastel",
"version": "0.2.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/sdispater/pastel",
"description": "Bring colors to your terminal.",
"long_description": "Pastel is a simple library to help you colorize strings in your terminal.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "davidgilman1",
"github": "dgilman",
"ports_count": 146
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py38-poetry-core",
"py38-build",
"py38-installer",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"python38"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py38-clikit"
]
}
]
},
{
"name": "py37-pastel",
"portdir": "python/py-pastel",
"version": "0.2.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/sdispater/pastel",
"description": "Bring colors to your terminal.",
"long_description": "Pastel is a simple library to help you colorize strings in your terminal.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "davidgilman1",
"github": "dgilman",
"ports_count": 146
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py37-poetry-core",
"py37-build",
"clang-14",
"py37-installer"
]
},
{
"type": "lib",
"ports": [
"python37"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py37-clikit"
]
}
]
},
{
"name": "py39-pastel",
"portdir": "python/py-pastel",
"version": "0.2.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/sdispater/pastel",
"description": "Bring colors to your terminal.",
"long_description": "Pastel is a simple library to help you colorize strings in your terminal.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py39-poetry-core",
"py39-build",
"py39-installer",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"python39"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py39-clikit"
]
}
]
},
{
"name": "cbindgen",
"portdir": "devel/cbindgen",
"version": "0.29.2",
"license": "MPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/eqrion/cbindgen",
"description": "A project for generating C bindings from Rust code",
"long_description": "A project for generating C bindings from Rust code. cbindgen creates C/C++11 headers for Rust libraries which expose a public C API",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1044
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cargo",
"legacy-support",
"rust",
"clang-20"
]
},
{
"type": "lib",
"ports": [
"libunwind"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"mozjs128",
"teleport"
]
}
]
},
{
"name": "py-pastel",
"portdir": "python/py-pastel",
"version": "0.2.1",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/sdispater/pastel",
"description": "Bring colors to your terminal.",
"long_description": "Pastel is a simple library to help you colorize strings in your terminal.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py313-pastel"
]
}
],
"depends_on": []
},
{
"name": "py310-pastel",
"portdir": "python/py-pastel",
"version": "0.2.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/sdispater/pastel",
"description": "Bring colors to your terminal.",
"long_description": "Pastel is a simple library to help you colorize strings in your terminal.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py310-build",
"py310-poetry-core",
"py310-installer",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python310"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py310-poethepoet",
"py310-clikit"
]
}
]
},
{
"name": "py311-pastel",
"portdir": "python/py-pastel",
"version": "0.2.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/sdispater/pastel",
"description": "Bring colors to your terminal.",
"long_description": "Pastel is a simple library to help you colorize strings in your terminal.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py311-build",
"py311-installer",
"py311-poetry-core",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python311"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py311-poethepoet",
"py311-clikit"
]
}
]
},
{
"name": "py312-pastel",
"portdir": "python/py-pastel",
"version": "0.2.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/sdispater/pastel",
"description": "Bring colors to your terminal.",
"long_description": "Pastel is a simple library to help you colorize strings in your terminal.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py312-build",
"py312-installer",
"py312-poetry-core",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python312"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py312-poethepoet",
"py312-clikit"
]
}
]
},
{
"name": "py313-pastel",
"portdir": "python/py-pastel",
"version": "0.2.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/sdispater/pastel",
"description": "Bring colors to your terminal.",
"long_description": "Pastel is a simple library to help you colorize strings in your terminal.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py313-build",
"py313-installer",
"py313-poetry-core"
]
},
{
"type": "lib",
"ports": [
"python313"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-pastel",
"py313-poethepoet",
"py313-clikit"
]
}
]
},
{
"name": "py314-pastel",
"portdir": "python/py-pastel",
"version": "0.2.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/sdispater/pastel",
"description": "Bring colors to your terminal.",
"long_description": "Pastel is a simple library to help you colorize strings in your terminal.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py314-build",
"py314-installer",
"py314-poetry-core"
]
},
{
"type": "lib",
"ports": [
"python314"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py314-poethepoet"
]
}
]
},
{
"name": "py-diskcache-stubs",
"portdir": "python/py-diskcache-stubs",
"version": "5.6.3.6.20240818",
"license": "Apache-2",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/phi-friday/diskcache-stubs",
"description": "This library provides type hints only.",
"long_description": "This library provides type hints only. If you need the runtime package, you can find it py-diskcache.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1391
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py313-diskcache-stubs"
]
}
],
"depends_on": []
},
{
"name": "py310-diskcache-stubs",
"portdir": "python/py-diskcache-stubs",
"version": "5.6.3.6.20240818",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/phi-friday/diskcache-stubs",
"description": "This library provides type hints only.",
"long_description": "This library provides type hints only. If you need the runtime package, you can find it py-diskcache.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1391
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py310-build",
"py310-hatchling",
"py310-installer",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python310",
"py310-typing_extensions"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py310-pysigma"
]
}
]
},
{
"name": "py311-diskcache-stubs",
"portdir": "python/py-diskcache-stubs",
"version": "5.6.3.6.20240818",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/phi-friday/diskcache-stubs",
"description": "This library provides type hints only.",
"long_description": "This library provides type hints only. If you need the runtime package, you can find it py-diskcache.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1391
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py311-build",
"py311-installer",
"py311-hatchling",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python311",
"py311-typing_extensions"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py311-pysigma"
]
}
]
},
{
"name": "py312-diskcache-stubs",
"portdir": "python/py-diskcache-stubs",
"version": "5.6.3.6.20240818",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/phi-friday/diskcache-stubs",
"description": "This library provides type hints only.",
"long_description": "This library provides type hints only. If you need the runtime package, you can find it py-diskcache.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1391
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py312-build",
"py312-installer",
"py312-hatchling",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python312",
"py312-typing_extensions"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py312-pysigma"
]
}
]
},
{
"name": "py313-diskcache-stubs",
"portdir": "python/py-diskcache-stubs",
"version": "5.6.3.6.20240818",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/phi-friday/diskcache-stubs",
"description": "This library provides type hints only.",
"long_description": "This library provides type hints only. If you need the runtime package, you can find it py-diskcache.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1391
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py313-build",
"py313-installer",
"py313-hatchling"
]
},
{
"type": "lib",
"ports": [
"python313",
"py313-typing_extensions"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-diskcache-stubs",
"py313-pysigma"
]
}
]
},
{
"name": "py314-diskcache-stubs",
"portdir": "python/py-diskcache-stubs",
"version": "5.6.3.6.20240818",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/phi-friday/diskcache-stubs",
"description": "This library provides type hints only.",
"long_description": "This library provides type hints only. If you need the runtime package, you can find it py-diskcache.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1391
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py314-build",
"py314-installer",
"py314-hatchling"
]
},
{
"type": "lib",
"ports": [
"python314",
"py314-typing_extensions"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py314-pysigma"
]
}
]
},
{
"name": "brush",
"portdir": "shells/brush",
"version": "0.3.0",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://brush.sh",
"description": "bash/POSIX-compatible shell implemented in Rust",
"long_description": "brush (Bo(u)rn(e) RUsty SHell) is a POSIX- and bash-compatible shell, implemented in Rust. It's built and tested on Linux, macOS, and WSL. brush is functional for interactive use as a daily driver! It executes most sh and bash scripts we've encountered",
"active": true,
"categories": [
"shells"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1044
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cargo",
"legacy-support",
"rust",
"clang-20"
]
},
{
"type": "lib",
"ports": [
"libunwind"
]
}
],
"depends_on": []
},
{
"name": "py37-aioitertools",
"portdir": "python/py-aioitertools",
"version": "0.11.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://aioitertools.omnilib.dev/",
"description": "Async implementation of itertools, builtins and more.",
"long_description": "Async implementation of itertools, builtins and more.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2894
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py37-flit_core",
"py37-build",
"py37-installer",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"python37",
"py37-typing_extensions"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py37-aiobotocore"
]
}
]
},
{
"name": "py38-aioitertools",
"portdir": "python/py-aioitertools",
"version": "0.11.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://aioitertools.omnilib.dev/",
"description": "Async implementation of itertools, builtins and more.",
"long_description": "Async implementation of itertools, builtins and more.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2894
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py38-flit_core",
"py38-build",
"py38-installer",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"python38",
"py38-typing_extensions"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py38-aiobotocore"
]
}
]
},
{
"name": "py36-aioitertools",
"portdir": "python/py-aioitertools",
"version": "0.8.0",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://aioitertools.omnilib.dev/",
"description": "Async implementation of itertools, builtins and more.",
"long_description": "Async implementation of itertools, builtins and more.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2894
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"python36",
"py36-typing_extensions"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py36-aiobotocore"
]
}
]
},
{
"name": "py39-aioitertools",
"portdir": "python/py-aioitertools",
"version": "0.12.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://aioitertools.omnilib.dev/",
"description": "Async implementation of itertools, builtins and more.",
"long_description": "Async implementation of itertools, builtins and more.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2894
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py39-flit_core",
"py39-build",
"py39-installer",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"python39",
"py39-typing_extensions"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py39-aiobotocore",
"py39-maggma"
]
}
]
},
{
"name": "py-aioitertools",
"portdir": "python/py-aioitertools",
"version": "0.13.0",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://aioitertools.omnilib.dev/",
"description": "Async implementation of itertools, builtins and more.",
"long_description": "Async implementation of itertools, builtins and more.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2894
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py313-aioitertools"
]
}
],
"depends_on": []
},
{
"name": "py310-aioitertools",
"portdir": "python/py-aioitertools",
"version": "0.13.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://aioitertools.omnilib.dev/",
"description": "Async implementation of itertools, builtins and more.",
"long_description": "Async implementation of itertools, builtins and more.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2894
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py310-flit_core",
"py310-build",
"py310-installer",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python310"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py310-maggma",
"py310-aiobotocore"
]
}
]
},
{
"name": "py311-aioitertools",
"portdir": "python/py-aioitertools",
"version": "0.13.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://aioitertools.omnilib.dev/",
"description": "Async implementation of itertools, builtins and more.",
"long_description": "Async implementation of itertools, builtins and more.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2894
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py311-build",
"py311-installer",
"py311-flit_core",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python311"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py311-maggma",
"py311-aiobotocore"
]
}
]
},
{
"name": "py312-aioitertools",
"portdir": "python/py-aioitertools",
"version": "0.13.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://aioitertools.omnilib.dev/",
"description": "Async implementation of itertools, builtins and more.",
"long_description": "Async implementation of itertools, builtins and more.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2894
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py312-build",
"py312-flit_core",
"py312-installer",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python312"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py312-maggma",
"py312-aiobotocore"
]
}
]
},
{
"name": "py313-aioitertools",
"portdir": "python/py-aioitertools",
"version": "0.13.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://aioitertools.omnilib.dev/",
"description": "Async implementation of itertools, builtins and more.",
"long_description": "Async implementation of itertools, builtins and more.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2894
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py313-build",
"py313-flit_core",
"py313-installer"
]
},
{
"type": "lib",
"ports": [
"python313"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-aioitertools",
"py313-maggma",
"py313-aiobotocore"
]
}
]
},
{
"name": "py314-aioitertools",
"portdir": "python/py-aioitertools",
"version": "0.13.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://aioitertools.omnilib.dev/",
"description": "Async implementation of itertools, builtins and more.",
"long_description": "Async implementation of itertools, builtins and more.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2894
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py314-build",
"py314-flit_core",
"py314-installer"
]
},
{
"type": "lib",
"ports": [
"python314"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py314-aiobotocore"
]
}
]
},
{
"name": "py39-svgelements",
"portdir": "python/py-svgelements",
"version": "1.9.6",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/meerk40t/svgelements",
"description": "SVG Parsing for Elements, Paths, and other SVG Objects.",
"long_description": "svgelements does high fidelity SVG parsing and geometric rendering. The goal is to successfully and correctly process SVG for use with any scripts that may need or want to use SVG files as geometric data.",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "",
"github": "abey79",
"ports_count": 20
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"py39-setuptools",
"py39-wheel",
"py39-build",
"py39-installer"
]
},
{
"type": "lib",
"ports": [
"python39"
]
},
{
"type": "test",
"ports": [
"py39-Pillow",
"py39-numpy",
"py39-pytest",
"py39-scipy"
]
}
],
"depends_on": []
},
{
"name": "py-svgelements",
"portdir": "python/py-svgelements",
"version": "1.9.6",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/meerk40t/svgelements",
"description": "SVG Parsing for Elements, Paths, and other SVG Objects.",
"long_description": "svgelements does high fidelity SVG parsing and geometric rendering. The goal is to successfully and correctly process SVG for use with any scripts that may need or want to use SVG files as geometric data.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "",
"github": "abey79",
"ports_count": 20
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py313-svgelements"
]
}
],
"depends_on": []
},
{
"name": "py311-svgelements",
"portdir": "python/py-svgelements",
"version": "1.9.6",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/meerk40t/svgelements",
"description": "SVG Parsing for Elements, Paths, and other SVG Objects.",
"long_description": "svgelements does high fidelity SVG parsing and geometric rendering. The goal is to successfully and correctly process SVG for use with any scripts that may need or want to use SVG files as geometric data.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "",
"github": "abey79",
"ports_count": 20
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py311-build",
"py311-installer",
"py311-setuptools",
"py311-wheel"
]
},
{
"type": "lib",
"ports": [
"python311"
]
},
{
"type": "test",
"ports": [
"py311-pytest",
"py311-Pillow",
"py311-numpy",
"py311-scipy"
]
}
],
"depends_on": []
},
{
"name": "py310-svgelements",
"portdir": "python/py-svgelements",
"version": "1.9.6",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/meerk40t/svgelements",
"description": "SVG Parsing for Elements, Paths, and other SVG Objects.",
"long_description": "svgelements does high fidelity SVG parsing and geometric rendering. The goal is to successfully and correctly process SVG for use with any scripts that may need or want to use SVG files as geometric data.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "",
"github": "abey79",
"ports_count": 20
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py310-setuptools",
"py310-wheel",
"py310-build",
"py310-installer"
]
},
{
"type": "lib",
"ports": [
"python310"
]
},
{
"type": "test",
"ports": [
"py310-pytest",
"py310-numpy",
"py310-Pillow",
"py310-scipy"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"vpype"
]
}
]
}
]
}