Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brandon-rhodes/pyzmq-static
Script to compile a statically-linked version of the Python "zmq" package with ØMQ and libuuid (on Linux systems) built-in instead of relying on shared libraries.
https://github.com/brandon-rhodes/pyzmq-static
Last synced: 3 months ago
JSON representation
Script to compile a statically-linked version of the Python "zmq" package with ØMQ and libuuid (on Linux systems) built-in instead of relying on shared libraries.
- Host: GitHub
- URL: https://github.com/brandon-rhodes/pyzmq-static
- Owner: brandon-rhodes
- Created: 2012-04-27T03:13:35.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-09-11T22:53:30.000Z (over 12 years ago)
- Last Synced: 2024-05-02T00:02:25.363Z (10 months ago)
- Language: C
- Homepage:
- Size: 1.21 MB
- Stars: 22
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
- AwesomeCompiler - pyzmq-static
README
**We bring you good news!**
The official maintainer of the Python
`pyzmq `_ package,
`@minrk `_,
has `merged our work `_
into the main project!That's right — the official version of PyZMQ
can now detect the absence of a system-wide ØMQ library
and respond by building and linking to its own copy of the library.
The PyZMQ distribution carries its own copy of the source code
so that no network access is necessary
for its install to complete successfully.This means your project can now simply depend upon normal ``pyzmq``
instead of the separate name ``pyzmq-static``.The main PyZMQ gained this superpower with its 2.2.0.1 release.
If you need to use an older version of PyZMQ,
then you can simply hard-code a dependency
in your ``requirements.txt`` or ``setup.py``
against whatever older version of ``pyzmq-static``
you would like to keep using::pyzmq-static==2.1.11.2
Thanks again to `Evan Borgstrom `_
for helping me (`Brandon Rhodes `_)
maintain this project,
and thanks to our users for letting us know
how often this distribution of ``pyzmq`` helped you get off the ground!Changelog
---------| 2012-08-20 — Project end — `@minrk`_ merges our work!
| 2012-04-28 — 2.1.11 — ØMQ and PyZMQ 2.1.11
| 2011-06-15 — 2.1.7.1 — Fixed compilation under Windows.
| 2011-05-22 — 2.1.7 — ØMQ and PyZMQ 2.1.7.
| 2011-04-02 — 2.1.4 — ØMQ 2.1.4; PyZMQ 2.1.1; util-linux-ng 2.19.
| 2010-11-17 — 2.0.10 — ØMQ 2.0.10; FreeBSD support.
| 2010-09-27 — 2.0.8 — Mac OS X support.
| 2010-09-15 — 2.0.7a — World debut!