Changes between Initial Version and Version 1 of Ticket #49675


Ignore:
Timestamp:
Nov 13, 2015, 1:23:14 PM (9 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

py-stevedore and py-pbr are unmaintained in MacPorts, so someone would have to volunteer to provide a fix. Can you provide a fix?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #49675

    • Property Keywords virtualenvwrapper python removed
  • Ticket #49675 – Description

    initial v1  
    11Trying to install with either
    2 port install py27-stevedore or port install py34-stevedore fails
     2`port install py27-stevedore` or `port install py34-stevedore fails`
    33
    44Looking into the dependencies of of the package it says:
    55
     6{{{
    67 setup_requires=['pbr>=0.5.21,<1.0']
     8}}}
    79
    810However macports only provides pbr 1.1.1
    911
     12{{{
    1013$ port search pbr
    1114py-pbr @1.1.1 (python, devel)
     
    1720py34-pbr @1.1.1 (python, devel)
    1821    Python Build Reasonableness
    19 
     22}}}