HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 52352,
"next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=name&page=463",
"previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=name&page=461",
"results": [
{
"name": "py27-llvmpy",
"portdir": "python/py-llvmpy",
"version": "0.12.7",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.llvmpy.org/",
"description": "Python bindings for LLVM",
"long_description": "llvmpy is a Python wrapper around the llvm C++ library which allows simple access to compiler tools.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2897
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-13"
]
},
{
"type": "lib",
"ports": [
"llvm-3.3",
"python27"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py27-llvmmath"
]
}
]
},
{
"name": "py27-lmfit",
"portdir": "python/py-lmfit",
"version": "0.9.15",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://lmfit.github.io/lmfit-py/",
"description": "Least-Squares Minimization with Bounds and Constraints",
"long_description": "Built on top of scipy.optimize, lmfit provides a Parameter object which can be set as fixed or free, can have upper and/or lower bounds, or can be written in terms of algebraic constraints of other Parameters.",
"active": false,
"categories": [
"math",
"python"
],
"maintainers": [
{
"name": "jjstickel",
"github": "jjstickel",
"ports_count": 143
},
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 2220
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py27-setuptools",
"py27-setuptools_scm"
]
},
{
"type": "lib",
"ports": [
"py27-scipy",
"py27-six",
"py27-uncertainties",
"python27",
"py27-asteval",
"py27-numpy"
]
},
{
"type": "test",
"ports": [
"py27-pytest"
]
}
],
"depends_on": []
},
{
"name": "py27-local-pipelines",
"portdir": "python/py-local-pipelines",
"version": "0.4.1",
"license": "GPL-3+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://bitbucket.org/rw_grim/local-pipelines",
"description": "Local Pipelines parses your bitbucket-pipelines.yml and runs it locally using your local Docker instance",
"long_description": "Local Pipelines parses your bitbucket-pipelines.yml and runs it locally using your local Docker instance",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py27-setuptools",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"python27",
"py27-yaml"
]
},
{
"type": "run",
"ports": [
"local-pipelines_select"
]
}
],
"depends_on": []
},
{
"name": "py27-locket",
"portdir": "python/py-locket",
"version": "0.2.1",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/mwilliamson/locket.py",
"description": "File-based locks for Python.",
"long_description": "File-based locks for Python.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2897
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py27-setuptools"
]
},
{
"type": "lib",
"ports": [
"python27"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py27-partd"
]
}
]
},
{
"name": "py27-lockfile",
"portdir": "python/py-lockfile",
"version": "0.12.2",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.org/project/lockfile/",
"description": "Platform-independent file locking module",
"long_description": "This package exports a LockFile class which provides a simple API for locking files. Unlike the Windows msvcrt.locking function, the fcntl.lockf and flock functions, and the deprecated posixfile module, the API is identical across both Unix (including Linux and Mac) and Windows platforms. The lock mechanism relies on the atomic nature of the link (on Unix) and mkdir (on Windows) system calls. An implementation based on SQLite is also provided, more as a demonstration of the possibilities it provides than as production-quality code.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "davidgilman1",
"github": "dgilman",
"ports_count": 146
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py27-pbr",
"py27-setuptools",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python27"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py27-python-daemon",
"bcfg2"
]
}
]
},
{
"name": "py27-logbook",
"portdir": "python/py-logbook",
"version": "1.5.3",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://packages.python.org/Logbook/",
"description": "Python logging replacement module.",
"long_description": "Python logging replacement module.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2897
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py27-setuptools",
"clang-16",
"py27-cython-compat"
]
},
{
"type": "lib",
"ports": [
"python27"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"pyfa"
]
}
]
},
{
"name": "py27-logcat-color",
"portdir": "python/py-logcat-color",
"version": "0.6.0",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/marshall/logcat-color",
"description": "A colorful logcat",
"long_description": "A colorful and highly configurable alternative to the standard adb logcat command from the Android SDK",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py27-setuptools",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"python27",
"py27-colorama"
]
},
{
"type": "run",
"ports": [
"android-platform-tools",
"logcat-color_select"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-logcat-color"
]
}
]
},
{
"name": "py27-logilab-common",
"portdir": "python/py-logilab-common",
"version": "1.4.4",
"license": "LGPL-2.1+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.logilab.org/project/logilab-common",
"description": "A number of modules used by various projects from Logilab",
"long_description": "A number of modules used by various projects from Logilab",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2897
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python27",
"py27-setuptools",
"py27-six"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py27-logilab-constraint",
"py27-logilab-hmm"
]
}
]
},
{
"name": "py27-logilab-constraint",
"portdir": "python/py-logilab-constraint",
"version": "0.6.0",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.logilab.org/project/logilab-constraint",
"description": "python module for solving constraint satisfaction problems",
"long_description": "The constraint package is a constraint satisfaction problem solver written in 100% pure Python, using constraint propagation algorithms. So far, facilities are provided to work with finite domains only.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2897
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"python27",
"py27-logilab-common"
]
}
],
"depends_on": []
},
{
"name": "py27-logilab-hmm",
"portdir": "python/py-logilab-hmm",
"version": "0.5.0",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.logilab.org/project/logilab-hmm",
"description": "Python Hidden Markov model implementation",
"long_description": "logilab-hmm is an implementation of Hidden Markov model and associated algorithms (Viterbi and Baum-Welsh).",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [
"clang13",
"clang14",
"clang15",
"clang16",
"clang17",
"clang18",
"clang19",
"clang20",
"clang21",
"clang22",
"clangdevel",
"g95",
"gcc10",
"gcc11",
"gcc12",
"gcc13",
"gcc14",
"gcc15",
"gccdevel",
"gfortran"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"gcc15"
]
},
{
"type": "lib",
"ports": [
"libgcc",
"python27",
"py27-logilab-common",
"py27-numpy"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-logilab-hmm"
]
}
]
},
{
"name": "py27-lscsoft-glue",
"portdir": "python/py-lscsoft-glue",
"version": "2.0.0",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://git.ligo.org/lscsoft/glue/",
"description": "Grid LSC User Environment",
"long_description": "Glue is a suite of python modules and programs to allow users to run LSC codes on the grid.",
"active": false,
"categories": [
"science",
"python"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py27-setuptools",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py27-numpy",
"python27",
"py27-six",
"py27-openssl",
"py27-ligo-segments"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py27-lalinference",
"py27-lalburst",
"py27-lalinspiral",
"py27-lal",
"dqsegdb"
]
}
]
},
{
"name": "py27-lxml",
"portdir": "python/py-lxml",
"version": "5.0.2",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://lxml.de/",
"description": "Powerful and Pythonic XML processing library",
"long_description": "lxml is a Pythonic binding for the libxml2 and libxslt libraries. It is unique in that it combines the speed and feature completeness of these libraries with the simplicity of a native Python API, mostly compatible but superior to the well-known ElementTree API.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "petr",
"github": "petrrr",
"ports_count": 618
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py27-cython",
"py27-setuptools",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"libxslt",
"zlib",
"python27",
"libxml2"
]
},
{
"type": "test",
"ports": [
"py27-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py27-xmlsec",
"py27-pptx",
"py27-comet",
"py27-soaplib",
"py27-voeventlib",
"gnuradio37",
"bcfg2",
"py27-xmldiff",
"gnuradio-devel",
"py27-agate",
"py27-benchexec",
"py27-breadability",
"py27-datacite",
"py27-docx",
"py27-imdb",
"py27-leather",
"py27-parsel",
"py27-ezodf",
"py27-prov",
"py27-obspy",
"py27-scrapy",
"mythtv-core.28",
"py27-twill",
"py27-beautifulsoup4",
"mythtv-core.27"
]
},
{
"type": "run",
"ports": [
"py27-pyquery",
"py27-pypeg2",
"john-jumbo",
"py27-fonttools"
]
}
]
},
{
"name": "py27-ly",
"portdir": "python/py-ly",
"version": "0.9.7",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/wbsoft/python-ly",
"description": "Tool and library for manipulating LilyPond files",
"long_description": "The python-ly package provides a Python library and a commandline tool that can be used to parse and manipulate LilyPond source files.",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "davide.liessi",
"github": "dliessi",
"ports_count": 72
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"python27"
]
}
],
"depends_on": []
},
{
"name": "py27-lz4",
"portdir": "python/py-lz4",
"version": "2.2.1",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/python-lz4/python-lz4",
"description": "LZ4 bindings for Python",
"long_description": "LZ4 bindings for Python",
"active": false,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py27-pkgconfig",
"py27-setuptools_scm",
"clang-12"
]
},
{
"type": "lib",
"ports": [
"lz4",
"python27",
"py27-future"
]
},
{
"type": "test",
"ports": [
"py27-psutil",
"py27-pytest",
"py27-pytest-runner"
]
}
],
"depends_on": []
},
{
"name": "py27-m2crypto",
"portdir": "python/py-m2crypto",
"version": "0.40.1",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.python.org/pypi/m2crypto",
"description": "Crypto and SSL toolkit for Python",
"long_description": "M2Crypto is the most complete Python wrapper for OpenSSL.",
"active": true,
"categories": [
"devel",
"python",
"crypto"
],
"maintainers": [
{
"name": "allan.que",
"github": "aque",
"ports_count": 15
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"py27-setuptools",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"openssl11",
"swig-python",
"python27",
"py27-typing"
]
},
{
"type": "test",
"ports": [
"py27-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py27-euca2ools",
"dqsegdb",
"ligo-lvalert"
]
}
]
},
{
"name": "py27-m2r",
"portdir": "python/py-m2r",
"version": "0.2.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/miyakogi/m2r",
"description": "Converts a markdown file including reStructuredText (rst) markups to a valid rst format",
"long_description": "M2R converts a markdown file including reStructuredText (rst) markups to a valid rst format.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "mcalhoun",
"github": "MarcusCalhoun-Lopez",
"ports_count": 1604
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py27-setuptools",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python27"
]
},
{
"type": "run",
"ports": [
"py27-setuptools",
"py27-mistune",
"py27-docutils"
]
},
{
"type": "test",
"ports": [
"py27-mock",
"py27-pygments",
"py27-pytest"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"py27-automat"
]
}
]
},
{
"name": "py27-macfsevents",
"portdir": "python/py-macfsevents",
"version": "0.8.1",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/malthe/macfsevents",
"description": "Thread-based interface to file system observation primitives.",
"long_description": "MacFSEvents is a Python library that provides thread-safe directory observation primitives using callbacks. It wraps the Mac OS X FSEvents API in a C-extension.",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2897
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py27-setuptools"
]
},
{
"type": "lib",
"ports": [
"python27"
]
}
],
"depends_on": []
},
{
"name": "py27-macholib",
"portdir": "python/py-macholib",
"version": "1.16.4",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://macholib.readthedocs.io/",
"description": "Mach-O header analysis and editing",
"long_description": "macholib can be used to analyze and edit Mach-O headers, the executable format used by Mac OS X. It is typically used as a dependency analysis tool, and also to rewrite dylib references in Mach-O headers to be @executable_path relative. Though this tool targets a platform specific file format, it is pure python code that is platform and endian independent.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "jmr",
"github": "jmroot",
"ports_count": 353
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python27",
"py27-altgraph",
"py27-setuptools"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py27-py2app"
]
}
]
},
{
"name": "py27-magic",
"portdir": "python/py-magic",
"version": "0.4.27",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/ahupp/python-magic",
"description": "File type identification using libmagic",
"long_description": "Determines the mime type of a file using magic numbers. Can also operate on arbitrary data streams. Much like the Unix file(1) program.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2897
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py27-setuptools",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python27",
"libmagic"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"alot"
]
},
{
"type": "lib",
"ports": [
"py27-eyed3",
"fdroidserver"
]
}
]
},
{
"name": "py27-magpy",
"portdir": "python/py-magpy",
"version": "0.4.7",
"license": "GPL-3",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/geomagpy/magpy",
"description": "Geomagnetic analysis tools.",
"long_description": "Geomagnetic analysis tools.",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "mojca",
"github": "mojca",
"ports_count": 56
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py27-setuptools",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"python27"
]
},
{
"type": "run",
"ports": [
"py27-numpy",
"py27-pexpect",
"py27-pymysql",
"py27-scipy",
"py27-wxpython-3.0",
"py27-netcdf4",
"py27-matplotlib"
]
}
],
"depends_on": []
},
{
"name": "py27-mahotas",
"portdir": "python/py-mahotas",
"version": "1.4.11",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://luispedro.org/software/mahotas/",
"description": "Set of functions for image processing and computer vision in Python",
"long_description": "Set of functions for image processing and computer vision in Python",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2897
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"python27",
"py27-Pillow",
"freeimage",
"py27-numpy",
"py27-setuptools",
"py27-imread"
]
}
],
"depends_on": []
},
{
"name": "py27-mako",
"portdir": "python/py-mako",
"version": "1.1.6",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.makotemplates.org/",
"description": "A super-fast templating language that borrows the best ideas from the existing templating languages.",
"long_description": "Mako is a template library written in Python. It provides a familiar, non-XML syntax which compiles into Python modules for maximum performance. Mako's syntax and API borrows from the best ideas of many others, including Django templates, Cheetah, Myghty, and Genshi. Conceptually, Mako is an embedded Python (i.e. Python Server Page) language, which refines the familiar ideas of componentized layout and inheritance to produce one of the most straightforward and flexible models available, while also maintaining close ties to Python calling and scoping semantics.",
"active": true,
"categories": [
"www",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2897
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python27",
"py27-beaker",
"py27-markupsafe",
"py27-setuptools"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"py27-pyopencl"
]
},
{
"type": "lib",
"ports": [
"gnuradio-devel",
"py27-pygpu",
"py27-alembic",
"digital_rf",
"py27-smisk"
]
}
]
},
{
"name": "py27-managesieve",
"portdir": "python/py-managesieve",
"version": "0.6",
"license": "(PSF or GPL-3)",
"platforms": "darwin freebsd",
"epoch": 0,
"replaced_by": null,
"homepage": "https://managesieve.readthedocs.io/",
"description": "Protocol for remotely managing Sieve scripts",
"long_description": "A Protocol for remotely managing Sieve Scripts. A MANGAGESIEVE client library for remotely managing Sieve scripts, including an interactive sieveshell.",
"active": false,
"categories": [
"mail",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py27-pytest-runner",
"py27-setuptools"
]
},
{
"type": "lib",
"ports": [
"python27"
]
},
{
"type": "test",
"ports": [
"py27-pytest"
]
}
],
"depends_on": []
},
{
"name": "py27-mando",
"portdir": "python/py-mando",
"version": "0.6.4",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://mando.readthedocs.org/",
"description": "Create Python CLI apps with little to no effort at all!",
"long_description": "mando is a wrapper around argparse, and allows you to write complete CLI applications in seconds while maintaining all the flexibility.",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "g5pw",
"github": "g5pw",
"ports_count": 28
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py27-setuptools"
]
},
{
"type": "lib",
"ports": [
"python27",
"py27-six"
]
}
],
"depends_on": []
},
{
"name": "py27-marisa-trie",
"portdir": "python/py-marisa-trie",
"version": "0.7.5",
"license": "LGPL",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/kmike/marisa-trie",
"description": "Static memory-efficient & fast Trie structures for Python (based on marisa-trie C++ library)",
"long_description": "Static memory-efficient & fast Trie structures for Python (based on marisa-trie C++ library)",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2897
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py27-setuptools"
]
},
{
"type": "lib",
"ports": [
"python27"
]
},
{
"type": "test",
"ports": [
"py27-hypothesis",
"py27-pytest",
"py27-readme_renderer"
]
}
],
"depends_on": []
},
{
"name": "py27-markdown",
"portdir": "python/py-markdown",
"version": "3.1.1",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://python-markdown.github.io/",
"description": "Python implementation of Markdown",
"long_description": "This is a Python implementation of John Gruber’s Markdown. It is almost completely compliant with the reference implementation, though there are a few very minor differences.",
"active": true,
"categories": [
"textproc",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2897
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python27",
"py27-setuptools"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"redo"
]
},
{
"type": "lib",
"ports": [
"py27-tensorboard1"
]
}
]
},
{
"name": "py27-markdown2",
"portdir": "python/py-markdown2",
"version": "2.4.0",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/trentm/python-markdown2",
"description": "A fast and complete implementation of Markdown in Python",
"long_description": "A fast and complete implementation of Markdown in Python. Markdown2 comes with a number of extensions for things like syntax coloring, tables, header-ids.",
"active": false,
"categories": [
"textproc",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py27-setuptools",
"clang-12"
]
},
{
"type": "lib",
"ports": [
"python27"
]
},
{
"type": "run",
"ports": [
"py27-pygments"
]
}
],
"depends_on": []
},
{
"name": "py27-markupsafe",
"portdir": "python/py-markupsafe",
"version": "1.1.1",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://palletsprojects.com/p/markupsafe/",
"description": "Implements a XML/HTML/XHTML Markup safe string for Python",
"long_description": "Implements a XML/HTML/XHTML Markup safe string for Python",
"active": true,
"categories": [
"textproc",
"python"
],
"maintainers": [
{
"name": "jmr",
"github": "jmroot",
"ports_count": 353
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py27-setuptools",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python27"
]
},
{
"type": "test",
"ports": [
"py27-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py27-mako",
"py27-jinja2",
"py27-webhelpers",
"py27-werkzeug"
]
}
]
},
{
"name": "py27-matplotlib",
"portdir": "python/py27-matplotlib",
"version": "2.2.5",
"license": "(PSF or BSD)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://matplotlib.org/",
"description": "Matplotlib is a python plotting library",
"long_description": "Matplotlib strives to produce publication quality 2D graphics for interactive graphing, scientific publishing, user interface development and web application servers targeting multiple user interfaces and hardcopy output formats. There is a 'pylab' mode which emulates matlab graphics. The library uses numpy for handling large data sets and supports a variety of output backends. This port provides variants for the different GUIs (gtk2, gtk3, tkinter, qt4, qt5, cairo, latex).",
"active": true,
"categories": [
"graphics",
"math",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 2220
}
],
"variants": [
"gtk2",
"qt4",
"webagg",
"tkinter",
"gtk3",
"qt5",
"cairo",
"dvipng",
"ghostscript",
"latex",
"pdftops",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"py27-setuptools",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"freetype",
"py27-backports-functools_lru_cache",
"py27-cairo",
"py27-cycler",
"py27-dateutil",
"py27-importlib-resources",
"libpng",
"py27-numpy",
"py27-parsing",
"py27-six",
"py27-subprocess32",
"py27-tornado",
"py27-tz",
"py27-kiwisolver",
"python27",
"qhull"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py27-nltk",
"py27-seaborn",
"py27-stfio",
"py27-MDAnalysis",
"py27-astlib",
"py27-astroML",
"py27-cartopy",
"py27-control",
"py27-descartes",
"py27-gwpy",
"py27-healpy",
"py27-ipympl",
"py27-mpld3",
"py27-qutip",
"py27-sfepy",
"py27-spacepy",
"py27-lalinference",
"py27-commpy",
"py27-matplotlib-basemap",
"py27-fipy",
"py27-obspy",
"py27-corner",
"py27-pytest-mpl",
"alps",
"py27-pacal",
"py27-pyFAI",
"py27-pymca",
"py27-pyml",
"py27-trep",
"py27-pyphant",
"py27-pyphant-osc",
"py27-pandas",
"py27-psychopy",
"py27-pyslides",
"py27-pyvttbl",
"py27-scitools",
"HORTON",
"nMOLDYN"
]
},
{
"type": "run",
"ports": [
"gr37-lte",
"gr37-mac",
"gr37-ofdm",
"gr37-osmosdr",
"gr37-pcap",
"py27-magpy",
"gr37-pyqt",
"gr37-rds",
"pyfa",
"gr37-satellites",
"gr37-mapper",
"gnuradio-devel",
"gr37-sdrplay",
"py27-scapy",
"py27-aplpy",
"gr37-specest",
"gr37-tdd",
"gnuradio37",
"py27-colour",
"gr37-adapt",
"gr37-air-modes",
"py27-gammapy",
"gr37-ais",
"gr37-baz",
"py27-htseq",
"gr37-cdma",
"py27-kapteyn",
"py27-memprof",
"gr37-fcdproplus",
"py27-pyregion",
"gr37-foo",
"gr37-fosphor",
"gr37-gfdm",
"py27-yt",
"gr37-gsm",
"gr37-ieee802-11",
"gr37-ieee802-15-4",
"gr37-iio",
"gr37-iqbalance",
"py27-scikit-image",
"gr37-iridium",
"gr37-limesdr",
"gr37-lora-BastilleResearch",
"digital_rf",
"gr37-lora-rpp0"
]
},
{
"type": "test",
"ports": [
"py27-nbval"
]
}
]
},
{
"name": "py27-matplotlib-basemap",
"portdir": "python/py-matplotlib-basemap",
"version": "1.2.2",
"license": "LGPL-2.1",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/matplotlib/basemap",
"description": "matplotlib toolkit for plotting data on map projections",
"long_description": "Matplotlib basemap is a matplotlib toolkit python library for plotting data on map projections",
"active": false,
"categories": [
"graphics",
"math",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py27-setuptools"
]
},
{
"type": "lib",
"ports": [
"py27-numpy",
"py27-pyproj",
"python27",
"py27-six",
"geos",
"py27-pyshp",
"py27-matplotlib"
]
}
],
"depends_on": []
},
{
"name": "py27-mcrypt",
"portdir": "python/py-mcrypt",
"version": "1.1",
"license": "LGPL-2.1+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://niemeyer.net/python-mcrypt",
"description": "a comprehensive Python interface to the mcrypt library",
"long_description": "py-mcrypt is a comprehensive Python interface to the mcrypt library, which provides a uniform interface to several symmetric encryption algorithms. It is intended to have a simple interface to access encryption algorithms in ofb, cbc, cfb, ecb and stream modes. The algorithms it supports are DES, 3DES, RIJNDAEL, Twofish, IDEA, GOST, CAST-256, ARCFOUR, SERPENT, SAFER+, and more.",
"active": false,
"categories": [
"python"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"python27",
"mcrypt"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-mcrypt"
]
}
]
},
{
"name": "py27-MDAnalysis",
"portdir": "python/py-MDAnalysis",
"version": "1.0.0",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.mdanalysis.org/",
"description": "An object-oriented toolkit to analyze molecular dynamics trajectories generated by CHARMM, Gromacs, NAMD, LAMMPS, or Amber.",
"long_description": "An object-oriented toolkit to analyze molecular dynamics trajectories generated by CHARMM, Gromacs, NAMD, LAMMPS, or Amber. It also reads other formats (e.g. PDB files and XYZ format trajectories. It can write most of the coordinate formats, too, together with atom selections for use in Gromacs, CHARMM, VMD and PyMOL.",
"active": false,
"categories": [
"science",
"python"
],
"maintainers": [
{
"name": "giovanni.bussi",
"github": "GiovanniBussi",
"ports_count": 97
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py27-setuptools"
]
},
{
"type": "lib",
"ports": [
"py27-biopython",
"py27-gsd",
"py27-joblib",
"py27-matplotlib",
"py27-mmtf-python",
"python27",
"py27-networkx",
"py27-numpy",
"py27-scipy",
"py27-six",
"py27-tqdm",
"py27-mock",
"py27-GridDataFormats"
]
}
],
"depends_on": []
},
{
"name": "py27-mdp-toolkit",
"portdir": "python/py-mdp-toolkit",
"version": "3.5",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "http://mdp-toolkit.sourceforge.net/",
"description": "Modular toolkit for Data Processing.",
"long_description": "Modular toolkit for Data Processing.",
"active": false,
"categories": [
"science",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2897
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"python27",
"py27-future",
"py27-numpy"
]
},
{
"type": "test",
"ports": [
"py27-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py27-pymca"
]
}
]
},
{
"name": "py27-mdtraj",
"portdir": "python/py-mdtraj",
"version": "1.9.4",
"license": "LGPL-2.1+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.mdtraj.org",
"description": "A modern, open library for the analysis of molecular dynamics trajectories",
"long_description": "Read, write and analyze MD trajectories with only a few lines of Python code. For details, see the website at mdtraj.org. MDTraj is research software. If you make use of MDTraj in scientific publications, please cite it.",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "giovanni.bussi",
"github": "GiovanniBussi",
"ports_count": 97
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py27-cython",
"clang-12"
]
},
{
"type": "lib",
"ports": [
"py27-numpy",
"py27-pandas",
"py27-parsing",
"python27",
"py27-setuptools",
"py27-tables",
"py27-scipy",
"py27-astor"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py27-barnaba"
]
}
]
},
{
"name": "py27-mecab-python3",
"portdir": "python/py-mecab-python3",
"version": "1.0.2",
"license": "(GPL or LGPL or BSD)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/SamuraiT/mecab-python3",
"description": "Python wrapper for the MeCab morphological analyzer for Japanese",
"long_description": "Python wrapper for the MeCab morphological analyzer for Japanese",
"active": false,
"categories": [
"textproc",
"japanese",
"python"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py27-setuptools_scm"
]
},
{
"type": "lib",
"ports": [
"python27",
"mecab-utf8"
]
}
],
"depends_on": []
},
{
"name": "py27-mechanize",
"portdir": "python/py-mechanize",
"version": "0.2.5",
"license": "(BSD or ZPL-2.1)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "http://wwwsearch.sourceforge.net/mechanize",
"description": "Stateful programmatic web browsing",
"long_description": "Stateful programmatic web browsing, after Andy Lester's Perl module WWW::Mechanize.",
"active": true,
"categories": [
"www",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py27-setuptools",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python27"
]
},
{
"type": "test",
"ports": [
"py27-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py27-libgmail",
"py-mechanize"
]
}
]
},
{
"name": "py27-medusa",
"portdir": "python/py-medusa",
"version": "0.5.4",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.python.org/pypi/medusa",
"description": "Framework for asynchronous socket-based servers.",
"long_description": "Medusa is a framework for writing asynchronous socket-based servers.",
"active": false,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py27-setuptools",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"python27"
]
}
],
"depends_on": []
},
{
"name": "py27-meld3",
"portdir": "python/py-meld3",
"version": "2.0.0",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/supervisor/meld3",
"description": "SGML template system",
"long_description": "meld3 is an HTML/XML templating system for Python 2.3+ which keeps template markup and dynamic rendering logic separate from one another.",
"active": false,
"categories": [
"textproc",
"python"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py27-setuptools"
]
},
{
"type": "lib",
"ports": [
"python27"
]
}
],
"depends_on": []
},
{
"name": "py27-memprof",
"portdir": "python/py-memprof",
"version": "0.3.6",
"license": "GPL-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://jmdana.github.io/memprof/",
"description": "Memprof is a memory profiler for Python.",
"long_description": "Memprof is a memory profiler for Python. It logs and plots the memory usage of all the variables during the execution of the decorated methods.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "g5pw",
"github": "g5pw",
"ports_count": 28
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py27-cython",
"py27-setuptools"
]
},
{
"type": "lib",
"ports": [
"python27"
]
},
{
"type": "run",
"ports": [
"memprof_select",
"py27-matplotlib"
]
}
],
"depends_on": []
},
{
"name": "py27-mercantile",
"portdir": "python/py-mercantile",
"version": "1.2.1",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/mapbox/mercantile",
"description": "Spherical mercator and XYZ tile utilities",
"long_description": "Spherical mercator and XYZ tile utilities",
"active": false,
"categories": [
"devel",
"python",
"gis"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2897
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"python27",
"py27-click",
"py27-setuptools"
]
}
],
"depends_on": []
},
{
"name": "py27-mercurial_extension_utils",
"portdir": "python/py-mercurial_extension_utils",
"version": "1.5.2",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://foss.heptapod.net/mercurial/mercurial-extension_utils",
"description": "Utility methods for Mercurial extensions",
"long_description": "Utility methods for Mercurial extensions",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "danchr",
"github": "danchr",
"ports_count": 175
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py27-setuptools",
"clang-13"
]
},
{
"type": "lib",
"ports": [
"python27"
]
},
{
"type": "run",
"ports": [
"mercurial"
]
}
],
"depends_on": []
},
{
"name": "py27-mercurial_keyring",
"portdir": "python/py-mercurial_keyring",
"version": "1.3.1",
"license": "none",
"platforms": "darwin",
"epoch": 0,
"replaced_by": "hg-keyring",
"homepage": "https://www.macports.org",
"description": "Obsolete port, replaced by hg-keyring",
"long_description": "This port has been replaced by hg-keyring.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "extract",
"ports": [
null
]
},
{
"type": "fetch",
"ports": [
null
]
},
{
"type": "lib",
"ports": [
null
]
},
{
"type": "patch",
"ports": [
null
]
},
{
"type": "run",
"ports": [
null
]
},
{
"type": "test",
"ports": [
null
]
}
],
"depends_on": []
},
{
"name": "py27-meta",
"portdir": "python/py-meta",
"version": "1.0.2",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://srossross.github.io/Meta/",
"description": "A Pure Python module containing a framework to manipulate and analyze python ast's and bytecode.",
"long_description": "A Pure Python module containing a framework to manipulate and analyze python ast's and bytecode.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2897
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"python27",
"py27-setuptools"
]
}
],
"depends_on": []
},
{
"name": "py27-metakernel",
"portdir": "python/py-metakernel",
"version": "0.28.2",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/Calysto/metakernel",
"description": "A Jupyter/IPython kernel template",
"long_description": "A Jupyter/IPython kernel template which includes core magic functions (including help, command and file path completion, parallel and distributed processing, downloads, and much more).",
"active": false,
"categories": [
"devel",
"science",
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1547
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-12"
]
},
{
"type": "lib",
"ports": [
"python27",
"py27-notebook"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py27-oct2py"
]
}
]
},
{
"name": "py27-metar",
"portdir": "python/py-metar",
"version": "0.21",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.schwarzvogel.de/software/pymetar.html",
"description": "python interface to the weather reports of the NOAA",
"long_description": "This library downloads the weather report for a given NOAA station ID (get yours here), decodes it and provides easy access to all the data found in the report.",
"active": false,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py27-setuptools"
]
},
{
"type": "lib",
"ports": [
"python27"
]
}
],
"depends_on": []
},
{
"name": "py27-mhash",
"portdir": "python/py-mhash",
"version": "1.4",
"license": "LGPL",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://labix.org/python-mhash",
"description": "A comprehensive Python interface to the mhash library.",
"long_description": "A comprehensive Python interface to the mhash library, which provides a uniform interface to access several hashing algorithms such as MD4, MD5, SHA1, SHA160, and many others.",
"active": false,
"categories": [
"security",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2897
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py27-setuptools"
]
},
{
"type": "lib",
"ports": [
"mhash",
"python27"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-mhash"
]
}
]
},
{
"name": "py27-milk",
"portdir": "python/py-milk",
"version": "0.6.1",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://luispedro.org/software/milk",
"description": "Machine Learning Toolkit",
"long_description": "Machine Learning Toolkit",
"active": false,
"categories": [
"science",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2897
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py27-setuptools",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"python27",
"eigen3",
"py27-numpy"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-milk"
]
}
]
},
{
"name": "py27-mimeparse",
"portdir": "python/py-mimeparse",
"version": "1.6.0",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/dbtsai/python-mimeparse",
"description": "Basic functions for handling mimetypes in Python",
"long_description": "Basic functions for handling mimetypes in Python",
"active": false,
"categories": [
"www",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py27-setuptools"
]
},
{
"type": "lib",
"ports": [
"python27"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py27-tastypie"
]
}
]
},
{
"name": "py27-minecraft-overviewer",
"portdir": "python/py-minecraft-overviewer",
"version": "0.12.280_2018-11-18",
"license": "GPL-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://overviewer.org/",
"description": "Render high-resolution maps of a Minecraft world with a Google Maps powered interface",
"long_description": "Render high-resolution maps of a Minecraft world with a Google Maps powered interface",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py27-numpy",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python27"
]
},
{
"type": "run",
"ports": [
"py27-numpy"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-minecraft-overviewer"
]
}
]
},
{
"name": "py27-minfx",
"portdir": "python/py-minfx",
"version": "1.0.3",
"license": "GPL-3+",
"platforms": "{darwin any} freebsd",
"epoch": 0,
"replaced_by": null,
"homepage": "https://gna.org/projects/minfx/",
"description": "The minfx optimisation library.",
"long_description": "The minfx project is a python package for numerical optimisation.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "howarth.at.macports",
"github": "jwhowarth",
"ports_count": 18
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python27"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-minfx"
]
}
]
}
]
}