2012-02-28 08:20:21 by Steven Drake | Files touched by this commit (4) |
Log message:
Add omniidl_be_init hack.
Both the omniORB package and py-omniORBpy install files into
${PYSITELIB}/omniidl_be, but the only files that conflicts are __init__.py
with the comment "Empty file to convince Python that this is a module."
and __init__.pyc.
So if this package is being built with the same PYTHON_VERSION_DEFAULT as
omniORB was simply don't install the __int__.py{,c} files.
|
2012-02-26 09:28:34 by Steven Drake | Files touched by this commit (1) |
Log message:
Revert my last commit to this package.
---
Module Name: pkgsrc
Committed By: sbd
Date: Tue Feb 21 21:05:04 UTC 2012
Modified Files:
pkgsrc/net/py-omniORBpy: Makefile
Log message:
Mark as PYTHON_VERSIONS_INCOMPATIBLE with the pkgsrc default python version
as the python bindings for the defalut version are built into the omniORB
package.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/py-omniORBpy/Makefile
|
2012-02-21 22:05:04 by Steven Drake | Files touched by this commit (1) |
Log message:
Mark as PYTHON_VERSIONS_INCOMPATIBLE with the pkgsrc default python version
as the python bindings for the defalut version are built into the omniORB
package.
|
2011-04-21 18:35:27 by Matthias Drochner | Files touched by this commit (3) | |
Log message:
update to 3.5
changes:
-Python interceptors can receive peer address and identity
-Python exceptions can be pickled
|
2010-09-02 17:08:11 by Matthias Drochner | Files touched by this commit (5) | |
Log message:
add py-omniORBpy-3.4, Python bindings for omniORB, from
Tonnerre Lombard per pkgsrc-wip
|