Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Aug 2010 23:23:52 +0000 (UTC)
From:      Greg Larkin <glarkin@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel/py-pyro Makefile
Message-ID:  <201008032323.o73NNqed072105@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
glarkin     2010-08-03 23:23:52 UTC

  FreeBSD ports repository

  Modified files:
    devel/py-pyro        Makefile 
  Log:
  - py-pyro requires at least Python 2.5, so update the USE_PYTHON variable.
  
    Build output with Python forced to version 2.4:
  
  ===>   py24-pyro-4.1 depends on file: /usr/local/bin/python2.4 - found
  ===>  Configuring for py24-pyro-4.1
  Traceback (most recent call last):
    File "setup.py", line 6, in ?
      import Pyro.constants
    File "src/Pyro/__init__.py", line 10, in ?
      raise RuntimeError("Pyro requires at least Python 2.5")
  RuntimeError: Pyro requires at least Python 2.5
  *** Error code 1
  Stop in /a/ports/devel/py-pyro.
  
  Revision  Changes    Path
  1.9       +1 -1      ports/devel/py-pyro/Makefile



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008032323.o73NNqed072105>