Re: [Fink-devel] PyQt-mac/x11 source/md5sum error

2014-04-06 Thread Derek Homeier
On 05.04.2014, at 11:44PM, Daniel Johnson  wrote:

> Well, not quite. The patch doesn't apply. Sigh. I'll have to work on it some 
> more. I don't use the -x11 package so it doesn't get a lot of attention and I 
> don't want to spend hours building qt4-x11.

It builds with the revised patch now, thanks. I did not particularly care about 
the
x11 version, but lately there were some issues when running the ipython --pylab
environment with pyqt4-mac on Mavericks. I'll check if that's still the case 
with the
ipython-2.0.0.

Cheers,
Derek


--
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] dateutil-py tests require sip-py to run

2014-04-06 Thread Daniel Macks
On Sat, 5 Apr 2014 20:54:18 +0200, Derek Homeier 
 wrote:
Hi,
>
> found there is a missing
>
>TestDepends: six-py%type_pkg[python]
>
> in dateutil-py-2.2-1. 

Fixed (sip-pyXXX not six-pyXXX). 

dan

  --
Daniel Macks
dma...@netspace.org



--
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] dateutil-py tests require sip-py to run

2014-04-06 Thread Derek Homeier
On 06.04.2014, at 5:58PM, Daniel Macks  wrote:

>> 
>> found there is a missing
>> 
>>   TestDepends: six-py%type_pkg[python]
>> 
>> in dateutil-py-2.2-1. 
> 
> Fixed (sip-pyXXX not six-pyXXX). 

hmm, I had gotten this error:

sudo -u fink-bld [ENV] sh -c /tmp/fink.67Gmy
/tmp/fink.3vLAc
#!/bin/bash -ev
# -B prevents the test run from generating __pycache__ .pyc files.
/sw/bin/python2.7 -B test.py || exit 2
Traceback (most recent call last):
  File "test.py", line 5, in 
from six import StringIO, BytesIO, PY3
ImportError: No module named six

Derek


--
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] dateutil-py tests require *six*-py to run

2014-04-06 Thread Derek Homeier

On 06.04.2014, at 9:33PM, Derek Homeier  
wrote:

> On 06.04.2014, at 5:58PM, Daniel Macks  wrote:
> 
>>> 
>>> found there is a missing
>>> 
>>>  TestDepends: six-py%type_pkg[python]
>>> 
>>> in dateutil-py-2.2-1. 
>> 
>> Fixed (sip-pyXXX not six-pyXXX). 
> 
> hmm, I had gotten this error:
> 
> sudo -u fink-bld [ENV] sh -c /tmp/fink.67Gmy
> /tmp/fink.3vLAc
> #!/bin/bash -ev
> # -B prevents the test run from generating __pycache__ .pyc files.
> /sw/bin/python2.7 -B test.py || exit 2
> Traceback (most recent call last):
>  File "test.py", line 5, in 
>from six import StringIO, BytesIO, PY3
> ImportError: No module named six

Oh, but I should check my own subject line. I did get confused with the 
sip-pyXXX-bin
update problems…

Derek


--
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] dateutil-py tests require *six*-py to run

2014-04-06 Thread Daniel Macks
On Sun, 6 Apr 2014 21:39:46 +0200, Derek Homeier 
 wrote:
> On 06.04.2014, at 9:33PM, Derek Homeier 
>  wrote:
> > On 06.04.2014, at 5:58PM, Daniel Macks  wrote:
> >>> >>> found there is a missing
> >>> >>>  TestDepends: six-py%type_pkg[python]
> >>> >>> in dateutil-py-2.2-1. >> >> Fixed (sip-pyXXX not six-pyXXX). 
> > > hmm, I had gotten this error:
> > > sudo -u fink-bld [ENV] sh -c /tmp/fink.67Gmy
> > /tmp/fink.3vLAc
> > #!/bin/bash -ev
> > # -B prevents the test run from generating __pycache__ .pyc files. 
> > /sw/bin/python2.7 -B test.py || exit 2
> > Traceback (most recent call last):
> >  File "test.py", line 5, in 
> >from six import StringIO, BytesIO, PY3
> > ImportError: No module named six
>
> Oh, but I should check my own subject line. I did get confused with 
> the sip-pyXXX-bin
> update problems…

heh no worries:) It actually looks like a runtime dependency (six is 
imported by various installed components not just by the test script), 
so I added it to Depends. 

dan

  --
Daniel Macks
dma...@netspace.org



--
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel