Opened 18 years ago

Closed 18 years ago

Last modified 9 years ago

#8841 closed update (fixed)

UPDATE: py-setuptools

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

Description (last modified by ryandesign (Ryan Carsten Schmidt))

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@opendarwin.org
 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 (4)

comment:1 Changed 18 years ago by erickt@…

Cc: blb@… added

cc'ing blb@…

comment:2 Changed 18 years ago by mww@…

Cc: blb@… removed
Owner: changed from darwinports-bugs@… to blb@…

comment:3 Changed 18 years ago by blb@…

Resolution: fixed
Status: newclosed

Update committed, thanks.

comment:4 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Port: py-setuptools added
Type: defectupdate
Note: See TracTickets for help on using tickets.