Opened 7 years ago

Closed 6 years ago

#54145 closed defect (fixed)

py33-numpy @1.12.1: numpy requires Python >= 3.4

Reported by: paumard Owned by: michaelld (Michael Dickens)
Priority: Normal Milestone:
Component: ports Version: 2.4.1
Keywords: Cc: petrrr
Port: py-numpy

Description

Hi,

The py33-numpy port is broken and needs to be removed. Excerpt frrom the failed build log:

:info:build Traceback (most recent call last):
:info:build   File "setup.py", line 34, in <module>
:info:build     raise RuntimeError("Python version 2.7 or >= 3.4 required.")
:info:build RuntimeError: Python version 2.7 or >= 3.4 required.

It should be enough to set in the Portfile:

python.versions         27 34 35 36

Regards, Thibaut.

Change History (5)

comment:1 Changed 7 years ago by mf2k (Frank Schima)

Owner: set to michaelld
Port: py-numpy added; py33-numpy removed
Status: newassigned

In the future, please Cc the port maintainers (port info --maintainers py33-numpy), if any.

comment:2 Changed 7 years ago by petrrr

Cc: petrrr added

comment:3 Changed 6 years ago by ryandesign (Ryan Carsten Schmidt)

Ping.

comment:4 Changed 6 years ago by michaelld (Michael Dickens)

There are too many dependent ports to just remove this one:

$ port echo depends:py33-numpy
py33-acor
py33-astropy
py33-bottleneck
py33-gyoto
py33-mlpy
py33-netcdf4
py33-numexpr
py33-opengl-accelerate
py33-patsy
py33-pymvpa
py33-quantities
py33-scikit-learn
py33-scikits-bootstrap
py33-scipy
py33-theano
py33-montage
py33-pyorick

So I'm going to just fix it to use the same as py26-numpy, since it is.

comment:5 Changed 6 years ago by michaelld (Michael Dickens)

Resolution: fixed
Status: assignedclosed

In 434e7602d729cc770dfb666c6c38f5c77dbb7abd/macports-ports:

py33-numpy: fix to work, use 1.11.3 same as py26-numpy

Closes: #54145

Note: See TracTickets for help on using tickets.