cznic/public/: omniorb-4.2.3.post2 metadata and description

Simple index Newer version available

Python bindings for omniORB

author 'Duncan Grisby et al',
author_email 'duncan@grisby.org',
classifiers
  • Development Status :: 6 - Mature
  • Intended Audience :: Developers
  • Intended Audience :: Information Technology
  • License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2)
  • Operating System :: OS Independent
  • Programming Language :: Python
  • Programming Language :: Python :: 2.7
  • Programming Language :: Python :: 3.5
  • Programming Language :: Python :: 3.6
  • Programming Language :: Python :: 3.7
  • Programming Language :: Python :: 3.8
  • Programming Language :: Python :: 3.9
  • Topic :: Internet
  • Topic :: Software Development :: Libraries
license LGPL for libraries, GPL for tools
maintainer Vlastimil Zíma
maintainer_email vlastimil.zima@nic.cz
requires_python !=3.0,!=3.1,!=3.2,!=3.3,!=3.4,>=2.7

Because this project isn't in the mirror_whitelist, no releases from root/pypi are included.

File Tox results History
omniORB-4.2.3.post2-cp310-cp310-linux_x86_64.whl
Size
2 MB
Type
Python Wheel
Python
3.10
omniORB-4.2.3.post2-cp36-cp36m-linux_x86_64.whl
Size
2 MB
Type
Python Wheel
Python
3.6
omniORB-4.2.3.post2-cp37-cp37m-linux_x86_64.whl
Size
2 MB
Type
Python Wheel
Python
3.7
omniORB-4.2.3.post2-cp38-cp38-linux_x86_64.whl
Size
2 MB
Type
Python Wheel
Python
3.8
omniORB-4.2.3.post2-cp39-cp39-linux_x86_64.whl
Size
2 MB
Type
Python Wheel
Python
3.9

omniORB4 is a freely available Common Object Request Broker Architecture (CORBA) 2.6 compliant object request broker (ORB) implementation. It is based on the IIOP communications protocol and should be interoperable with any other CORBA 2.6 compliant ORB.

This is a fork of omniORBpy, the Python bindings to the omniORB libraries, to create a python package.

Build

Build on local station:

for VERSION in 2.7 3.5 3.6 3.7 3.8 3.9 3.10; do docker build --pull --build-arg BUILD_PYTHON_VERSION=$VERSION -t omniorb-python:$VERSION --file docker/Dockerfile .; done

Upload to pypi:

# Login to devpi first
devpi login <username>
# Use devpi session to upload wheels
# Python == 2.7
for VERSION in 2.7; do docker run --rm -ti -v /home/vzima/.devpi:/root/.devpi:ro omniorb-python:$VERSION devpi upload dist/omniORB-4.2.3-cp${VERSION/./}-cp${VERSION/./}mu-linux_x86_64.whl; done
# Python <= 3.7
for VERSION in 2.7 3.5 3.6 3.7; do docker run --rm -ti -v /home/vzima/.devpi:/root/.devpi:ro omniorb-python:$VERSION devpi upload dist/omniORB-4.2.3-cp${VERSION/./}-cp${VERSION/./}m-linux_x86_64.whl; done
# Python >= 3.8
for VERSION in 3.8 3.9 3.10; do docker run --rm -ti -v /home/vzima/.devpi:/root/.devpi:ro omniorb-python:$VERSION devpi upload dist/omniORB-4.2.3-cp${VERSION/./}-cp${VERSION/./}-linux_x86_64.whl; done

ChangeLog

Unreleased

4.2.3.post2 (2022-01-26)

  • Add support for python 3.10.

4.2.3.post1 (2021-05-20)

  • Add pth file to enable ‘Cos*’ imports.

4.2.3 (2021-01-18)

Initial version with omniORB 4.2.3.