Bug 149336 - [PATCH] devel/py-RPyC: Restrict Python version to 2.5+
Summary: [PATCH] devel/py-RPyC: Restrict Python version to 2.5+
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-python (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-05 19:10 UTC by Greg Larkin
Modified: 2010-08-11 18:50 UTC (History)
1 user (show)

See Also:


Attachments
py25-rpyc-3.0.6.patch (442 bytes, patch)
2010-08-05 19:10 UTC, Greg Larkin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Greg Larkin freebsd_committer freebsd_triage 2010-08-05 19:10:04 UTC
py-RPyC fails to build correctly with Python 2.4 installed as the default
Python version:

creating /usr/local/lib/python2.4/site-packages/rpyc-3.0.6-py2.4.egg
Extracting rpyc-3.0.6-py2.4.egg to /usr/local/lib/python2.4/site-packages
  File "/usr/local/lib/python2.4/site-packages/rpyc-3.0.6-py2.4.egg/rpyc/utils/server.py", line 217
    finally:
          ^
SyntaxError: invalid syntax

  File "/usr/local/lib/python2.4/site-packages/rpyc-3.0.6-py2.4.egg/rpyc/utils/server.py", line 217
    finally:
          ^
SyntaxError: invalid syntax
Adding rpyc 3.0.6 to easy-install.pth file

USE_PYTHON is updated to require Python version 2.5+. This was noticed
during a tinderbox build with the following options set:
PYTHON_VERSION=python2.4
PYTHON_DEFAULT_VERSION=python2.4

Port maintainer (wenheping@gmail.com) is cc'd.

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-08-05 19:10:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2010-08-05 19:10:18 UTC
Maintainer of devel/py-RPyC,

Please note that PR ports/149336 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/149336

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2010-08-05 19:10:22 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Greg Larkin freebsd_committer freebsd_triage 2010-08-11 18:46:41 UTC
State Changed
From-To: feedback->closed

Committed after email approval from wen.
Comment 5 dfilter service freebsd_committer freebsd_triage 2010-08-11 18:48:50 UTC
glarkin     2010-08-11 17:46:16 UTC

  FreeBSD ports repository

  Modified files:
    devel/py-RPyC        Makefile 
  Log:
  - Restricted Python version to 2.5+, since 2.4 exits with a syntax
    error during the build.
  
  PR:             ports/149336
  Submitted by:   glarkin
  Approved by:    wen (via email)
  
  Revision  Changes    Path
  1.6       +1 -1      ports/devel/py-RPyC/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"