Opened 18 years ago

Last modified 9 years ago

#8841 closed update

UPDATE: py-setuptools — at Initial Version

Reported by: erickt@… Owned by: darwinports-bugs@…
Priority: Normal Milestone:
Component: ports Version: 1.2
Keywords: Cc:
Port: py-setuptools

Description

upped to 0.6a11, which makes setuptools a little more compatible with distutils

--- /unencrypted/erickt/Projects/darwinports/dports/python/py-setuptools/Portfile 2006-03-07 01:10:05.000000000 -0800 +++ Portfile 2006-05-10 21:42:50.000000000 -0700 @@ -3,8 +3,8 @@

PortSystem 1.0 PortGroup python24 1.0 name py-setuptools

-version 0.6a10 -revision 1 +version 0.6a11 +revision 0

categories-append devel maintainers blb@… description distutils enhancement for build and distribution

@@ -20,20 +20,12 @@

distname setuptools-${version} use_zip yes

-checksums sha1 dbbcde640cad71ce432209f9f739265cb1609a80 +checksums sha1 b2eba9e22524d724932abe31cf813b4bb5f4bec5 -pre-destroot {

  • xinstall -m 755 -d ${destroot}${python.pkgd}

-} -destroot.env PYTHONPATH=${destroot}${python.pkgd}

post-destroot {

xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} xinstall -m 644 -W ${worksrcpath} EasyInstall.txt api_tests.txt \

pkg_resources.txt setuptools.txt \ ${destroot}${prefix}/share/doc/${name}

  • eval reinplace "s|.*${prefix}|${prefix}|g" \
  • [glob ${destroot}${python.pkgd}/*.pth]
  • file delete ${destroot}${python.pkgd}/site.py \
  • ${destroot}${python.pkgd}/site.pyc }

Change History (0)

Note: See TracTickets for help on using tickets.