Searched full:python (Results 1 - 25 of 497) sorted by relevance

1234567891011>>

/haikuports/dev-python/markdown-math/
H A Dmarkdown_math-0.8.recipe1 SUMMARY="Math extension for Python-Markdown"
2 DESCRIPTION="This extension adds math formulas support to Python-Markdown."
3 HOMEPAGE="https://github.com/mitya57/python-markdown-math/"
7 SOURCE_URI="https://files.pythonhosted.org/packages/source/p/python-markdown-math/python-markdown-math-$portVersion.tar.gz"
9 SOURCE_DIR="python-markdown-math-$portVersion"
34 cmd:python$pythonVersion\
39 cmd:python$pythonVersion"
48 python=python
[all...]
/haikuports/dev-python/six/
H A Dsix-1.15.0.recipe1 SUMMARY="Python 2 and 3 compatibility library"
2 DESCRIPTION="Six is a Python 2 and 3 compatibility library. It provides \
3 utility functions for smoothing over the differences between the Python \
4 versions with the goal of writing Python code that is compatible on both \
5 Python versions."
6 HOMEPAGE="https://pypi.python.org/pypi/six"
36 cmd:python$pythonVersion\
41 cmd:python$pythonVersion"
50 python=python
[all...]
/haikuports/dev-python/pythonzeroconf/
H A Dpythonzeroconf-0.29.0.recipe1 SUMMARY="A Python module for Multicast DNS Service Discovery"
2 DESCRIPTION="This is fork of pyzeroconf, Multicast DNS Service Discovery for Python."
3 HOMEPAGE="https://github.com/jstasiak/python-zeroconf/"
8 SOURCE_URI="https://github.com/jstasiak/python-zeroconf/archive/$portVersion.tar.gz"
11 SOURCE_DIR="python-zeroconf-$portVersion"
37 cmd:python$pythonVersion
43 cmd:python$pythonVersion
53 python=python$pythonVersion
54 installLocation=$prefix/lib/$python/vendo
[all...]
/haikuports/dev-python/meson-python/
H A Dmeson_python-0.13.1.recipe2 DESCRIPTION="``meson-python`` is a Python build backend built on top of the Meson__
4 steps of Python packages. Meson is an open source build system meant
6 friendly as possible. ``meson-python`` is best suited for building
7 Python packages containing extension modules implemented in languages
10 HOMEPAGE="https://github.com/mesonbuild/meson-python"
11 COPYRIGHT="2022 The meson-python developers
17 SOURCE_DIR="meson-python-$portVersion"
47 cmd:python$pythonVersion
58 cmd:python
[all...]
/haikuports/app-shells/xonsh/
H A Dxonsh-0.14.1.recipe1 SUMMARY="Python-powered, cross-platform, Unix-gazing shell"
2 DESCRIPTION="xonsh is a Python-powered, cross-platform, Unix-gazing shell \
5 The language is a superset of Python 3.6+ with additional shell primitives. xonsh \
17 # Ideally should match Haiku's default Python version.
19 pythonPackage=python${pythonVersion//.}
33 cmd:python$pythonVersion
47 cmd:python$pythonVersion
52 python=python$pythonVersion
54 $python
[all...]
/haikuports/dev-python/editor/
H A Deditor-1.0.4.recipe2 DESCRIPTION="python-editor is a library that provides the editor module \
4 HOMEPAGE="https://github.com/fmoo/python-editor"
8 SOURCE_URI="https://files.pythonhosted.org/packages/0a/85/78f4a216d28343a67b7397c99825cff336330893f00601443f7c7b2f2234/python-editor-1.0.4.tar.gz"
10 SOURCE_DIR="python-editor-$portVersion"
35 cmd:python$pythonVersion\
40 cmd:python$pythonVersion"
50 python=python$pythonVersion
51 installLocation=$prefix/lib/$python/vendor-packages/
57 $python setu
[all...]
/haikuports/dev-python/pkgconfig/
H A Dpython_pkgconfig-1.5.5.recipe1 SUMMARY="A Python module to interface with the pkg-config"
2 DESCRIPTION="pkgconfig is a Python module to interface with the pkg-config command line tool for \
3 Python 3.3+."
8 SOURCE_URI="https://pypi.python.org/packages/source/p/pkgconfig/pkgconfig-$portVersion.tar.gz"
36 cmd:python$pythonVersion\
41 cmd:python$pythonVersion"
50 python=python$pythonVersion
51 installLocation=$prefix/lib/$python/vendor-packages/
55 $python setu
[all...]
/haikuports/dev-python/discid/
H A Ddiscid-1.2.0.recipe1 SUMMARY="Python bindings of libdiscid by MusicBrainz"
2 DESCRIPTION="Python-discid implements Python bindings for MusicBrainz Libdiscid."
3 HOMEPAGE="https://python-discid.readthedocs.io/"
35 cmd:python$pythonVersion
41 cmd:python$pythonVersion
52 python=python$pythonVersion
53 installLocation=$prefix/lib/$python/vendor-packages/
59 $python setu
[all...]
/haikuports/dev-python/ecdsa/
H A Decdsa-0.18.0.recipe1 SUMMARY="Pure python ECDSA implementation"
2 DESCRIPTION="ECDSA is a module for python 2.6 (or higher) that implements \
4 HOMEPAGE="https://github.com/warner/python-ecdsa"
8 SOURCE_URI="https://pypi.python.org/packages/source/e/ecdsa/ecdsa-$portVersion.tar.gz"
36 cmd:python$pythonVersion
42 cmd:python$pythonVersion
52 python=python$pythonVersion
53 installLocation=$prefix/lib/$python/vendor-packages/
59 $python setu
[all...]
/haikuports/dev-python/asttokens/
H A Dasttokens-2.2.1.recipe1 SUMMARY="Annotate Python AST trees with source text and token information"
2 DESCRIPTION="The asttokens module annotates Python abstract syntax trees (ASTs) with the \
34 cmd:python$pythonVersion
43 cmd:python$pythonVersion
56 python=python${PYTHON_VERSIONS[$i]}
58 $python -m build --wheel --skip-dependency-check --no-isolation
59 $python -m installer -p $prefix dist/*.whl
62 $prefix/lib/python*
70 python
[all...]
/haikuports/dev-python/python-markdown-math/
H A Dpython_markdown_math-0.8.recipe1 SUMMARY="Python implementation of Markdown"
2 DESCRIPTION="This extension adds math formulas support to [Python-Markdown]."
3 HOMEPAGE="https://pypi.org/project/python-markdown-math/"
7 pyName="python-markdown-math"
37 cmd:python$pythonVersion
43 cmd:python$pythonVersion
57 python=python$pythonVersion
58 installLocation=$prefix/lib/$python/vendor-packages/
62 $python setu
[all...]
/haikuports/dev-python/pip/
H A Dpip-23.2.1.recipe1 SUMMARY="The PyPA recommended tool for installing Python packages"
2 DESCRIPTION="Install Python packages, replacement for easy_install"
3 HOMEPAGE="https://pypi.python.org/pypi/pip"
4 COPYRIGHT="2006-2023 Python Packaging Authority"
5 LICENSE="Python"
36 # Provide non-suffixed cmd only for the default Python version
47 cmd:python$pythonVersion
53 cmd:python$pythonVersion
63 python=python
[all...]
/haikuports/dev-python/python-poppler-qt5/
H A Dpython_poppler_qt5-21.3.0.recipe1 SUMMARY="A Python binding to Poppler-Qt5"
2 DESCRIPTION="A Python binding for libpoppler-qt5 that aims for completeness and for being \
5 HOMEPAGE="https://github.com/frescobaldi/python-poppler-qt5/"
9 SOURCE_URI="https://pypi.python.org/packages/source/p/python-poppler-qt5/python-poppler-qt5-$portVersion.tar.gz"
11 SOURCE_DIR="python-poppler-qt5-$portVersion"
32 cmd:python$PYTHON3_VERSION
51 cmd:python$PYTHON3_VERSION
69 python
[all...]
/haikuports/dev-python/dulwich/
H A Ddulwich-0.20.32.recipe1 SUMMARY="Pure python git implementation"
2 DESCRIPTION="Dulwich is a simple Python implementation of the Git file \
3 formats and protocols. All functionality is available in pure Python.\
12 SOURCE_URI="https://pypi.python.org/packages/source/${portName:0:1}/dulwich/dulwich-$portVersion.tar.gz"
39 cmd:python$pythonVersion\n\
50 cmd:python$pythonVersion
64 # TODO add the gpg python module when it's available
73 #python=$portPackageLinksDir/cmd~python$pythonVersion/bin/python
[all...]
/haikuports/dev-python/feedparser/
H A Dfeedparser-6.0.10.recipe1 SUMMARY="Parse RSS and Atom feeds in Python"
3 Parse RSS and Atom feeds in Python. 2000 unit tests. Open source."
5 https://pypi.python.org/pypi/feedparser"
38 cmd:python$pythonVersion
44 cmd:python$pythonVersion
54 python=python$pythonVersion
55 installLocation=$prefix/lib/$python/vendor-packages/
61 $python setup.py build install \
65 $prefix/lib/python*
[all...]
/haikuports/dev-python/fasteners/
H A Dfasteners-0.18.recipe1 SUMMARY="A python package that provides useful locks"
2 DESCRIPTION="Python cross platform locks for threads and processes."
7 SOURCE_URI="https://pypi.python.org/packages/source/f/fasteners/fasteners-$portVersion.tar.gz"
34 cmd:python$pythonVersion
43 cmd:python$pythonVersion
52 python=python$pythonVersion
54 $python -m build --wheel --skip-dependency-check --no-isolation
55 $python -m installer --p $prefix dist/*.whl
58 "$prefix"/lib/python*
[all...]
/haikuports/dev-python/pyaes/
H A Dpyaes-1.6.1.recipe1 SUMMARY="Python implementation of the AES block cipher algorithm"
2 DESCRIPTION="A pure-Python implementation of the AES block cipher algorithm \
4 HOMEPAGE="https://pypi.python.org/pypi/pip"
35 cmd:python$pythonVersion
42 cmd:python$pythonVersion
57 python=python$pythonVersion
58 installLocation=$prefix/lib/$python/vendor-packages/
64 $python setup.py build install \
68 $prefix/lib/python*
[all...]
/haikuports/dev-python/zope-interface/
H A Dzope_interface-5.4.0.recipe1 SUMMARY="Interfaces for Python"
3 This package provides an implementation of 'object interfaces' for Python. \
6 Design By Contract methodology support in Python.
9 HOMEPAGE="http://pypi.python.org/pypi/zope.interface"
42 cmd:python$pythonVersion\
47 cmd:python$pythonVersion"
57 python=python$pythonVersion
58 pythonVersion=$($python --version 2>&1 | sed 's/Python //' | hea
[all...]
/haikuports/dev-python/future/
H A Dfuture-0.18.3.recipe1 SUMMARY="Clean single-source support for Python 3 and 2"
2 DESCRIPTION="future is the missing compatibility layer between Python 2 and \
3 Python 3. It allows you to use a single, clean Python 3.x-compatible codebase \
4 to support both Python 2 and Python 3 with minimal overhead."
38 cmd:python$pythonVersion
44 cmd:python$pythonVersion
54 python=python
[all...]
/haikuports/dev-python/lazy-object-proxy/
H A Dlazy_object_proxy-1.5.2.recipe1 SUMMARY="A fast and thorough lazy object proxy for Python"
3 Python module with one big change: it calls a function the first time the \
6 HOMEPAGE="https://github.com/ionelmc/python-lazy-object-proxy"
10 SOURCE_URI="https://github.com/ionelmc/python-lazy-object-proxy/archive/v$portVersion.tar.gz"
12 SOURCE_DIR="python-lazy-object-proxy-$portVersion"
44 cmd:python$pythonVersion\
54 cmd:python$pythonVersion
63 python=python$pythonVersion
67 $python
[all...]
/haikuports/dev-python/wrapt/
H A Dwrapt-1.15.0.recipe1 SUMMARY="Python module for decorators, wrappers and monkey patching"
3 proxy for Python, which can be used as the basis for the construction of \
44 cmd:python$pythonVersion
53 cmd:python$pythonVersion
67 python=python$pythonVersion
71 $python -m build --wheel --skip-dependency-check --no-isolation
72 $python -m installer --p $prefix dist/*.whl
75 "$prefix"/lib/python*
83 python
[all...]
/haikuports/dev-python/setuptools_scm/
H A Dsetuptools_scm-7.1.0.recipe1 SUMMARY="Handles managing your Python package versions in SCM"
2 DESCRIPTION="setuptools_scm handles managing your Python package versions \
36 importlib_metadata_$pythonPackage # only for Python < 3.10
39 tomli_$pythonPackage # only for Python < 3.11
40 typing_extensions_$pythonPackage # only for Python < 3.11
42 cmd:python$pythonVersion
49 cmd:python$pythonVersion
59 python=python$pythonVersion
60 installLocation=$prefix/lib/$python/vendo
[all...]
/haikuports/dev-python/requests-futures/
H A Drequests_futures-1.0.0.recipe1 SUMMARY="Asynchronous Python HTTP for Humans"
2 DESCRIPTION="Small add-on for the python requests http library.
35 cmd:python$pythonVersion\
40 cmd:python$pythonVersion"
49 python=python$pythonVersion
50 installLocation=$prefix/lib/$python/vendor-packages/
54 $python setup.py build install \
58 $prefix/lib/python*
/haikuports/dev-python/whatever/
H A Dwhatever-0.7.recipe2 DESCRIPTION="An easy way to make lambdas by partial application of python operators.
9 SOURCE_URI="https://pypi.python.org/packages/source/w/$portName/$portName-$portVersion.tar.gz"
36 cmd:python$pythonVersion
45 cmd:python$pythonVersion
58 python=python$pythonVersion
60 $python -m build --wheel --skip-dependency-check --no-isolation
61 $python -m installer -p $prefix dist/*.whl
64 $prefix/lib/python*
/haikuports/dev-python/dateutil/
H A Ddateutil-2.8.2.recipe1 SUMMARY="Extensions to the standard Python datetime module"
3 datetime module, available in Python 2.3+."
36 cmd:python$pythonVersion
46 cmd:python$pythonVersion
58 python=python$pythonVersion
60 $python -m build --wheel --skip-dependency-check --no-isolation
61 $python -m installer -p $prefix dist/*.whl
64 $prefix/lib/python*

Completed in 135 milliseconds

1234567891011>>