Hi Could someone with commit access please take a look at tickets #12795 [1] & #12796 [2] which add boto (http://code.google.com/p/boto), a python interface to Amazon Web Services, for python24 and python25 respectively. Cheers Adam [1] http://trac.macports.org/projects/macports/ticket/12795 [2] http://trac.macports.org/projects/macports/ticket/12796
Adam Mercer wrote:
Hi
Could someone with commit access please take a look at tickets #12795 [1] & #12796 [2] which add boto (http://code.google.com/p/boto), a python interface to Amazon Web Services, for python24 and python25 respectively.
These two ports can't be installed at the same time. They both want to use the same file: | Error: Target org.macports.activate returned: Image error: | /opt/local/bin/test.py is being used by the active py-boto port. Also test.py sounds very very general to me. I had a look at it and it I think this file is for internal tests only and should not be installed in ${prefix}/bin/. The same goes for ${prefix}/lib/python2.4/site-packages/tests. I think this should both be in the boto/ subdirectory. Rainer
On 29/09/2007, Rainer Müller <raimue@macports.org> wrote:
Also test.py sounds very very general to me. I had a look at it and it I think this file is for internal tests only and should not be installed in ${prefix}/bin/. The same goes for ${prefix}/lib/python2.4/site-packages/tests. I think this should both be in the boto/ subdirectory.
I've updated the Portfiles to address these comments, #12795 & #12796 Cheers Adam
Le 29 sept. 07 à 12:08, Rainer Müller a écrit :
Adam Mercer wrote:
Hi
Could someone with commit access please take a look at tickets #12795 [1] & #12796 [2] which add boto (http://code.google.com/p/boto), a python interface to Amazon Web Services, for python24 and python25 respectively.
These two ports can't be installed at the same time. They both want to use the same file:
| Error: Target org.macports.activate returned: Image error: | /opt/local/bin/test.py is being used by the active py-boto port.
Also test.py sounds very very general to me. I had a look at it and it I think this file is for internal tests only and should not be installed in ${prefix}/bin/. The same goes for ${prefix}/lib/python2.4/site-packages/tests. I think this should both be in the boto/ subdirectory.
Rainer
The test subdirectory could be installed, python25 installs all of its testsuite. -- Anthony Ramine, the infamous MacPorts Trac slave. nox@macports.org
Adam Mercer wrote:
On 29/09/2007, Rainer Müller <raimue@macports.org> wrote:
Also test.py sounds very very general to me. I had a look at it and it I think this file is for internal tests only and should not be installed in ${prefix}/bin/. The same goes for ${prefix}/lib/python2.4/site-packages/tests. I think this should both be in the boto/ subdirectory.
I've updated the Portfiles to address these comments, #12795 & #12796
Committed in r29564. I hope you don't mind I changed the calls to the rm binary to a delete statement, which is the preferred way. Regards, Rainer
participants (3)
-
Adam Mercer
-
N_Ox
-
Rainer Müller