Re: ports/178256: [PATCH] Unbreak math/py-numpy with python 3.3 and update to 1.7.0.

2013-05-20 Thread Mark Linimon
The following reply was made to PR ports/178256; it has been noted by GNATS.

From: Mark Linimon 
To: bug-follo...@freebsd.org
Cc:  
Subject: Re: ports/178256: [PATCH] Unbreak math/py-numpy with python 3.3 and
 update to 1.7.0.
Date: Mon, 20 May 2013 15:17:06 -0500

 - Forwarded message from Roland Smith  -
 
 Date: Mon, 20 May 2013 19:48:40 +0200
 From: Roland Smith 
 To: de...@freebsd.org
 Cc: llw...@infor.org, freebsd-python@FreeBSD.org
 Subject: Re: ports/178256: [PATCH] Unbreak math/py-numpy with python 3.3 and 
update to 1.7.0.
 User-Agent: Mutt/1.5.21 (2010-09-15)
 
 There is a mistake in the pkg_plist. It contains several __pycache__
 directories from a python3.3 build. Those should not be in the plist when the
 port is built for python2. But I don't know how to handle that.
 
 Roland
 -- 
 R.F.Smith   http://rsmith.home.xs4all.nl/
 [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
 pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)
 
 - End forwarded message -
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


Re: ports/178256: [PATCH] Unbreak math/py-numpy with python 3.3 and update to 1.7.0.

2013-05-20 Thread Roland Smith
On Mon, May 20, 2013 at 06:21:07AM +, de...@freebsd.org wrote:
> Synopsis: [PATCH] Unbreak math/py-numpy with python 3.3 and update to 1.7.0.
> 
> State-Changed-From-To: feedback->closed
> State-Changed-By: demon
> State-Changed-When: Mon May 20 06:20:47 UTC 2013
> State-Changed-Why: 
> Port updated, thanks!
> 
> http://www.freebsd.org/cgi/query-pr.cgi?pr=178256

There is a mistake in the pkg_plist. It contains several __pycache__
directories from a python3.3 build. Those should not be in the plist when the
port is built for python2. But I don't know how to handle that.

Roland
-- 
R.F.Smith   http://rsmith.home.xs4all.nl/
[plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)


pgpniIAqlpulG.pgp
Description: PGP signature


Re: ports/178256: [PATCH] Unbreak math/py-numpy with python 3.3 and update to 1.7.0.

2013-05-20 Thread Rainer Hurling
On 20.05.2013 09:26 (UTC+2), Dmitry Sivachenko wrote:
> 
> On 20.05.2013, at 11:18, Rainer Hurling  wrote:
> 
>> On 20.05.2013 08:21 (UTC+2), de...@freebsd.org wrote:
>>> Synopsis: [PATCH] Unbreak math/py-numpy with python 3.3 and update to 1.7.0.
>>>
>>> State-Changed-From-To: feedback->closed
>>> State-Changed-By: demon
>>> State-Changed-When: Mon May 20 06:20:47 UTC 2013
>>> State-Changed-Why: 
>>> Port updated, thanks!
>>>
>>> http://www.freebsd.org/cgi/query-pr.cgi?pr=178256
>>
>> Many thanks for the update. But I am afraid that there is a problem with
>> the source files. This is on 10.0-CURRENT amd64 with clang.
>>
>> For me, the patch doesn't built, because it complains about
>> numpy-ref-1.7.0.pdf and numpy-user-1.7.0.pdf, they were not found.
>> Looking into the official sources at
>> http://sourceforge.net/projects/numpy/files/NumPy/1.7.0/ there are only
>> files named userguide.pdf and reference.pdf. I think, this files are meant?
>>
> 
> 
> Yes, I already noticed that, sorry.  Fixed.

Wow, thank you, that's fast. And it works for me now.

> 
> 
>> And BTW, is there any reason, why it updates to version 1.7.0 and not
>> 1.7.1 (from 2013-04-25)?
>>
> 
> 
> Because it would require another maintainer approval :)
> I plan to work on it.

Nice.

Thanks again.

___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


Re: ports/178256: [PATCH] Unbreak math/py-numpy with python 3.3 and update to 1.7.0.

2013-05-20 Thread Dmitry Sivachenko

On 20.05.2013, at 11:18, Rainer Hurling  wrote:

> On 20.05.2013 08:21 (UTC+2), de...@freebsd.org wrote:
>> Synopsis: [PATCH] Unbreak math/py-numpy with python 3.3 and update to 1.7.0.
>> 
>> State-Changed-From-To: feedback->closed
>> State-Changed-By: demon
>> State-Changed-When: Mon May 20 06:20:47 UTC 2013
>> State-Changed-Why: 
>> Port updated, thanks!
>> 
>> http://www.freebsd.org/cgi/query-pr.cgi?pr=178256
> 
> Many thanks for the update. But I am afraid that there is a problem with
> the source files. This is on 10.0-CURRENT amd64 with clang.
> 
> For me, the patch doesn't built, because it complains about
> numpy-ref-1.7.0.pdf and numpy-user-1.7.0.pdf, they were not found.
> Looking into the official sources at
> http://sourceforge.net/projects/numpy/files/NumPy/1.7.0/ there are only
> files named userguide.pdf and reference.pdf. I think, this files are meant?
> 


