Opened 5 years ago

Closed 5 years ago

#57617 closed defect (fixed)

py34-bcolz @1.2.1: Exception: Unsupported Python version 3.4. Requires Python >= 2.7 or >= 3.5.

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: stromnov (Andrey Stromnov)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: py-bcolz

Description

py34-bcolz fails to build:

Traceback (most recent call last):
  File "setup.py", line 16, in <module>
    "or >= 3.5." % v[:2])
Exception: Unsupported Python version 3.4. Requires Python >= 2.7 or >= 3.5.

You can either pin py34-bcolz to an older version that still supports python 3.4, or you can move py34-bcolz to py-graveyard.

Remember to test all subports before committing in the future.

Change History (1)

comment:1 Changed 5 years ago by stromnov (Andrey Stromnov)

Resolution: fixed
Status: assignedclosed

In 01a91bafff533032509cb5d8b97e53869d07d209/macports-ports (master):

py-bcolz: move py34 to py-graveyard

Closes: #57617

Note: See TracTickets for help on using tickets.