Skip to content

Commit

Permalink
py-setuptools: update to 34.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jmroot committed Feb 8, 2017
1 parent a2bab54 commit a5673e7
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions python/py-setuptools/Portfile
Expand Up @@ -4,7 +4,7 @@ PortSystem 1.0
PortGroup python 1.0

name py-setuptools
version 32.3.1
version 34.1.1
categories-append devel
license {PSF ZPL}
maintainers {jmr @jmroot} openmaintainer
Expand All @@ -22,14 +22,21 @@ master_sites pypi:s/setuptools/
distname setuptools-${version}
use_zip yes

checksums md5 efa64884dd41d2b0456e19745bb29fdc \
rmd160 7b7f9e9464e263ca3e3b1e47c900809ff99806cd \
sha256 806bae0840429c13f6e6e44499f7c0b87f3b269fdfbd815d769569c1daa7c351
checksums md5 a5582186dfd61820e6edc3aecde6f93c \
rmd160 8ab96a9c4d0f8942367a87d5e513dde7c9d1060e \
sha256 be2108849161624b51b2a5cdba8117e2b3f7a9cf4301cf3839a55afc3a7253e4

python.versions 26 27 33 34 35 36
python.link_binaries no

if {$subport ne $name} {
depends_lib-append port:py${python.version}-appdirs \
port:py${python.version}-certifi \
port:py${python.version}-packaging \
port:py${python.version}-six

build.env-append SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
destroot.env-append SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
post-destroot {
xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport}
xinstall -m 644 -W ${worksrcpath} CHANGES.rst README.rst \
Expand Down

0 comments on commit a5673e7

Please sign in to comment.