{"count":51981,"next":"https://ports.macports.org/api/v1/ports/?format=json&ordering=-name&page=344","previous":"https://ports.macports.org/api/v1/ports/?format=json&ordering=-name&page=342","results":[{"name":"py37-sparqlwrapper","portdir":"python/py-sparqlwrapper","version":"1.8.5","license":"W3C","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://rdflib.github.io/sparqlwrapper","description":"SPARQL Endpoint interface to Python","long_description":"This is a wrapper around a SPARQL service. It helps in creating the query URI and, possibly, convert the result into a more manageable format.","active":false,"categories":["devel","databases","python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-17","py37-wheel","py37-build","py37-installer","py37-setuptools"]},{"type":"lib","ports":["py37-setuptools","python37"]},{"type":"run","ports":["py37-rdflib"]}],"depends_on":[]},{"name":"py37-spark_parser","portdir":"python/py-spark_parser","version":"1.8.9","license":"MIT","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://pypi.python.org/pypi/spark_parser/","description":"An Earley-Algorithm Context-free grammar Parser Toolkit","long_description":"SPARK stands for Scanning, Parsing, and Rewriting Kit. It uses Jay Earley's algorithm for parsing context free grammars, and comes with some generic Abstract Syntax Tree routines. There is also a prototype scanner which does its job by combining Python regular expressions.","active":false,"categories":["python"],"maintainers":[{"name":"khindenburg","github":"kurthindenburg","ports_count":433}],"variants":[],"dependencies":[{"type":"build","ports":["py37-setuptools","clang-15"]},{"type":"lib","ports":["python37","py37-click"]},{"type":"test","ports":["py37-pytest"]}],"depends_on":[{"type":"lib","ports":["py37-uncompyle6"]},{"type":"run","ports":["py37-trepan3k"]}]},{"name":"py37-spaCy-models","portdir":"python/py-spaCy-models","version":"2.3.2","license":"MIT","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://spacy.io/models","description":"Models for the spaCy Natural Language Processing (NLP) library","long_description":"Models for the spaCy Natural Language Processing (NLP) library","active":false,"categories":["python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-9.0","py37-jinja2","py37-packaging","py37-typer"]},{"type":"lib","ports":["python37","py37-spaCy"]}],"depends_on":[{"type":"lib","ports":["py37-torchtext"]}]},{"name":"py37-spaCy","portdir":"python/py-spaCy","version":"3.0.5","license":"MIT","platforms":"darwin","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":false,"categories":["python"],"maintainers":[],"variants":["clang10","clang11","clang12","clang13","clang50","clang60","clang70","clang90","clang80","clangdevel","gcc10","gcc11","gcc5","gcc6","gcc7","gcc8","gcc9","gccdevel","mpich","openmpi"],"dependencies":[{"type":"build","ports":["clang-13","cctools","py37-setuptools","py37-wheel"]},{"type":"lib","ports":["py37-cython","py37-jsonschema","py37-murmurhash","py37-numpy","py37-plac","py37-preshed","py37-pydantic","py37-requests","py37-srsly","py37-thinc","py37-tqdm","py37-wasabi","python37","py37-blis","py37-catalogue","py37-cymem"]},{"type":"run","ports":["py37-pip"]},{"type":"test","ports":["py37-flake8","py37-mock","py37-pytest"]}],"depends_on":[{"type":"lib","ports":["py37-spaCy-models","py37-torchtext"]}]},{"name":"py37-spacepy","portdir":"python/py-spacepy","version":"0.2.2","license":"PSF","platforms":"darwin","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":false,"categories":["python"],"maintainers":[{"name":"mojca","github":"mojca","ports_count":56}],"variants":["universal"],"dependencies":[{"type":"build","ports":["gcc9","clang-13"]},{"type":"lib","ports":["py37-matplotlib","py37-networkx","python37","py37-scipy","cdf","py37-numpy","py37-h5py"]}],"depends_on":[]},{"name":"py37-sox","portdir":"python/py-sox","version":"1.4.1","license":"BSD","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://github.com/rabitt/pysox","description":"Python wrapper around SoX.","long_description":"Python wrapper around SoX.","active":false,"categories":["python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["py37-setuptools","clang-14"]},{"type":"lib","ports":["python37"]},{"type":"run","ports":["sox","py37-numpy"]}],"depends_on":[{"type":"lib","ports":["py37-magenta"]},{"type":"run","ports":["py37-magenta"]}]},{"name":"py37-soupsieve","portdir":"python/py-soupsieve","version":"2.8","license":"MIT","platforms":"{darwin 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":false,"categories":["python"],"maintainers":[{"name":"mps","github":"Schamschula","ports_count":1419}],"variants":[],"dependencies":[{"type":"build","ports":["py37-build","py37-hatchling","py37-installer","clang-18"]},{"type":"lib","ports":["python37"]}],"depends_on":[{"type":"lib","ports":["py37-beautifulsoup4"]}]},{"name":"py37-soundfile","portdir":"python/py-soundfile","version":"0.10.3","license":"BSD","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://github.com/bastibe/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":false,"categories":["audio","python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-15","py37-setuptools"]},{"type":"lib","ports":["python37","py37-cffi","libsndfile"]},{"type":"run","ports":["py37-numpy"]},{"type":"test","ports":["py37-pytest"]}],"depends_on":[{"type":"run","ports":["py37-librosa"]}]},{"name":"py37-sounddevice","portdir":"python/py-sounddevice","version":"0.3.14","license":"MIT","platforms":"darwin","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":false,"categories":["python"],"maintainers":[{"name":"mojca","github":"mojca","ports_count":56}],"variants":["universal"],"dependencies":[{"type":"build","ports":["py37-cffi","py37-setuptools","clang-13"]},{"type":"lib","ports":["python37"]},{"type":"run","ports":["py37-numpy","portaudio","py37-cffi"]}],"depends_on":[]},{"name":"py37-sortedcontainers","portdir":"python/py-sortedcontainers","version":"2.4.0","license":"Apache-2","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://grantjenks.com/docs/sortedcontainers/","description":"Python sorted container types.","long_description":"Python sorted container types.","active":false,"categories":["devel","python"],"maintainers":[{"name":"stromnov","github":"stromnov","ports_count":2896}],"variants":[],"dependencies":[{"type":"build","ports":["py37-setuptools","py37-wheel","py37-build","py37-installer","clang-18"]},{"type":"lib","ports":["python37"]}],"depends_on":[{"type":"lib","ports":["py37-hypothesis","py37-sortedcollections","py37-openopt","py37-intervaltree2","py37-intervaltree","py37-mitmproxy","py37-trio","py37-distributed"]},{"type":"run","ports":["py37-trio"]}]},{"name":"py37-sortedcollections","portdir":"python/py-sortedcollections","version":"2.1.0","license":"Apache-2","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"http://www.grantjenks.com/docs/sortedcollections/","description":"Python sorted collections.","long_description":"Python sorted collections.","active":false,"categories":["devel","python"],"maintainers":[{"name":"stromnov","github":"stromnov","ports_count":2896}],"variants":[],"dependencies":[{"type":"build","ports":["py37-setuptools","clang-14"]},{"type":"lib","ports":["python37","py37-sortedcontainers"]}],"depends_on":[]},{"name":"py37-soco","portdir":"python/py-soco","version":"0.29.1","license":"MIT","platforms":"{darwin 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":false,"categories":["python"],"maintainers":[{"name":"kirill","github":"catap","ports_count":120}],"variants":[],"dependencies":[{"type":"build","ports":["py37-setuptools","clang-15"]},{"type":"lib","ports":["py37-lxml","py37-requests","py37-xmltodict","py37-ifaddr","python37","py37-appdirs"]},{"type":"test","ports":["py37-pyflakes","py37-pytest","py37-requests-mock"]}],"depends_on":[]},{"name":"py37-socksio","portdir":"python/py-socksio","version":"1.0.0","license":"MIT","platforms":"{darwin 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":false,"categories":["python"],"maintainers":[{"name":"kirill","github":"catap","ports_count":120}],"variants":[],"dependencies":[{"type":"build","ports":["py37-wheel","py37-flit_core","py37-setuptools","clang-16","py37-build","py37-installer"]},{"type":"lib","ports":["python37"]}],"depends_on":[{"type":"lib","ports":["py37-httpcore","py37-httpx"]}]},{"name":"py37-socks","portdir":"python/py-socks","version":"1.7.0","license":"BSD","platforms":"{darwin 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":false,"categories":["devel","net","python"],"maintainers":[{"name":"aronnax","github":"lpsinger","ports_count":443}],"variants":[],"dependencies":[{"type":"build","ports":["py37-setuptools","py37-wheel","py37-build","py37-installer","clang-16"]},{"type":"lib","ports":["python37"]}],"depends_on":[{"type":"lib","ports":["py37-tweepy"]},{"type":"test","ports":["py37-websocket-client"]}]},{"name":"py37-socketio","portdir":"python/py-socketio","version":"5.11.0","license":"MIT","platforms":"{darwin 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":false,"categories":["python"],"maintainers":[{"name":"judaew","github":"judaew","ports_count":655}],"variants":[],"dependencies":[{"type":"build","ports":["py37-setuptools","clang-16","py37-installer","py37-build","py37-wheel","py37-sphinx"]},{"type":"lib","ports":["python37"]},{"type":"run","ports":["py37-engineio","py37-bidict","py37-websockets","py37-websocket-client","py37-requests","py37-aiohttp"]}],"depends_on":[]},{"name":"py37-snuggs","portdir":"python/py-snuggs","version":"1.4.7","license":"MIT","platforms":"{darwin 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":false,"categories":["devel","math","python"],"maintainers":[{"name":"stromnov","github":"stromnov","ports_count":2896}],"variants":[],"dependencies":[{"type":"build","ports":["clang-16","py37-setuptools","py37-wheel","py37-build","py37-installer"]},{"type":"lib","ports":["py37-click","py37-numpy","py37-parsing","python37"]}],"depends_on":[{"type":"lib","ports":["py37-rasterio"]}]},{"name":"py37-snowballstemmer","portdir":"python/py-snowballstemmer","version":"3.0.1","license":"BSD","platforms":"{darwin 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":false,"categories":["python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["py37-setuptools","py37-wheel","py37-build","py37-installer","clang-18"]},{"type":"lib","ports":["python37"]}],"depends_on":[{"type":"lib","ports":["py37-docstyle"]},{"type":"run","ports":["py37-sphinx"]}]},{"name":"py37-snmp","portdir":"python/py-snmp","version":"4.4.12","license":"BSD","platforms":"{darwin any} freebsd","epoch":0,"replaced_by":null,"homepage":"http://snmplabs.com/pysnmp/","description":"SNMP library for Python","long_description":"SNMP library for Python","active":false,"categories":["net","python"],"maintainers":[{"name":"valyukov","github":"valyukov","ports_count":8}],"variants":[],"dependencies":[{"type":"build","ports":["py37-setuptools","clang-14"]},{"type":"lib","ports":["python37","py37-asn1","py37-pycryptodome","py37-smi"]}],"depends_on":[]},{"name":"py37-sniffio","portdir":"python/py-sniffio","version":"1.2.0","license":"(Apache-2 or MIT)","platforms":"{darwin 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":false,"categories":["devel","python"],"maintainers":[{"name":"jan","github":"jandemter","ports_count":71}],"variants":[],"dependencies":[{"type":"build","ports":["py37-setuptools","py37-wheel","py37-build","py37-installer","clang-16"]},{"type":"lib","ports":["python37"]}],"depends_on":[{"type":"lib","ports":["py37-anyio","py37-trio","py37-httpcore","py37-httpx","py37-dnspython"]},{"type":"run","ports":["py37-trio"]}]},{"name":"py37-smmap","portdir":"python/py-smmap","version":"6.0.0","license":"BSD","platforms":"{darwin 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":false,"categories":["python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-16","py37-setuptools","py37-wheel","py37-build","py37-installer"]},{"type":"lib","ports":["python37"]},{"type":"test","ports":["py37-coverage","py37-nose"]}],"depends_on":[{"type":"run","ports":["py37-gitdb"]}]},{"name":"py37-smi","portdir":"python/py-smi","version":"0.3.4","license":"BSD","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://github.com/etingof/pysmi","description":"SNMP SMI/MIB Parser","long_description":"SNMP SMI/MIB Parser","active":false,"categories":["net","python"],"maintainers":[{"name":"kirill","github":"catap","ports_count":120}],"variants":[],"dependencies":[{"type":"build","ports":["py37-setuptools","clang-15"]},{"type":"lib","ports":["python37","py37-ply"]}],"depends_on":[{"type":"lib","ports":["py37-snmp"]}]},{"name":"py37-smart_open","portdir":"python/py-smart_open","version":"6.3.0","license":"MIT","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://github.com/RaRe-Technologies/smart_open","description":"Utils for streaming large files (S3, HDFS, gzip, bz2...)","long_description":"Utils for streaming large files (S3, HDFS, gzip, bz2...)","active":false,"categories":["textproc","python"],"maintainers":[{"name":"stromnov","github":"stromnov","ports_count":2896}],"variants":[],"dependencies":[{"type":"build","ports":["py37-setuptools","py37-wheel","py37-build","clang-14","py37-installer"]},{"type":"lib","ports":["python37"]}],"depends_on":[{"type":"lib","ports":["py37-gensim"]}]},{"name":"py37-slugify","portdir":"python/py-slugify","version":"5.0.2","license":"MIT","platforms":"{darwin 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":false,"categories":["textproc","python"],"maintainers":[{"name":"esafak","github":"esafak","ports_count":134}],"variants":[],"dependencies":[{"type":"build","ports":["py37-build","py37-installer","clang-16","py37-setuptools","py37-wheel"]},{"type":"lib","ports":["python37","py37-text-unidecode","py37-unidecode"]},{"type":"test","ports":["py37-pytest"]}],"depends_on":[{"type":"lib","ports":["py37-agate","py37-cookiecutter"]}]},{"name":"py37-slepc4py","portdir":"python/py-slepc4py","version":"3.15.0","license":"BSD","platforms":"darwin","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":false,"categories":["math","python"],"maintainers":[{"name":"mcalhoun","github":"MarcusCalhoun-Lopez","ports_count":1599}],"variants":["clang10","clang11","clang12","clang13","clang14","clang90","g95","gcc10","gcc11","gcc7","gcc9","gfortran","mpich","openmpi"],"dependencies":[{"type":"build","ports":["py37-cython","py37-setuptools","clang-13"]},{"type":"lib","ports":["py37-numpy","python37","mpich-clang13","py37-petsc4py","petsc","slepc"]}],"depends_on":[]},{"name":"py37-slackclient","portdir":"python/py-slackclient","version":"2.9.3","license":"MIT","platforms":"{darwin 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":93}],"variants":[],"dependencies":[{"type":"build","ports":["py37-setuptools","clang-14"]},{"type":"lib","ports":["python37","py37-aiohttp","py37-typing_extensions"]}],"depends_on":[]},{"name":"py37-skyfield-data","portdir":"python/py-skyfield-data","version":"5.0.0","license":"MIT","platforms":"{darwin 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":false,"categories":["python"],"maintainers":[{"name":"mps","github":"Schamschula","ports_count":1419}],"variants":[],"dependencies":[{"type":"build","ports":["py37-setuptools","clang-15"]},{"type":"lib","ports":["python37","py37-skyfield"]}],"depends_on":[]},{"name":"py37-skyfield","portdir":"python/py-skyfield","version":"1.46","license":"MIT","platforms":"{darwin 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":false,"categories":["python"],"maintainers":[{"name":"mps","github":"Schamschula","ports_count":1419}],"variants":[],"dependencies":[{"type":"build","ports":["py37-setuptools","clang-15"]},{"type":"lib","ports":["py37-beautifulsoup4","py37-certifi","py37-dateutil","py37-html5lib","py37-lxml","py37-matplotlib","py37-mock","python37","py37-pandas","py37-pyflakes","py37-sgp4","py37-sphinx","py37-tz","py37-jplephem","py37-spktype21","py37-numpy","py37-astropy"]}],"depends_on":[{"type":"lib","ports":["py37-skyfield-data"]}]},{"name":"py37-sk-video","portdir":"python/py-sk-video","version":"1.1.10","license":"BSD","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"http://scikit-video.org/","description":"Video Processing in Python","long_description":"Video Processing in Python","active":false,"categories":["python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["py37-installer","py37-wheel","py37-build","clang-14","py37-setuptools"]},{"type":"lib","ports":["py37-numpy","py37-scipy","python37"]}],"depends_on":[{"type":"lib","ports":["py37-magenta"]},{"type":"run","ports":["py37-magenta"]}]},{"name":"py37-six","portdir":"python/py-six","version":"1.17.0","license":"MIT","platforms":"{darwin 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":false,"categories":["devel","python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["py37-build","py37-setuptools","py37-wheel","py37-installer","clang-18"]},{"type":"lib","ports":["python37"]},{"type":"test","ports":["py37-pytest"]}],"depends_on":[{"type":"lib","ports":["py37-eventlet","py37-qrcode","py37-webtest","py37-requests-mock","py37-storm","py37-tensorflow1","py37-cheroot","py37-google-auth","py37-twilio","py37-protobuf3","py37-dateutil","py37-pytools","py37-geocoder","py37-hdfs","py37-construct","py37-ipython-sql","py37-irodsclient","py37-bleach","py37-jsonpath-rw","py37-keras_applications","py37-routes","py37-patsy","py37-dockerpy-creds","py37-bigfloat","py37-protego","py37-isodate","py37-gwpy","py37-keras","py37-magenta","py37-pathlib2","py37-agate","py37-leather","py37-GridDataFormats","py37-freezegun","py37-ecdsa","py37-jsbeautifier","py37-munch","py37-rdflib","py37-docker","py37-csvkit","py37-bpython","py37-vobject","py37-pynacl","py37-w3lib","py37-httpbin","py37-dockerpty","py37-tempora","py37-gcn","py37-matplotlib-basemap","py37-grpcio","py37-html5lib","py37-parsimonious","py37-paver","py37-presets","py37-pybtex","py37-rbtools","py37-prov","py37-scruffington","py37-tweepy","py37-ufl","py37-ligo-lw","py37-xlib","py37-latexcodec","py37-xdis","py37-tox","py37-lal","py37-mediafile","py37-eli5","py37-stevedore","py37-asttokens","py37-libnacl","py37-pyxb","py37-fs","py37-xhtml2pdf","py37-mongoengine","py37-taskw","py37-parsel","py37-ansible-core","py37-configobj","py37-blessed","py37-blessings","py37-bson","py37-healpy","py37-dap","py37-dijitso","py37-django-extensions","py37-fixtures","py37-flask-cors","py37-colour","py37-h5py","py37-hdbscan","py37-hieroglyph","py37-rasa-nlu","py37-hypy","py37-gwdatafind","py37-responses","py37-sqlalchemy-migrate","py37-ligo-gracedb","py37-ligo-segments","py37-tensorboard","py37-anytree","py37-tensorboard1","py37-tensorflow","py37-oauth2client","py37-parver","py37-pybtex-docutils","py37-pyhyphen","py37-theano","py37-pypostal","py37-lscsoft-glue"]},{"type":"run","ports":["py37-debtcollector","py37-python-coveralls","py37-tensorboardX","py37-tensorflow-datasets","py37-tensorflow-data-validation","py37-tensorflow-probability","py37-tensorflow-transform","py37-openstackclient","py37-fire","py37-sacremoses","py37-python-multipart","py37-oslo-i18n","py37-cfn-lint","py37-oslo-utils","py37-resampy","py37-kfac","py37-tfx-bsl","py37-sure","py37-behave","py37-gin-config","py37-pretty-midi","py37-mesh-tensorflow","py37-elasticsearch-dsl","py37-esridump","py37-mir_eval","py37-parse-type","py37-cliff","py37-nbval","py37-librosa","py37-aws-sam-translator","py37-dm-tree","py37-wxpython-4.0","py37-pyopencl","py37-xmldiff","py37-magenta","py37-automat","py37-pytest-shutil","py37-cinderclient","py37-regions","py37-keystoneauth1","py37-tensor2tensor","py37-keystoneclient"]},{"type":"test","ports":["py37-rednose","py37-uncompyle6","py37-pytest-fixture-config","py37-iocapture","py37-pyicu","py37-sure","py37-ddt","py37-panedr"]}]},{"name":"py37-sip-devel","portdir":"python/py-sip","version":"6.8.3","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":458},{"name":"reneeotten","github":"reneeotten","ports_count":2122}],"variants":["universal"],"dependencies":[{"type":"build","ports":["clang-17","py37-setuptools","py37-wheel","py37-build","py37-installer"]},{"type":"lib","ports":["python37","py37-importlib-metadata","py37-packaging","py37-setuptools","py37-tomli"]}],"depends_on":[]},{"name":"py37-sip4","portdir":"python/py-sip4","version":"4.19.25","license":"(GPL-2 or GPL-3 or PSF)","platforms":"macosx","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":458}],"variants":["universal"],"dependencies":[{"type":"build","ports":["clang-18"]},{"type":"lib","ports":["python37"]},{"type":"test","ports":["py37-pytest"]}],"depends_on":[{"type":"lib","ports":["py37-qscintilla-qt4","py37-poppler-qt4","py37-pyqt4"]}]},{"name":"py37-sip","portdir":"python/py-sip","version":"6.8.3","license":"(GPL-2 or GPL-3 or PSF)","platforms":"darwin","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":false,"categories":["devel","python"],"maintainers":[{"name":"michaelld","github":"michaelld","ports_count":458},{"name":"reneeotten","github":"reneeotten","ports_count":2122}],"variants":["universal"],"dependencies":[{"type":"build","ports":["clang-17","py37-setuptools","py37-wheel","py37-build","py37-installer"]},{"type":"lib","ports":["python37","py37-importlib-metadata","py37-packaging","py37-setuptools","py37-tomli"]}],"depends_on":[{"type":"build","ports":["py37-pyqt5-webengine","py37-pyqt5-scintilla","py37-pyqt5-chart","py37-pyqt5"]},{"type":"lib","ports":["py37-pyqt-builder","py37-poppler-qt5"]},{"type":"run","ports":["py37-gpilab-framework","py37-wxpython-4.0"]}]},{"name":"py37-singledispatch","portdir":"python/py-singledispatch","version":"4.0.0","license":"MIT","platforms":"{darwin 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":false,"categories":["devel","python"],"maintainers":[{"name":"stromnov","github":"stromnov","ports_count":2896}],"variants":[],"dependencies":[{"type":"build","ports":["py37-wheel","py37-setuptools","py37-setuptools_scm","clang-16","py37-build","py37-installer"]},{"type":"lib","ports":["python37"]}],"depends_on":[]},{"name":"py37-simpy-docs","portdir":"python/py-simpy","version":"4.0.1","license":"MIT","platforms":"{darwin any} freebsd","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":false,"categories":["python"],"maintainers":[{"name":"mcalhoun","github":"MarcusCalhoun-Lopez","ports_count":1599}],"variants":[],"dependencies":[{"type":"build","ports":["py37-simpy","py37-sphinx","py37-sphinx_rtd_theme","clang-15"]},{"type":"lib","ports":["python37"]}],"depends_on":[]},{"name":"py37-simpy","portdir":"python/py-simpy","version":"4.0.1","license":"MIT","platforms":"{darwin any} freebsd","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":false,"categories":["python"],"maintainers":[{"name":"mcalhoun","github":"MarcusCalhoun-Lopez","ports_count":1599}],"variants":[],"dependencies":[{"type":"build","ports":["py37-setuptools_scm","clang-15"]},{"type":"lib","ports":["python37"]},{"type":"test","ports":["py37-pytest"]}],"depends_on":[{"type":"build","ports":["py37-simpy-docs"]}]},{"name":"py37-simplekml","portdir":"python/py-simplekml","version":"1.3.6","license":"LGPL-3+","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://readthedocs.org/projects/simplekml/","description":"A Simple KML creator","long_description":"A Simple KML creator","active":false,"categories":["python","gis"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["py37-setuptools","clang-14"]},{"type":"lib","ports":["python37"]}],"depends_on":[]},{"name":"py37-simplejson","portdir":"python/py-simplejson","version":"3.19.3","license":"MIT","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://simplejson.readthedocs.org/","description":"Simple, fast, extensible JSON encoder/decoder for Python","long_description":"simplejson is a simple, fast, complete, correct and extensible JSON encoder and decoder for Python 2.4+. It is pure Python code with no dependencies, but includes an optional C extension for a serious speed boost.","active":false,"categories":["www","python"],"maintainers":[{"name":"stromnov","github":"stromnov","ports_count":2896}],"variants":["universal"],"dependencies":[{"type":"build","ports":["py37-build","py37-setuptools","py37-wheel","py37-installer","clang-17"]},{"type":"lib","ports":["python37"]},{"type":"test","ports":["py37-pytest"]}],"depends_on":[{"type":"lib","ports":["py37-rasa-nlu","py37-mygpoclient"]},{"type":"run","ports":["py37-cinderclient","py37-novaclient","py37-osc-lib"]},{"type":"test","ports":["py37-structlog"]}]},{"name":"py37-simplegeneric","portdir":"python/py-simplegeneric","version":"0.8.1","license":"ZPL","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://cheeseshop.python.org/pypi/simplegeneric","description":"Simple generic functions.","long_description":"Simple generic functions.","active":false,"categories":["devel","python"],"maintainers":[{"name":"stromnov","github":"stromnov","ports_count":2896}],"variants":[],"dependencies":[{"type":"build","ports":["clang-14"]},{"type":"extract","ports":["unzip"]},{"type":"lib","ports":["python37"]}],"depends_on":[{"type":"lib","ports":["py37-rpy2"]}]},{"name":"py37-silx","portdir":"python/py-silx","version":"1.0.0","license":"MIT","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://www.silx.org/doc/silx/latest/","description":"Python packages to support data analysis at synchrotron radiation facilities.","long_description":"Python packages to support data analysis at synchrotron radiation facilities. silx aims to provide reading/writing tools for different file formats, data reduction routines and a set of Qt widgets to browse and visualise data.","active":false,"categories":["science","python"],"maintainers":[{"name":"joe.fowler","github":"joefowler","ports_count":98}],"variants":["universal"],"dependencies":[{"type":"build","ports":["py37-pythran","py37-cython","py37-setuptools","clang-15"]},{"type":"lib","ports":["python37","py37-importlib-metadata","py37-numpy"]},{"type":"run","ports":["py37-h5py","py37-fabio"]}],"depends_on":[{"type":"run","ports":["py37-xraylarch"]}]},{"name":"py37-shove","portdir":"python/py-shove","version":"0.6.6","license":"BSD","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://bitbucket.org/lcrees/shove/","description":"Common object storage frontend","long_description":"Common object storage frontend that supports dictionary- style access, object serialization and compression, and multiple storage and caching backends.","active":false,"categories":["devel","python"],"maintainers":[{"name":"stromnov","github":"stromnov","ports_count":2896}],"variants":[],"dependencies":[{"type":"build","ports":["clang-14"]},{"type":"lib","ports":["python37","py37-setuptools"]}],"depends_on":[]},{"name":"py37-shiboken","portdir":"python/py-shiboken","version":"1.2.4","license":"LGPL","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://github.com/pyside/Shiboken","description":"Plugin for generatorrunner that generates python bindings for C++ libraries","long_description":"Shiboken is a plugin (front-end) for generatorrunner that generates python bindings for C++ libraries using CPython source code.","active":false,"categories":["devel","python"],"maintainers":[],"variants":["debug","universal"],"dependencies":[{"type":"build","ports":["clang-16","py37-setuptools","py37-wheel","py37-build","py37-installer","cmake","pkgconfig"]},{"type":"lib","ports":["sparsehash","python37","libxslt","qt4-mac"]}],"depends_on":[{"type":"lib","ports":["py37-pyside"]}]},{"name":"py37-shellingham","portdir":"python/py-shellingham","version":"1.5.4","license":"ISC","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://github.com/sarugaku/shellingham","description":"Tool to Detect Surrounding Shell","long_description":"Shellingham detects what shell the current Python executable is running in.","active":false,"categories":["devel","python"],"maintainers":[{"name":"davidgilman1","github":"dgilman","ports_count":146}],"variants":[],"dependencies":[{"type":"build","ports":["py37-setuptools","py37-wheel","py37-build","py37-installer","clang-16"]},{"type":"lib","ports":["python37"]}],"depends_on":[{"type":"run","ports":["py37-typer"]}]},{"name":"py37-shapely","portdir":"python/py-shapely","version":"2.0.2","license":"BSD","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://shapely.readthedocs.io/en/stable/","description":"Shapely is a Python package for manipulation and analysis of 2D geospatial geometries","long_description":"Shapely is a Python package for manipulation and analysis of 2D geospatial geometries. It is based on GEOS (http://geos.refractions.net). Shapely 1.0 is not concerned with data formats or coordinate reference systems.","active":false,"categories":["devel","python"],"maintainers":[{"name":"snc","github":"nerdling","ports_count":157}],"variants":["universal"],"dependencies":[{"type":"build","ports":["clang-16","py37-wheel","py37-build","py37-installer","py37-cython","py37-setuptools"]},{"type":"lib","ports":["py37-numpy","geos","python37"]}],"depends_on":[{"type":"lib","ports":["py37-lalinference","py37-geopandas","py37-cartopy"]}]},{"name":"py37-sh","portdir":"python/py-sh","version":"1.14.3","license":"MIT","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://github.com/amoffat/sh","description":"A full-fledged subprocess interface for Python","long_description":"A full-fledged subprocess interface for Python that allows you to call any program as if it were a function.","active":false,"categories":["devel","python"],"maintainers":[{"name":"toby","github":"tobypeterson","ports_count":255}],"variants":[],"dependencies":[{"type":"build","ports":["py37-setuptools","py37-wheel","py37-build","py37-installer","clang-16"]},{"type":"lib","ports":["python37"]}],"depends_on":[{"type":"test","ports":["py37-python-dotenv"]}]},{"name":"py37-sgp4","portdir":"python/py-sgp4","version":"2.22","license":"MIT","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://github.com/brandon-rhodes/python-sgp4","description":"Most recent SGP4 satellite tracking algorithm in Python.","long_description":"This Python package computes the position and velocity of an earth-orbiting satellite, given the satellite's TLE orbital elements from a source like Celestrak. Algorithm described in paper AIAA 2006-6753; see http://goo.gl/OaVlLh","active":false,"categories":["science","python"],"maintainers":[{"name":"mps","github":"Schamschula","ports_count":1419}],"variants":["universal"],"dependencies":[{"type":"build","ports":["clang-15"]},{"type":"lib","ports":["python37","py37-setuptools"]}],"depends_on":[{"type":"lib","ports":["py37-skyfield"]}]},{"name":"py37-sgmllib3k","portdir":"python/py-sgmllib3k","version":"1.0.0","license":"BSD","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://pypi.python.org/pypi/sgmllib3k/","description":"Py3k port of the old stdlib module","long_description":"sgmllib was dropped in Python 3. This is an unmaintained old module. If possible, do not use it for new ports.","active":false,"categories":["devel","python"],"maintainers":[{"name":"khindenburg","github":"kurthindenburg","ports_count":433}],"variants":[],"dependencies":[{"type":"build","ports":["py37-setuptools","py37-wheel","py37-build","py37-installer","clang-16"]},{"type":"lib","ports":["python37"]}],"depends_on":[{"type":"lib","ports":["py37-feedparser"]}]},{"name":"py37-setuptools_scm_git_archive","portdir":"python/py-setuptools_scm_git_archive","version":"1.4.1","license":"MIT","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://github.com/Changaco/setuptools_scm_git_archive","description":"Plugin for setuptools_scm that add support for git archives.","long_description":"Plugin for setuptools_scm that add support for git archives.","active":false,"categories":["devel","python"],"maintainers":[{"name":"giovanni.bussi","github":"GiovanniBussi","ports_count":93}],"variants":[],"dependencies":[{"type":"build","ports":["py37-installer","clang-17","py37-setuptools","py37-wheel","py37-build"]},{"type":"lib","ports":["python37","py37-setuptools_scm"]},{"type":"test","ports":["py37-pytest"]}],"depends_on":[{"type":"build","ports":["py37-barnaba","py37-pikepdf","py37-aiomysql","py37-h5netcdf","py37-cheroot","py37-pytest-subtests","py37-cartopy","py37-matplotlib","py37-xarray","py37-vispy"]}]},{"name":"py37-setuptools_scm","portdir":"python/py-setuptools_scm","version":"7.1.0","license":"MIT","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://github.com/pypa/setuptools_scm/","description":"Package to manage versions by scm tags.","long_description":"Package to manage versions by scm tags.","active":false,"categories":["devel","python"],"maintainers":[{"name":"stromnov","github":"stromnov","ports_count":2896}],"variants":[],"dependencies":[{"type":"build","ports":["clang-18","py37-setuptools","py37-wheel","py37-build","py37-installer"]},{"type":"lib","ports":["py37-importlib-metadata","py37-setuptools","py37-tomli","python37"]}],"depends_on":[{"type":"build","ports":["py37-zopfli","py37-napari-plugin-engine","py37-pytest-html","py37-xlib","py37-npe2","py37-barnaba","py37-napari-svg","py37-tox","py37-pytest-datadir","py37-typeguard","py37-cmd2","py37-pikepdf","py37-gwosc","py37-lmfit","py37-lazy_object_proxy","py37-asttokens","py37-executing","py37-stack_data","py37-absl","py37-python-lsp-server","py37-enrich","py37-argon2-cffi-bindings","py37-jaraco.functools","py37-apipkg","py37-path","py37-jaraco.classes","py37-automat","py37-pyshortcuts","py37-keyring","py37-tldextract","py37-scikit-hep-hepstats","py37-scikit-hep-mplhep_data","py37-pdbpp","py37-aiomysql","py37-lz4","py37-astropy-healpix","py37-anyio","py37-pytest-asyncio","py37-tabulate","py37-pytest-xdist","py37-setuptools-rust","py37-pytest-xprocess","py37-corner","py37-pytest-mock","py37-pyusb","py37-mecab-python3","py37-pyvo","py37-wxmplot","py37-wxutils","py37-h5netcdf","py37-cherrypy","py37-pyqt-builder","py37-regions","py37-reproject","py37-sunpy","py37-pytest-regressions","py37-word2vec","py37-napari-console","py37-pure_eval","py37-dateutil","py37-nest_asyncio","py37-semver","py37-xyzservices","py37-backports.cached-property","py37-backports.entry-points-selectable","py37-cssutils","py37-kiwisolver","py37-singledispatch","py37-pytest-qt","py37-tropycal","py37-pytest-forked","py37-extension-helpers","py37-pyerfa","py37-parfive","py37-bcolz","py37-fugashi","py37-cartopy","py37-iniconfig","py37-xmlsec","py37-ujson","py37-gwpy","py37-metpy","py37-cppy","py37-pyarrow","py37-pooch","py37-drms","py37-matplotlib","py37-pluggy","py37-xarray","py37-seqeval","py37-pytest-mpl","py37-scikit-hep-mplhep","py37-portalocker","py37-requests-file","py37-emcee3","py37-simpy","py37-xlsx2csv","py37-pytest-metadata","py37-configparser","py37-jsonpickle","py37-python-lsp-jsonrpc","py37-visa","py37-pytest-runner","py37-pint","py37-tenacity","py37-asteval","py37-astropy","py37-argcomplete","py37-portend","py37-tempora","py37-py","py37-freetype","py37-vispy","py37-xxhash","py37-scikit-hep-boost-histogram","py37-cvxopt","py37-pytest","py37-zmq","py37-tqdm","py37-importlib-resources"]},{"type":"lib","ports":["py37-setuptools_scm_git_archive","py37-flit_scm","py37-pytest-mypy","py37-hatch-vcs"]}]},{"name":"py37-setuptools-rust","portdir":"python/py-setuptools-rust","version":"1.7.0","license":"MIT","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://github.com/PyO3/setuptools-rust","description":"Setuptools Rust extension plugin","long_description":"Setuptools Rust extension plugin","active":false,"categories":["devel","python"],"maintainers":[{"name":"toby","github":"tobypeterson","ports_count":255}],"variants":[],"dependencies":[{"type":"build","ports":["clang-18","py37-setuptools","py37-setuptools_scm","py37-wheel","py37-build","py37-installer"]},{"type":"lib","ports":["python37"]},{"type":"run","ports":["cargo","rust","py37-semantic_version","py37-typing_extensions"]}],"depends_on":[{"type":"build","ports":["py37-tokenizers","py37-jellyfish","py37-cryptography","py37-pydantic_core","py37-maturin","py37-orjson","py37-bcrypt"]}]},{"name":"py37-setuptools-git-versioning","portdir":"python/py-setuptools-git-versioning","version":"1.13.6","license":"MIT","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://github.com/dolfinus/setuptools-git-versioning","description":"Use git repo data (latest tag, current commit hash, etc) for building a version number according PEP 440.","long_description":"Use git repo data (latest tag, current commit hash, etc) for building a version number according PEP 440.","active":false,"categories":["python"],"maintainers":[{"name":"mps","github":"Schamschula","ports_count":1419}],"variants":[],"dependencies":[{"type":"build","ports":["clang-16","py37-wheel","py37-build","py37-installer","py37-setuptools"]},{"type":"lib","ports":["py37-packaging","py37-toml","python37"]}],"depends_on":[{"type":"build","ports":["py37-bokeh"]}]}]}