Searched full:python (Results 51 - 75 of 497) sorted by relevance

1234567891011>>

/haikuports/dev-python/pyzmq/
H A Dpyzmq-18.1.0.recipe1 SUMMARY="Python bindings for ��MQ"
3 This package contains Python bindings for ��MQ. \
46 cmd:python$pythonVersion\
52 cmd:python$pythonVersion"
62 python=python$pythonVersion
63 pythonVersion=$($python --version 2>&1 | sed 's/Python //' | head -c3)
64 installLocation=$prefix/lib/python$pythonVersion/vendor-packages/
68 $python setu
[all...]
/haikuports/dev-python/pyyaml/
H A Dpyyaml-6.0.recipe1 SUMMARY="YAML parser and emitter for Python"
4 PyYAML is a YAML parser and emitter for Python.
9 provides Python-specific tags that allow to represent an arbitrary Python object.
48 cmd:python$pythonVersion\
53 cmd:python$pythonVersion"
62 python=python$pythonVersion
63 installLocation=$prefix/lib/$python/vendor-packages/
67 $python setu
[all...]
/haikuports/dev-python/voluptuous/
H A Dvoluptuous-0.12.1.recipe1 SUMMARY="Python data validation library"
2 DESCRIPTION="Python data validation library primarily intended for validating \
3 data coming into Python as JSON, YAML, etc.
14 SOURCE_URI="https://pypi.python.org/packages/source/v/voluptuous/voluptuous-$portVersion.tar.gz"
40 cmd:python$pythonVersion\
45 cmd:python$pythonVersion"
54 python=python$pythonVersion
55 installLocation=$prefix/lib/$python/vendor-packages/
59 $python setu
[all...]
/haikuports/dev-python/waitress/
H A Dwaitress-2.1.2.recipe1 SUMMARY="Python WSGI server"
2 DESCRIPTION="Waitress is meant to be a production-quality pure-Python WSGI \
4 which live in the Python standard library.
11 SOURCE_URI="https://pypi.python.org/packages/source/w/waitress/waitress-$portVersion.tar.gz"
37 cmd:python$pythonVersion\
42 cmd:python$pythonVersion"
51 python=python$pythonVersion
52 installLocation="$prefix"/lib/$python/vendor-packages/
56 $python setu
[all...]
/haikuports/dev-python/importlib_resources/
H A Dimportlib_resources-5.4.0.recipe1 SUMMARY="A backport of Python standard library importlib.resources"
3 with a solution in Python's stdlib that relies on well-defined APIs. This makes \
6 HOMEPAGE="https://pypi.python.org/pypi/importlib-resources"
10 SOURCE_URI="https://pypi.python.org/packages/source/i/importlib_resources/importlib_resources-$portVersion.tar.gz"
38 cmd:python$pythonVersion
44 cmd:python$pythonVersion
56 python=python$pythonVersion
57 installLocation=$prefix/lib/$python/vendor-packages/
63 $python setu
[all...]
/haikuports/dev-python/html5lib/
H A Dhtml5lib-1.1.recipe1 SUMMARY=" Python HTML parser/tokenizer based on the WHATWG HTML5 spec"
2 DESCRIPTION="html5lib is a pure-python library for parsing HTML. It is \
9 SOURCE_URI="https://github.com/html5lib/html5lib-python/archive/$portVersion.tar.gz"
11 SOURCE_DIR="html5lib-python-$portVersion"
39 cmd:python$pythonVersion
45 cmd:python$pythonVersion
56 python=python$pythonVersion
57 installLocation=$prefix/lib/$python/vendor-packages/
63 $python setu
[all...]
/haikuports/dev-python/webencodings/
H A Dwebencodings-0.5.1.recipe1 SUMMARY="Python implementation of the WHATWG Encoding standard"
9 HOMEPAGE="https://github.com/gsnedders/python-webencodings"
13 SOURCE_URI="https://github.com/gsnedders/python-webencodings/archive/v$portVersion.tar.gz"
15 SOURCE_DIR="python-webencodings-$portVersion"
41 cmd:python$pythonVersion
47 cmd:python$pythonVersion
57 python=python$pythonVersion
58 installLocation=$prefix/lib/$python/vendor-packages/
64 $python setu
[all...]
/haikuports/dev-python/slixmpp/
H A Dslixmpp-1.8.4.recipe1 SUMMARY="XMPP library for Python 3.7+"
2 DESCRIPTION="Slixmpp is an MIT licensed XMPP library for Python 3.7+. It is a \
32 pythonPackage=python${pythonVersion//.}
42 cmd:python$pythonVersion
48 cmd:python$pythonVersion
56 pythonPackage=python${pythonVersion//.}
58 python=python$pythonVersion
59 installLocation=$prefix/lib/$python/vendor-packages/
65 $python setu
[all...]
/haikuports/dev-python/qpageview/
H A Dqpageview-0.6.2.recipe9 SOURCE_URI="https://pypi.python.org/packages/source/q/qpageview/qpageview-$portVersion.tar.gz"
29 cmd:python$PYTHON3_VERSION
38 cmd:python$PYTHON3_VERSION
49 python=$packageLinksDir/$python3PackageName/cmd~python$PYTHON3_VERSION/bin/python$PYTHON3_VERSION
50 pythonVersion=$($python --version 2>&1 | sed 's/Python //' | head -c4)
51 installLocation=lib/python$pythonVersion/vendor-packages/
54 $python setu
[all...]
/haikuports/dev-python/pyparsing/
H A Dpyparsing-3.1.2.recipe1 SUMMARY="A python parsing module"
6 Python code."
7 HOMEPAGE="https://pypi.python.org/pypi/pyparsing"
39 cmd:python$pythonVersion
47 cmd:python$pythonVersion
57 python=python$pythonVersion
58 installLocation=$prefix/lib/$python/vendor-packages/
64 $python -m build --wheel --no-isolation
65 $python
[all...]
/haikuports/dev-python/multidict/
H A Dmultidict-4.5.2.recipe1 SUMMARY="Asyncio-based multidict implementation for Python"
4 HOMEPAGE="https://pypi.python.org/pypi/multidict"
32 pythonPackage=python${pythonVersion//.}
46 cmd:python$pythonVersion
54 cmd:python$pythonVersion
62 pythonPackage=python${pythonVersion//.}
64 python=python$pythonVersion
65 installLocation=$prefix/lib/$python/vendor-packages/
71 $python setu
[all...]
/haikuports/dev-python/jsonrpcclient/
H A Djsonrpcclient-4.0.3.recipe1 SUMMARY="Send JSON-RPC requests in Python"
39 cmd:python$pythonVersion
46 cmd:python$pythonVersion
57 python=python$pythonVersion
58 installLocation=$prefix/lib/$python/vendor-packages/
63 $python -m installer -p $prefix $portName-$portVersion-py3-none-any.whl
66 $prefix/lib/python*
/haikuports/dev-python/jsonrpcserver/
H A Djsonrpcserver-5.0.9.recipe1 SUMMARY="Process JSON-RPC requests in Python"
37 cmd:python$pythonVersion
43 cmd:python$pythonVersion
54 python=python$pythonVersion
55 installLocation=$prefix/lib/$python/vendor-packages/
61 $python setup.py build install \
65 $prefix/lib/python*
/haikuports/dev-python/pluggy/
H A Dpluggy-1.0.0.recipe1 SUMMARY="A Python framework"
33 cmd:python$pythonVersion\
39 cmd:python$pythonVersion
51 python=python$pythonVersion
52 installLocation=$prefix/lib/$python/vendor-packages/
56 $python setup.py build egg_info install \
60 $prefix/lib/python*
/haikuports/dev-python/funcy/
H A Dfuncy-2.0.recipe7 SOURCE_URI="https://pypi.python.org/packages/source/f/$portName/$portName-$portVersion.tar.gz"
35 cmd:python$pythonVersion
44 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-util/cram/
H A Dcram-0.7.recipe15 # It only makes sense to package this one just for the default Python version.
17 pythonPackage=python${pythonVersion//.}
25 cmd:python$pythonVersion
33 cmd:python$pythonVersion
41 python=python$pythonVersion
42 installLocation=$prefix/lib/$python/vendor-packages/
47 $python setup.py build install --root=/ --prefix=$prefix
/haikuports/dev-python/aiodns/
H A Daiodns-2.0.0.recipe4 HOMEPAGE="https://pypi.python.org/pypi/aiodns"
35 cmd:python$pythonVersion
41 cmd:python$pythonVersion
51 python=python$pythonVersion
52 installLocation=$prefix/lib/$python/vendor-packages/
56 $python setup.py build install \
60 $prefix/lib/python*
/haikuports/dev-python/flit-core/
H A Dflit_core-3.8.0.recipe1 SUMMARY="Simplified packaging of Python modules (core module)"
34 cmd:python$pythonVersion\
40 cmd:python$pythonVersion"
46 python=python${PYTHON_VERSIONS[$i]}
47 $python -m build --wheel --no-isolation --skip-dependency-check
48 $python -m installer --prefix=$prefix dist/*.whl
51 $prefix/lib/python*
/haikuports/dev-python/httplib2/
H A Dhttplib2-0.20.4.recipe1 SUMMARY="A comprehensive HTTP library for the Python platform"
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/toml/
H A Dtoml-0.10.2.recipe1 SUMMARY="A Python library for parsing and creating TOML"
39 cmd:python$pythonVersion\
45 cmd:python$pythonVersion
55 python=python$pythonVersion
56 installLocation=$prefix/lib/$python/vendor-packages/
60 $python setup.py build install \
64 $prefix/lib/python*
/haikuports/dev-python/zipp/
H A Dzipp-3.7.0.recipe3 HOMEPAGE="https://pypi.python.org/pypi/zipp"
34 cmd:python$pythonVersion
40 cmd:python$pythonVersion
52 python=python$pythonVersion
53 installLocation=$prefix/lib/$python/vendor-packages/
59 $python setup.py build install \
63 $prefix/lib/python*
/haikuports/dev-python/dnspython/
H A Ddnspython-1.16.0.recipe1 SUMMARY="A DNS toolkit for Python"
38 cmd:python$pythonVersion
45 cmd:python$pythonVersion
55 python=python$pythonVersion
56 installLocation=$prefix/lib/$python/vendor-packages/
62 $python setup.py build install \
66 $prefix/lib/python*
/haikuports/dev-python/ifaddr/
H A Difaddr-0.2.0.recipe2 DESCRIPTION="ifaddr is a small Python library that allows you to find all \
35 cmd:python$pythonVersion
41 cmd:python$pythonVersion
51 python=python$pythonVersion
52 installLocation=$prefix/lib/$python/vendor-packages/
58 $python setup.py build install \
62 $prefix/lib/python*
/haikuports/dev-python/parameterized/
H A Dparameterized-0.9.0.recipe1 SUMMARY="Add parameterized testing with any Python test framework"
34 cmd:python$pythonVersion
43 cmd:python$pythonVersion
52 python=python$pythonVersion
56 $python -m build --wheel --skip-dependency-check --no-isolation
57 $python -m installer --p $prefix dist/*.whl
60 "$prefix"/lib/python*
/haikuports/dev-python/whichcraft/
H A Dwhichcraft-0.6.1.recipe1 SUMMARY="Cross-platform cross-python shutil.which"
37 cmd:python$pythonVersion
43 cmd:python$pythonVersion
53 python=python$pythonVersion
54 installLocation=$prefix/lib/$python/vendor-packages/
60 $python setup.py build install \
64 $prefix/lib/python*

Completed in 71 milliseconds

1234567891011>>