HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 52349,
"next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-name&page=226",
"previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-name&page=224",
"results": [
{
"name": "py-spaCy",
"portdir": "python/py-spaCy",
"version": "3.8.14",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://spacy.io",
"description": "Industrial-strength Natural Language Processing (NLP) with Python and Cython",
"long_description": "Industrial-strength Natural Language Processing (NLP) with Python and Cython",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "pguyot",
"github": "pguyot",
"ports_count": 196
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py314-spaCy"
]
}
],
"depends_on": []
},
{
"name": "py-spacepy",
"portdir": "python/py-spacepy",
"version": "0.7.0",
"license": "PSF",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://spacepy.github.io",
"description": "SpacePy: Tools for Space Science Applications",
"long_description": "SpacePy: Tools for Space Science Applications",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py314-spacepy"
]
}
],
"depends_on": []
},
{
"name": "py-soxr",
"portdir": "python/py-soxr",
"version": "0.5.0.post1",
"license": "LGPL-2.1+",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/dofuuz/python-soxr",
"description": "High quality, one-dimensional sample-rate conversion library for Python",
"long_description": "High quality, one-dimensional sample-rate conversion library for Python",
"active": true,
"categories": [
"audio",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py314-soxr"
]
}
],
"depends_on": []
},
{
"name": "py-sox",
"portdir": "python/py-sox",
"version": "1.5.0",
"license": "BSD",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/rabitt/pysox",
"description": "Python wrapper around SoX.",
"long_description": "Python wrapper around SoX.",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py314-sox"
]
}
],
"depends_on": []
},
{
"name": "py-south",
"portdir": "python/py-south",
"version": "1.0.2",
"license": "Apache-2",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://south.aeracode.org/",
"description": "intelligent schema migrations for Django apps",
"long_description": "South provides intelligent, database-independant, semi-automatic, schema migrations for Django apps.",
"active": true,
"categories": [
"www",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py27-south"
]
}
],
"depends_on": []
},
{
"name": "py-soupsieve",
"portdir": "python/py-soupsieve",
"version": "2.8.4",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/facelessuser/soupsieve",
"description": "Soup Sieve is a CSS selector library designed to be used with Beautiful Soup 4",
"long_description": "Soup Sieve is a CSS selector library designed to be used with Beautiful Soup 4 It aims to provide selecting, matching, and filtering using modern CSS selectors. Soup Sieve currently provides selectors from the CSS level 1 specifications up through the latest CSS level 4 drafts and beyond.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1547
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py314-soupsieve"
]
}
],
"depends_on": []
},
{
"name": "py-soundfile",
"portdir": "python/py-soundfile",
"version": "0.13.1",
"license": "BSD",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/bastibe/python-soundfile",
"description": "SoundFile is an audio library based on libsndfile, CFFI, and NumPy.",
"long_description": "SoundFile is an audio library based on libsndfile, CFFI, and NumPy. SoundFile can read and write sound files. File reading/writing is supported through libsndfile, which is a free, cross-platform, open-source (LGPL) library for reading and writing many different sampled sound file formats that runs on many platforms including Windows, OS X, and Unix. It is accessed through CFFI, which is a foreign function interface for Python calling C code. CFFI is supported for CPython 2.6+, 3.x and PyPy 2.0+. SoundFile represents audio data as NumPy arrays.",
"active": true,
"categories": [
"audio",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py314-soundfile"
]
}
],
"depends_on": []
},
{
"name": "py-sounddevice",
"portdir": "python/py-sounddevice",
"version": "0.5.3",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://python-sounddevice.readthedocs.io/",
"description": "Play and Record Sound with Python",
"long_description": "This Python module provides bindings for the PortAudio library and a few convenience functions to play and record NumPy arrays containing audio signals",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py314-sounddevice"
]
}
],
"depends_on": []
},
{
"name": "py-soundcloud-v2",
"portdir": "python/py-soundcloud-v2",
"version": "1.6.0",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/7x11x13/soundcloud.py",
"description": "Python wrapper for the v2 SoundCloud API",
"long_description": "Python wrapper for the v2 SoundCloud API",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py313-soundcloud-v2"
]
}
],
"depends_on": []
},
{
"name": "py-sortedcontainers",
"portdir": "python/py-sortedcontainers",
"version": "2.4.0",
"license": "Apache-2",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://grantjenks.com/docs/sortedcontainers/",
"description": "Python sorted container types.",
"long_description": "Python sorted container types.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2897
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py314-sortedcontainers"
]
}
],
"depends_on": []
},
{
"name": "py-sortedcollections",
"portdir": "python/py-sortedcollections",
"version": "2.1.0",
"license": "Apache-2",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://grantjenks.com/docs/sortedcollections/",
"description": "Python sorted collections.",
"long_description": "Python sorted collections.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2897
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py314-sortedcollections"
]
}
],
"depends_on": []
},
{
"name": "py-sogl",
"portdir": "python/py-sogl",
"version": "0.2.1",
"license": "wxwidgets",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.fmf.uni-freiburg.de/service/servicegruppen/sg_wissinfo/projekte/Pyphant",
"description": "slightly modified version of the object graphics library",
"long_description": "The object graphics library is a canvas library inside the wxWidgets project. This version has been modified to better suit the needs of our own project, the pyphant.",
"active": false,
"categories": [
"science",
"python"
],
"maintainers": [
{
"name": "servicegruppe.wissinfo",
"github": "",
"ports_count": 9
},
{
"name": "rowue",
"github": "rowue",
"ports_count": 10
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"py27-sogl"
]
}
],
"depends_on": []
},
{
"name": "py-soco",
"portdir": "python/py-soco",
"version": "0.30.10",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/SoCo/SoCo",
"description": "SoCo (Sonos Controller) is a simple library to control Sonos speakers.",
"long_description": "SoCo (Sonos Controller) is a simple library to control Sonos speakers.",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py313-soco"
]
}
],
"depends_on": []
},
{
"name": "py-socksio",
"portdir": "python/py-socksio",
"version": "1.0.0",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/sethmlarson/socksio",
"description": "Sans-I/O implementation of SOCKS4, SOCKS4A, and SOCKS5.",
"long_description": "Sans-I/O implementation of SOCKS4, SOCKS4A, and SOCKS5.",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py314-socksio"
]
}
],
"depends_on": []
},
{
"name": "py-socks",
"portdir": "python/py-socks",
"version": "1.7.0",
"license": "BSD",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/Anorov/PySocks",
"description": "python SOCKS client module",
"long_description": "PySOCKS is a SOCKS client module, branched off several earlier abandoned projects",
"active": true,
"categories": [
"devel",
"net",
"python"
],
"maintainers": [
{
"name": "aronnax",
"github": "lpsinger",
"ports_count": 443
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py314-socks"
]
}
],
"depends_on": []
},
{
"name": "py-socketpool",
"portdir": "python/py-socketpool",
"version": "0.5.3",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/benoitc/socketpool",
"description": "Socketpool - a simple Python socket pool.",
"long_description": "Socket pool is a simple socket pool that supports multiple factories and backends. It can easily be used by gevent, eventlet or any other library.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2897
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py27-socketpool"
]
}
],
"depends_on": []
},
{
"name": "py-socketio",
"portdir": "python/py-socketio",
"version": "5.16.0",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/miguelgrinberg/python-socketio",
"description": "Python Socket.IO server and client",
"long_description": "Python implementation of the Socket.IO realtime client and server.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 648
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py313-socketio"
]
}
],
"depends_on": []
},
{
"name": "py-socid-extractor",
"portdir": "python/py-socid-extractor",
"version": "0.1.0",
"license": "GPL-3",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/soxoj/socid-extractor",
"description": "Extract information about a user from profile webpages / API responses and save it in machine-readable format.",
"long_description": "Extract information about a user from profile webpages / API responses and save it in machine-readable format.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1547
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py314-socid-extractor"
]
}
],
"depends_on": []
},
{
"name": "py-soappy",
"portdir": "python/py-soappy",
"version": "0.11.6",
"license": "BSD and ZPL-2",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "http://pywebsvcs.sourceforge.net/",
"description": "SOAP library for Python",
"long_description": "The goal of the SOAPpy team is to provide a full-featured SOAP library for Python that is very simple to use and that fully supports dynamic interaction between clients and servers.",
"active": false,
"categories": [
"net",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "lib",
"ports": [
"py27-soappy"
]
}
],
"depends_on": []
},
{
"name": "py-soaplib",
"portdir": "python/py-soaplib",
"version": "1.0.0",
"license": "LGPL-2.1+",
"platforms": "any",
"epoch": 1,
"replaced_by": null,
"homepage": "https://github.com/soaplib/soaplib",
"description": "A simple library for writing soap web services.",
"long_description": "This is a simple, easily extendible soap library that provides several useful tools for creating and publishing soap web services in python. This package features on-demand WSDL generation for the published services, a WSGI-compliant web application, support for complex class structures, binary attachments, simple framework for creating additional serialization mechanisms and a client library.",
"active": true,
"categories": [
"www",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py27-soaplib"
]
}
],
"depends_on": []
},
{
"name": "py-snuggs",
"portdir": "python/py-snuggs",
"version": "1.4.7",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/mapbox/snuggs",
"description": "Snuggs are s-expressions for Numpy",
"long_description": "Snuggs are s-expressions for Numpy",
"active": true,
"categories": [
"devel",
"math",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2897
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py313-snuggs"
]
}
],
"depends_on": []
},
{
"name": "py-snowballstemmer",
"portdir": "python/py-snowballstemmer",
"version": "3.1.1",
"license": "BSD",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/snowballstem/snowball",
"description": "This package provides 23 stemmer algorithms for 22 languages generated from Snowball algorithms.",
"long_description": "This package provides 23 stemmer algorithms for 22 languages generated from Snowball algorithms.",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py314-snowballstemmer"
]
}
],
"depends_on": []
},
{
"name": "py-snmp",
"portdir": "python/py-snmp",
"version": "4.4.12",
"license": "BSD",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "http://snmplabs.com/pysnmp/",
"description": "SNMP library for Python",
"long_description": "SNMP library for Python",
"active": true,
"categories": [
"net",
"python"
],
"maintainers": [
{
"name": "valyukov",
"github": "valyukov",
"ports_count": 8
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py310-snmp"
]
}
],
"depends_on": []
},
{
"name": "py-sniffio",
"portdir": "python/py-sniffio",
"version": "1.3.1",
"license": "(Apache-2 or MIT)",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/python-trio/sniffio",
"description": "Sniff out which async library your code is running under",
"long_description": "This is a tiny package whose only purpose is to let you detect which async library your code is running under.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "jan",
"github": "jandemter",
"ports_count": 71
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py314-sniffio"
]
}
],
"depends_on": []
},
{
"name": "py-smmap",
"portdir": "python/py-smmap",
"version": "6.0.0",
"license": "BSD",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/gitpython-developers/smmap",
"description": "Pure python sliding memory map manager",
"long_description": "Pure python sliding memory map manager",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py314-smmap"
]
}
],
"depends_on": []
},
{
"name": "py-smisk",
"portdir": "python/py-smisk",
"version": "1.1.6",
"license": "MIT and BSD",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "http://python-smisk.org/",
"description": "High performance web service framework",
"long_description": "A modern high performance web service framework, written in C but controlled by Python.",
"active": true,
"categories": [
"www",
"python"
],
"maintainers": [
{
"name": "rasmus",
"github": "",
"ports_count": 6
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py27-smisk"
]
}
],
"depends_on": []
},
{
"name": "py-smi",
"portdir": "python/py-smi",
"version": "1.6.2",
"license": "BSD",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/lextudio/pysmi",
"description": "SNMP SMI/MIB Parser",
"long_description": "SNMP SMI/MIB Parser",
"active": true,
"categories": [
"net",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py313-smi"
]
}
],
"depends_on": []
},
{
"name": "py-smbus2",
"portdir": "python/py-smbus2",
"version": "0.5.0",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/kplindegaard/smbus2",
"description": "A drop-in replacement for smbus-cffi/smbus-python in pure Python",
"long_description": "smbus2 is (yet another) pure Python implementation of of the python-smbus package.",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py314-smbus2"
]
}
],
"depends_on": []
},
{
"name": "py-smb",
"portdir": "python/py-smb",
"version": "0.4.4",
"license": "zlib",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "http://pysmb.sourceforge.net/",
"description": "SMB/CIFS library for python",
"long_description": "SMB/CIFS library for python speaking NT LM0.12 enables python to access shares from Windows computers or machines running Samba.",
"active": true,
"categories": [
"net",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py27-smb"
]
}
],
"depends_on": []
},
{
"name": "py-smartypants",
"portdir": "python/py-smartypants",
"version": "2.0.2",
"license": "BSD",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/leohemsted/smartypants.py",
"description": "Python with the SmartyPants",
"long_description": "Python with the SmartyPants",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 648
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py314-smartypants"
]
}
],
"depends_on": []
},
{
"name": "py-smart_open",
"portdir": "python/py-smart_open",
"version": "7.5.1",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/piskvorky/smart_open",
"description": "Utils for streaming large files (S3, HDFS, gzip, bz2...)",
"long_description": "Utils for streaming large files (S3, HDFS, gzip, bz2...)",
"active": true,
"categories": [
"textproc",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2897
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py314-smart_open"
]
}
],
"depends_on": []
},
{
"name": "py-smart-open",
"portdir": "python/py-smart-open",
"version": "7.0.5",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/piskvorky/smart_open",
"description": "Utils for streaming large files (S3, HDFS, GCS, Azure Blob Storage, gzip, bz2...)",
"long_description": "Utils for streaming large files (S3, HDFS, GCS, Azure Blob Storage, gzip, bz2...)",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "lib",
"ports": [
"py312-smart-open"
]
}
],
"depends_on": []
},
{
"name": "py-slugify",
"portdir": "python/py-slugify",
"version": "8.0.4",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/un33k/python-slugify",
"description": "A Python Slugify application that handles Unicode",
"long_description": "A Python Slugify application that handles Unicode",
"active": true,
"categories": [
"textproc",
"python"
],
"maintainers": [
{
"name": "esafak",
"github": "esafak",
"ports_count": 134
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py314-slugify"
]
}
],
"depends_on": []
},
{
"name": "py-slepc4py",
"portdir": "python/py-slepc4py",
"version": "3.18.2",
"license": "BSD",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.org/project/slepc4py",
"description": "SLEPc for Python - Python bindings for SLEPc",
"long_description": "SLEPc for Python - Python bindings for SLEPc",
"active": true,
"categories": [
"math",
"python"
],
"maintainers": [
{
"name": "mcalhoun",
"github": "MarcusCalhoun-Lopez",
"ports_count": 1604
}
],
"variants": [
"clang13",
"clang14",
"clang15",
"clang16",
"clang17",
"clang18",
"clang19",
"clang20",
"clang21",
"clang22",
"g95",
"gcc10",
"gcc11",
"gcc12",
"gcc13",
"gcc14",
"gcc15",
"gfortran",
"mpich",
"openmpi"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py311-slepc4py",
"mpich-clang18"
]
}
],
"depends_on": []
},
{
"name": "py-slack-sdk",
"portdir": "python/py-slack-sdk",
"version": "3.22.0",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://slack.dev/python-slackclient/",
"description": "Python Slack SDK.",
"long_description": "The Slack platform offers several APIs to build apps. Each Slack API delivers part of the capabilities from the platform, so that you can pick just those that fit for your needs. This SDK offers a corresponding package for each of Slack’s APIs. They are small and powerful when used independently, and work seamlessly when used together, too. This package replaces py-slackclient.",
"active": true,
"categories": [
"irc",
"python"
],
"maintainers": [
{
"name": "giovanni.bussi",
"github": "GiovanniBussi",
"ports_count": 97
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py312-slack-sdk"
]
}
],
"depends_on": []
},
{
"name": "py-slackclient",
"portdir": "python/py-slackclient",
"version": "2.9.3",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://slack.dev/python-slackclient/",
"description": "Slack Web API and Real Time Messaging (RTM) API.",
"long_description": "The Python slackclient is a developer kit for interfacing with the Slack Web API and Real Time Messaging (RTM) API on Python 3.6 and above.",
"active": false,
"categories": [
"irc",
"python"
],
"maintainers": [
{
"name": "giovanni.bussi",
"github": "GiovanniBussi",
"ports_count": 97
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "lib",
"ports": [
"py39-slackclient"
]
}
],
"depends_on": []
},
{
"name": "py-skyfield-data",
"portdir": "python/py-skyfield-data",
"version": "7.0.0",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/brunobord/skyfield-data",
"description": "Data files for py-skyfield",
"long_description": "Data files for py-skyfield",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1547
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py314-skyfield-data"
]
}
],
"depends_on": []
},
{
"name": "py-skyfield",
"portdir": "python/py-skyfield",
"version": "1.54",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://rhodesmill.org/skyfield/",
"description": "Skyfield is a pure-Python astronomy package that makes it easy to generate high precision research-grade positions for planets and Earth satellites.",
"long_description": "Skyfield is a pure-Python astronomy package that makes it easy to generate high precision research-grade positions for planets and Earth satellites.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1547
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py314-skyfield"
]
}
],
"depends_on": []
},
{
"name": "py-sk-video",
"portdir": "python/py-sk-video",
"version": "1.1.10",
"license": "BSD",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://scikit-video.org/",
"description": "Video Processing in Python",
"long_description": "Video Processing in Python",
"active": false,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "lib",
"ports": [
"py39-sk-video"
]
}
],
"depends_on": []
},
{
"name": "py-six",
"portdir": "python/py-six",
"version": "1.17.0",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.python.org/pypi/six/",
"description": "py-six is a Python 2 and 3 compatibility library.",
"long_description": "py-six is a Python 2 and 3 compatibility library. It provides utility functions for smoothing over the differences between the Python versions with the goal of writing Python code that is compatible on both Python versions.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py314-six"
]
}
],
"depends_on": []
},
{
"name": "py-sisyphus",
"portdir": "python/py-sisyphus",
"version": "0.9.1",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.livinglogic.de/Python/sisyphus/",
"description": "python module for running python stuff as cron jobs",
"long_description": "This module simplifies running Python stuff as cron jobs. There will be no more than one sisyphus job of a certain name running at every given time. When the job is already running and a second is started, the second one will quit immediately if the first one hasn't exceeded its maximum allowed lifetime yet. If it has exceeded the allowed lifetime the first job will be killed and the second will start running. In addition to that, logging features are provided.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py27-sisyphus"
]
}
],
"depends_on": []
},
{
"name": "py-sisynala",
"portdir": "python/py-sisynala",
"version": "0.9.18",
"license": "BSD",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.org/project/sisynala/",
"description": "Sisynala is a web log file analyser",
"long_description": "Sisynala is a web log file analyser",
"active": false,
"categories": [
"www",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "lib",
"ports": [
"py27-sisynala"
]
}
],
"depends_on": []
},
{
"name": "py-siphon",
"portdir": "python/py-siphon",
"version": "0.10.0",
"license": "BSD",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://unidata.github.io/siphon/latest/",
"description": "download data from remote data services",
"long_description": "Siphon is a collection of Python utilities for downloading data from remote data services. Much of Siphon’s current functionality focuses on access to data hosted on a THREDDS Data Server.",
"active": true,
"categories": [
"science",
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1547
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py313-siphon"
]
}
],
"depends_on": []
},
{
"name": "py-sip-devel",
"portdir": "python/py-sip",
"version": "6.6.2.dev2206062241",
"license": "(GPL-2 or GPL-3 or PSF)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.riverbankcomputing.com/software/sip/",
"description": "A Python bindings generator for C/C++ libraries",
"long_description": "SIP is a tool that makes it very easy to create Python bindings for C and C++ libraries. It was originally developed to create PyQt, the Python bindings for the Qt toolkit, but can be used to create bindings for any C or C++ library.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "michaelld",
"github": "michaelld",
"ports_count": 441
},
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 2220
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "lib",
"ports": [
"py-packaging",
"py-ply",
"py-importlib-metadata",
"py-toml",
"py310-sip-devel",
"py-setuptools"
]
}
],
"depends_on": []
},
{
"name": "py-sip4",
"portdir": "python/py-sip4",
"version": "4.19.25",
"license": "(GPL-2 or GPL-3 or PSF)",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.riverbankcomputing.com/software/sip/intro",
"description": "create Python bindings for C and C++ libraries",
"long_description": "SIP is a tool that makes it very easy to create Python bindings for C and C++ libraries. It was originally developed to create PyQt, the Python bindings for the Qt toolkit, but can be used to create bindings for any C or C++ library.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "michaelld",
"github": "michaelld",
"ports_count": 441
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py310-sip4"
]
}
],
"depends_on": []
},
{
"name": "py-sip",
"portdir": "python/py-sip",
"version": "6.15.3",
"license": "(GPL-2 or GPL-3 or PSF)",
"platforms": "any",
"epoch": 1,
"replaced_by": null,
"homepage": "https://www.riverbankcomputing.com/software/sip/",
"description": "A Python bindings generator for C/C++ libraries",
"long_description": "SIP is a tool that makes it very easy to create Python bindings for C and C++ libraries. It was originally developed to create PyQt, the Python bindings for the Qt toolkit, but can be used to create bindings for any C or C++ library.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "michaelld",
"github": "michaelld",
"ports_count": 441
},
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 2220
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py314-sip"
]
}
],
"depends_on": []
},
{
"name": "py-siosocks",
"portdir": "python/py-siosocks",
"version": "0.3.0",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "",
"description": "sans-io socks 4/5 client/server library/framework",
"long_description": "sans-io socks 4/5 client/server library/framework",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "i0ntempest",
"github": "i0ntempest",
"ports_count": 288
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py314-siosocks"
]
}
],
"depends_on": []
},
{
"name": "py-singledispatch",
"portdir": "python/py-singledispatch",
"version": "4.1.2",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/jaraco/singledispatch",
"description": "Backport of functools.singledispatch from Python 3.4",
"long_description": "Backport of functools.singledispatch from Python 3.4",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2897
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py312-singledispatch"
]
}
],
"depends_on": []
},
{
"name": "py-simpy",
"portdir": "python/py-simpy",
"version": "4.1.1",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://simpy.readthedocs.io",
"description": "python based simulation language",
"long_description": "SimPy is an object-oriented, process-based discrete-event simulation language based on standard Python.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "mcalhoun",
"github": "MarcusCalhoun-Lopez",
"ports_count": 1604
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py312-simpy"
]
}
],
"depends_on": []
},
{
"name": "py-simpletal",
"portdir": "python/py-simpletal",
"version": "4.1",
"license": "BSD",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.owlfish.com/software/simpleTAL",
"description": "A standalone Python HTML & XML template library",
"long_description": "SimpleTAL is a stand alone Python implementation of the TAL, TALES and METAL specifications used in Zope to power HTML and XML templates. SimpleTAL is an independent implementation of TAL; there are no dependencies on Zope nor is any of the Zope work re-used.",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py27-simpletal"
]
}
],
"depends_on": []
}
]
}