Ticket #16974: py25-setuptools-0.6c9.diff

File py25-setuptools-0.6c9.diff, 1.7 KB (added by nox@…, 16 years ago)
  • files/patch-sdist.py.diff

     
    1 --- setuptools/command/sdist.py 2006-10-31 11:20:42.000000000 -0600
    2 +++ setuptools/command/sdist.py 2008-09-10 14:08:14.000000000 -0500
    3 @@ -86,7 +87,7 @@
    4      f = open(filename,'rU')
    5      data = f.read()
    6      f.close()
    7 -    if data.startswith('8'):    # subversion 1.4
    8 +    if data.startswith('9') or data.startswith('8'):    # subversion 1.5/1.4
    9          for record in map(str.splitlines, data.split('\n\x0c\n')[1:]):
    10              if not record or len(record)>=6 and record[5]=="delete":
    11                  continue    # skip deleted
  • Portfile

     
    44PortGroup                       python25 1.0
    55
    66name                            py25-setuptools
    7 version                         0.6c8
    8 revision                        2
     7version                         0.6c9
    98categories-append       devel
    109maintainers                     stechert@macports.org
    1110description                     distutils enhancement for build and distribution
     
    2423
    2524depends_lib-append              port:py25-zlib
    2625
    27 checksums                       md5 0e9bbe1466f3ee29588cc09d3211a010 \
    28                                 sha1 dbc7a4955672964c1c656ae4ca736cf661409d06 \
    29                                 rmd160 081f49dccefae08d59f905d074ad15d348d51527
     26checksums           md5     3864c01d9c719c8924c455714492295e \
     27                    sha1    79086433b341f0c1df45e10d586a7d3cc25089f1 \
     28                    rmd160  bc0ee3821e76b57fd13425b16c4419dbccf95ed9
    3029
    31 patchfiles                      patch-sdist.py.diff
    32 
    3330post-destroot {
    3431        xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
    3532        xinstall -m 644 -W ${worksrcpath} EasyInstall.txt api_tests.txt \