[MacPorts] #14342: python25 drops modules by default, but python25 doesn't

MacPorts trac at macosforge.org
Fri Feb 15 20:59:22 PST 2008


#14342: python25 drops modules by default, but python25 doesn't
--------------------------------+-------------------------------------------
  Reporter:  ebgssth at gmail.com  |       Owner:  macports-tickets at lists.macosforge.org
      Type:  enhancement        |      Status:  new                                  
  Priority:  Normal             |   Milestone:  Port Enhancements                    
 Component:  ports              |     Version:  1.6.0                                
Resolution:                     |    Keywords:  python                               
--------------------------------+-------------------------------------------
Comment (by ebgssth at gmail.com):

 Replying to [comment:4 raimue at macports.org]:
 > If we were going to change this, it would require to change dependencies
 in nearly all py-* ports.

 Yes, we probably have to check py-ports that was not in py25 ports
 {{{
 $ port list |egrep -i '^py-'       | cut -d" " -f1
 | sort -u > py24
 $ port list |egrep -i '^py25-'  | cut -d" " -f1 |  sed 's/^py25/py/' |
 sort -u > py25
 $ wc -l py2[45]
      338 py24
      109 py25
      447 total
 $ comm -2 -3 py24 py25 > py24-only
 $ wc -l py24-only
      259 py24-only
 }}}

 How about create py25- ports of all 259 py24 only ports?
 To create py25-ports, we need to know the port need zlib or hashlib, which
 helps identify this py24 ports should be fixed.

-- 
Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/14342#comment:5>
MacPorts </projects/macports>
Ports system for Mac OS


More information about the macports-tickets mailing list