[MacPorts] #8841: UPDATE: py-setuptools
MacPorts
noreply at macports.org
Thu Mar 24 07:23:29 PDT 2016
#8841: UPDATE: py-setuptools
----------------------------+--------------------
Reporter: erickt@… | Owner: blb@…
Type: update | Status: closed
Priority: Normal | Milestone:
Component: ports | Version: 1.2
Resolution: fixed | Keywords:
Port: py-setuptools |
----------------------------+--------------------
Changes (by ryandesign@…):
* type: defect => update
* port: => py-setuptools
Old 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 at 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
> }
New 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 at 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
}
}}}
--
--
Ticket URL: <https://trac.macports.org/ticket/8841#comment:4>
MacPorts <https://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list