Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 33171 - Python support for libical-moz
Summary: Python support for libical-moz
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on: 123016
Blocks:
  Show dependency tree
 
Reported: 2003-11-10 14:24 UTC by Eivind Tagseth
Modified: 2006-08-04 15:24 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch against the 0.23 ebuild (patch.ebuild,1.15 KB, patch)
2003-11-10 14:26 UTC, Eivind Tagseth
Details | Diff
files/setup.py (setup.py,263 bytes, text/plain)
2003-11-10 14:29 UTC, Eivind Tagseth
Details
Init file for the python package. (__init__.py,126 bytes, text/plain)
2003-11-10 14:32 UTC, Eivind Tagseth
Details
Makes sure that everyone thinks the library is called _LibicalWrap. (python-fixes-patch,5.23 KB, patch)
2003-11-10 14:37 UTC, Eivind Tagseth
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eivind Tagseth 2003-11-10 14:24:47 UTC
The libical-moz ebuild explicitly disables the python wrapper even though the python use flag is enabled.

This patch adds python support if the use flag is enabled.  As far as I can see, the python support has no impact on the normal install.

I've tested the resulting python wrappers and they work fine for me.  I'm not a very advanced user though.
Comment 1 Eivind Tagseth 2003-11-10 14:26:54 UTC
Created attachment 20543 [details, diff]
Patch against the 0.23 ebuild
Comment 2 Eivind Tagseth 2003-11-10 14:29:36 UTC
Created attachment 20544 [details]
files/setup.py

Python distutils install script.  This recompiles the shared library that
the
ordinary Makefile has already compiled, but this script is also able to install
the files in their proper locations.
Comment 3 Eivind Tagseth 2003-11-10 14:32:35 UTC
Created attachment 20545 [details]
Init file for the python package.

In order to have a clean install and make it into a package, we need this
file.
Comment 4 Eivind Tagseth 2003-11-10 14:37:07 UTC
Created attachment 20546 [details, diff]
Makes sure that everyone thinks the library is called _LibicalWrap.

The Makefile is a bit undecided if the shared library should be named
_LibicalWrap.so or LibicalWrap.so.  This patch makes sure it's called
_LibicalWrap in all places.
Comment 5 Jakub Moc (RETIRED) gentoo-dev 2005-10-25 15:31:11 UTC
This package needs a maintainer.
Comment 6 Jakub Moc (RETIRED) gentoo-dev 2006-08-04 15:24:20 UTC
package.masked pending removal.