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 -06002 +++ setuptools/command/sdist.py 2008-09-10 14:08:14.000000000 -05003 @@ -86,7 +87,7 @@4 f = open(filename,'rU')5 data = f.read()6 f.close()7 - if data.startswith('8'): # subversion 1.48 + if data.startswith('9') or data.startswith('8'): # subversion 1.5/1.49 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
4 4 PortGroup python25 1.0 5 5 6 6 name py25-setuptools 7 version 0.6c8 8 revision 2 7 version 0.6c9 9 8 categories-append devel 10 9 maintainers stechert@macports.org 11 10 description distutils enhancement for build and distribution … … 24 23 25 24 depends_lib-append port:py25-zlib 26 25 27 checksums md5 0e9bbe1466f3ee29588cc09d3211a010\28 sha1 dbc7a4955672964c1c656ae4ca736cf661409d06\29 rmd160 081f49dccefae08d59f905d074ad15d348d51527 26 checksums md5 3864c01d9c719c8924c455714492295e \ 27 sha1 79086433b341f0c1df45e10d586a7d3cc25089f1 \ 28 rmd160 bc0ee3821e76b57fd13425b16c4419dbccf95ed9 30 29 31 patchfiles patch-sdist.py.diff32 33 30 post-destroot { 34 31 xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} 35 32 xinstall -m 644 -W ${worksrcpath} EasyInstall.txt api_tests.txt \