Menu

#1505 pykqueue

Added_to_Fink
closed-accepted
None
5
2004-05-03
2004-04-23
No

tree: 10.3
section: libs
fink validated

python wrapper for kqueue. patched for Twisted.

Discussion

  • Anonymous

    Anonymous - 2004-04-23

    Logged In: YES
    user_id=923948

    adding patch

     
  • Anonymous

    Anonymous - 2004-04-23

    Logged In: YES
    user_id=923948

    adding patch

     
  • Anonymous

    Anonymous - 2004-04-23

    Logged In: YES
    user_id=923948

    added 'Depends: python23 | python23-nox',
    thought 'Type: python' would have sufficed

     
  • Christian Schaffner

    • milestone: --> 373615
     
  • Daniel Macks

    Daniel Macks - 2004-04-23
    • milestone: 373615 --> 373614
     
  • Daniel Macks

    Daniel Macks - 2004-04-23

    Logged In: YES
    user_id=535292

    This appears to be a compiled library that is specific to a
    particular python vresion. That means you need to name the
    package accordingly (for example, pykqueue-py23)

     
  • Daniel Macks

    Daniel Macks - 2004-04-23

    Logged In: YES
    user_id=535292

    It also installed directly into %p instead of %i.

     
  • Anonymous

    Anonymous - 2004-04-23

    Logged In: YES
    user_id=923948

    fixed

     
  • Anonymous

    Anonymous - 2004-04-23

    pykqueue-py23.patch

     
  • Christian Schaffner

    • milestone: 373614 --> 373615
     
  • Daniel Macks

    Daniel Macks - 2004-04-29

    Logged In: YES
    user_id=535292

    The compile process does several
    python -c "import sys; print sys.[whatever]
    to determine version and path information.

    Unfortunately, the python that runs (i.e., the first
    "python" in PATH) is non-deterministic at this point.
    'Depends:python23' only installs /sw/bin/python23, and the
    package that does install /sw/bin/python ("python", which is
    not a Depends) could install that file as different python
    versions. And if that python isn't found and /usr/bin/python
    (which is 2.3) runs, compiling crashes because Apple's
    python's build tools suck.

    Somehow you gotta either pass flags somewhere or hack
    Makefile.pre.in so that /sw/bin/python23 is used instead of
    "python". For many python modules, that's as simple as
    setting PYTHON=%p/bin/python23 before calling make.

     
  • Daniel Macks

    Daniel Macks - 2004-04-29
    • milestone: 373615 --> 373614
     
  • Anonymous

    Anonymous - 2004-04-29

    pykqueue-py23.info

     
  • Anonymous

    Anonymous - 2004-04-29

    Logged In: YES
    user_id=923948

    fixed- setting PYTHON worked

     
  • Christian Schaffner

    Logged In: YES
    user_id=286406

    gyar: It would be great if you could adjust the "Group" setting if
    you update the submission. Thanks.

     
  • Christian Schaffner

    • milestone: 373614 --> 373615
     
  • Daniel Macks

    Daniel Macks - 2004-05-03
    • assigned_to: nobody --> dmacks
    • milestone: 373615 --> Added_to_Fink
    • status: open --> closed-accepted
     
  • Daniel Macks

    Daniel Macks - 2004-05-03

    Logged In: YES
    user_id=535292

    Looks great! Adding to CVS.

    Thanks.

     

Log in to post a comment.