Skip to content

Commit

Permalink
py-setuptools: update to 3.1
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@117758 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
jmroot committed Mar 11, 2014
1 parent 340c76b commit 167cbb3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions python/py-setuptools/Portfile
Expand Up @@ -5,7 +5,7 @@ PortSystem 1.0
PortGroup python 1.0 PortGroup python 1.0


name py-setuptools name py-setuptools
version 2.2 version 3.1
categories-append devel categories-append devel
license {PSF ZPL} license {PSF ZPL}
maintainers jmr openmaintainer maintainers jmr openmaintainer
Expand All @@ -22,9 +22,9 @@ homepage https://pypi.python.org/pypi/setuptools/
master_sites https://pypi.python.org/packages/source/s/setuptools/ master_sites https://pypi.python.org/packages/source/s/setuptools/
distname setuptools-${version} distname setuptools-${version}


checksums md5 04a7664538957b832710653fd7d5b4e6 \ checksums md5 425c2fa9329fc000e8c5ff947df001c3 \
rmd160 78a65349bee45d01ca0ba41706b5a5a02e3d37eb \ rmd160 5b00edd276a22969621c8dc00536217ea8ccf22e \
sha256 6fb1f21dea64e323e7ad2531a6795eeb6f5e17a85189dee61a86baca60b18984 sha256 4438165bfc261552d85abc226f78c04597df40441f517d878aa3d9b8159341ea


python.versions 24 25 26 27 31 32 33 34 python.versions 24 25 26 27 31 32 33 34
python.default_version 27 python.default_version 27
Expand All @@ -42,7 +42,7 @@ if {$subport ne $name} {


post-destroot { post-destroot {
xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport} xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport}
xinstall -m 644 -W ${worksrcpath} CHANGES.txt CONTRIBUTORS.txt \ xinstall -m 644 -W ${worksrcpath} CHANGES.txt \
DEVGUIDE.txt README.txt ${destroot}${prefix}/share/doc/${subport} DEVGUIDE.txt README.txt ${destroot}${prefix}/share/doc/${subport}
if {${python.version} <= 25} { if {${python.version} <= 25} {
delete "${destroot}${prefix}/bin/easy_install" delete "${destroot}${prefix}/bin/easy_install"
Expand Down

0 comments on commit 167cbb3

Please sign in to comment.