Commit graph

10 commits

Author SHA1 Message Date
wiz
aa67e11089 Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE=  33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.

Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.

Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.

Whitespace cleanups and other nits corrected, where necessary.
2014-01-25 10:29:56 +00:00
rodent
b65af7be2b Remove "Trailing empty lines." and/or "Trailing white-space." 2013-04-08 11:17:08 +00:00
asau
e059e7e469 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 17:18:07 +00:00
cheusov
4b97be0632 Bump revision for packages with changed CONFLICTS (PYTHON_SELF_CONFLICT) 2012-10-04 00:21:58 +00:00
cheusov
11c7685b77 CONFLICTS between python modules 2012-10-03 23:40:35 +00:00
sbd
c5256d94ca 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-28 07:20:21 +00:00
sbd
c6fd0c1f52 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-26 08:28:34 +00:00
sbd
540239fa12 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.
2012-02-21 21:05:04 +00:00
drochner
1013ea57e8 update to 3.5
changes:
-Python interceptors can receive peer address and identity
-Python exceptions can be pickled
2011-04-21 16:35:27 +00:00
drochner
e19382fff5 add py-omniORBpy-3.4, Python bindings for omniORB, from
Tonnerre Lombard per pkgsrc-wip
2010-09-02 15:08:10 +00:00