Yes, I already noticed that, sorry.  Fixed.


> And BTW, is there any reason, why it updates to version 1.7.0 and not
> 1.7.1 (from 2013-04-25)?
> 


Because it would require another maintainer approval :)
I plan to work on it.

___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


Re: ports/178256: [PATCH] Unbreak math/py-numpy with python 3.3 and update to 1.7.0.

2013-05-20 Thread Rainer Hurling
On 20.05.2013 08:21 (UTC+2), de...@freebsd.org wrote:
> Synopsis: [PATCH] Unbreak math/py-numpy with python 3.3 and update to 1.7.0.
> 
> State-Changed-From-To: feedback->closed
> State-Changed-By: demon
> State-Changed-When: Mon May 20 06:20:47 UTC 2013
> State-Changed-Why: 
> Port updated, thanks!
> 
> http://www.freebsd.org/cgi/query-pr.cgi?pr=178256

Many thanks for the update. But I am afraid that there is a problem with
the source files. This is on 10.0-CURRENT amd64 with clang.

For me, the patch doesn't built, because it complains about
numpy-ref-1.7.0.pdf and numpy-user-1.7.0.pdf, they were not found.
Looking into the official sources at
http://sourceforge.net/projects/numpy/files/NumPy/1.7.0/ there are only
files named userguide.pdf and reference.pdf. I think, this files are meant?

And BTW, is there any reason, why it updates to version 1.7.0 and not
1.7.1 (from 2013-04-25)?

I appreciate your work.
Rainer Hurling

___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


Re: ports/178256: [PATCH] Unbreak math/py-numpy with python 3.3 and update to 1.7.0.

2013-05-19 Thread demon
Synopsis: [PATCH] Unbreak math/py-numpy with python 3.3 and update to 1.7.0.

State-Changed-From-To: feedback->closed
State-Changed-By: demon
State-Changed-When: Mon May 20 06:20:47 UTC 2013
State-Changed-Why: 
Port updated, thanks!

http://www.freebsd.org/cgi/query-pr.cgi?pr=178256
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


Re: ports/178256: [PATCH] Unbreak math/py-numpy with python 3.3 and update to 1.7.0.

2013-05-19 Thread Li-Lun "Leland" Wang
The following reply was made to PR ports/178256; it has been noted by GNATS.

From: "Li-Lun \"Leland\" Wang" 
To: bug-follo...@freebsd.org
Cc:  
Subject: Re: ports/178256: [PATCH] Unbreak math/py-numpy with python 3.3 and
 update to 1.7.0.
Date: Sun, 19 May 2013 22:41:47 -0700

 Thanks for the patch and sorry for the delay.  I don't think you can
 remove PORTEPOCH.  Otherwise I approve this patch.
 
 -- Li-Lun Wang
 
 On Tue, Apr 30, 2013 at 5:00 AM, Edwin Groothuis  wrote:
 > Maintainer of math/py-numpy,
 >
 > Please note that PR ports/178256 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/178256
 >
 > --
 > Edwin Groothuis via the GNATS Auto Assign Tool
 > ed...@freebsd.org
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


Re: ports/178256: [PATCH] Unbreak math/py-numpy with python 3.3 and update to 1.7.0.

2013-04-30 Thread Edwin Groothuis
The following reply was made to PR ports/178256; it has been noted by GNATS.

From: Edwin Groothuis 
To: llw...@infor.org
Cc: bug-follo...@freebsd.org
Subject: Re: ports/178256: [PATCH] Unbreak math/py-numpy with python 3.3 and 
update to 1.7.0.
Date: Tue, 30 Apr 2013 12:00:20 UT

 Maintainer of math/py-numpy,
 
 Please note that PR ports/178256 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/178256
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 ed...@freebsd.org
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


Re: ports/178256: [PATCH] Unbreak math/py-numpy with python 3.3 and update to 1.7.0.

2013-04-30 Thread edwin
Synopsis: [PATCH] Unbreak math/py-numpy with python 3.3 and update to 1.7.0.

State-Changed-From-To: open->feedback
State-Changed-By: edwin
State-Changed-When: Tue Apr 30 12:00:21 UTC 2013
State-Changed-Why: 
Awaiting maintainers feedback (via the GNATS Auto Assign Tool)

http://www.freebsd.org/cgi/query-pr.cgi?pr=178256
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


Re: ports/178256: [PATCH] Unbreak math/py-numpy with python 3.3 and update to 1.7.0.

2013-04-30 Thread edwin
Synopsis: [PATCH] Unbreak math/py-numpy with python 3.3 and update to 1.7.0.

Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python
Responsible-Changed-By: edwin
Responsible-Changed-When: Tue Apr 30 12:00:19 UTC 2013
Responsible-Changed-Why: 
freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)

http://www.freebsd.org/cgi/query-pr.cgi?pr=178256
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"