Re: PYTHON_VERSION=python3.4 and USES=python:2,build

2014-11-30 Thread John W. O'Brien
On 11/29/14 11:40 PM, Andrew Berg wrote:
 On 2014.11.29 22:00, John W. O'Brien wrote:
 Let's say that I want to build net/py-pyzmq with
 PYTHON_VERSION=python3.4.
 Why this instead of using DEFAULT_VERSIONS?

I was following this advice:

https://lists.freebsd.org/pipermail/freebsd-python/2014-October/007606.html

 It looks like the right thing to do, short of
 patching openpgm's build scripts to be py3k-friendly, is to update
 net/openpgm/Makefile from USES=python to USES=python:2,build. The
 trouble is that doesn't work either
 My Poudriere instance disagrees that there is an issue with this solution:
 https://candace.robotsondrugs.com/poudriere/build.html?mastername=101x64-porttestbuild=2014.11.29_22%3A27%3A52
 Take note of what's in /usr/local/etc/poudriere.d/101x64-make.conf as listed 
 in
 any of the log files.

You're referring to this line?

DEFAULT_VERSIONS=php=5.6 mysql=5.6 pgsql=9.4 python=3.4 python2=2.7
python3=3.4

My situation is different in that I'm aiming, perhaps misguidedly, for

DEFAULT_VERSIONS=python=2.7
PYTHON_VERSION=python3.4

which is why it works for you and fails for me.

 Also, FWIW, I have an open PR requesting this exact change to net/openpgm.

Ah, ha. So you do. Great minds think alike? ;-)

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194917

Looks like it's reached maintainer timeout. Are there any friendly
neighborhood ports committers nearby, willing to take this?



signature.asc
Description: OpenPGP digital signature


[Bug 195535] New: [MAINTAINER] math/py-pandas: Update to 0.15.1

2014-11-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195535

Bug ID: 195535
   Summary: [MAINTAINER] math/py-pandas: Update to 0.15.1
   Product: Ports Tree
   Version: Latest
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Some People
  Priority: Normal
 Component: Individual Port(s)
  Assignee: freebsd-ports-b...@freebsd.org
  Reporter: j...@saltant.com
CC: freebsd-python@FreeBSD.org

Created attachment 150038
  -- https://bugs.freebsd.org/bugzilla/attachment.cgi?id=150038action=edit
Update math/py-pandas to 0.15.1

Changelog
=

*   Update to 0.15.1

QA
==

*   portlint

% portlint -AC
WARN: Makefile: for new port, make $FreeBSD$ tag in comment section empty, to
make SVN happy.
WARN: Consider to set DEVELOPER=yes in /etc/make.conf
0 fatal errors and 2 warnings found.

*   nosetests

Ran 7970 tests in 1175.071s

FAILED (SKIP=344, errors=1, failures=3)

ERROR: test_pytables_native_read (pandas.io.tests.test_pytables.TestHDFStore)

This is a an error in devel/py-tables.

FAIL: test_append_with_timezones_dateutil
(pandas.io.tests.test_pytables.TestHDFStore)
FAIL: test_sub_isub (pandas.tseries.tests.test_base.TestDatetimeIndexOps)
FAIL: test_convert_datetime_list
(pandas.tseries.tests.test_timezones.TestTimeZoneSupportDateutil)

I don't have a cause or fix for these.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
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


[Bug 195535] [MAINTAINER] math/py-pandas: Update to 0.15.1

2014-11-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195535

--- Comment #2 from John W. O'Brien j...@saltant.com ---
Created attachment 150040
  -- https://bugs.freebsd.org/bugzilla/attachment.cgi?id=150040action=edit
Build log with python 3.3

Had to disable XLRD, XLWT, and MPL options due to dependency failures with
py3k.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
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


[Bug 195535] [MAINTAINER] math/py-pandas: Update to 0.15.1

2014-11-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195535

--- Comment #3 from John W. O'Brien j...@saltant.com ---
Created attachment 150041
  -- https://bugs.freebsd.org/bugzilla/attachment.cgi?id=150041action=edit
Build log with python 3.4

Had to disable XLRD, XLWT, and MPL options due to dependency failures with
py3k.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
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


[Bug 195535] [MAINTAINER] math/py-pandas: Update to 0.15.1

2014-11-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195535

--- Comment #4 from John W. O'Brien j...@saltant.com ---
Created attachment 150042
  -- https://bugs.freebsd.org/bugzilla/attachment.cgi?id=150042action=edit
Nosetests output (w/python2.7 and all options enabled)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
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: PYTHON_VERSION=python3.4 and USES=python:2,build

2014-11-30 Thread Andrew Berg
On 2014.11.30 08:23, John W. O'Brien wrote:
 On 11/29/14 11:40 PM, Andrew Berg wrote:
 On 2014.11.29 22:00, John W. O'Brien wrote:
 Let's say that I want to build net/py-pyzmq with
 PYTHON_VERSION=python3.4.
 Why this instead of using DEFAULT_VERSIONS?
 
 I was following this advice:
 
 https://lists.freebsd.org/pipermail/freebsd-python/2014-October/007606.html
Then I am interested in why Marcus is suggesting PYTHON_VERSION rather than
DEFAULT_VERSIONS. I am currently doing a build run for a separate set to do
Python 2.7 as the default version for the few ports I need that require it, but
I am using DEFAULT_VERSIONS.
___
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


Call for Help: Setting up Saltstack for devops of jenkins.freebsd.org cluster

2014-11-30 Thread Craig Rodrigues
FYI,

https://lists.freebsd.org/pipermail/freebsd-testing/2014-December/000693.html

Please send follow-ups to freebsd-test...@freebsd.org .  Thanks.

--
Craig

--
Craig
___
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