Skip to content
Permalink
Browse files

py-waitress: update to 1.2.1, add py37

- fix py-setuptools dependency type
- add noarch
- install files in post-destroot
  • Loading branch information
reneeotten committed Apr 17, 2019
1 parent f390074 commit ef99ff3359a8a8a974135af0e1dee8b2dc77a417
Showing with 16 additions and 7 deletions.
  1. +16 −7 python/py-waitress/Portfile
@@ -4,8 +4,10 @@ PortSystem 1.0
PortGroup python 1.0

name py-waitress
version 1.1.0
version 1.2.1
revision 0
platforms darwin
supported_archs noarch
license ZPL-2.1
maintainers nomaintainer

@@ -16,16 +18,23 @@ homepage https://github.com/Pylons/waitress
master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
distname ${python.rootname}-${version}

checksums rmd160 355d7520e4578777340ae7f0ea7b739be080ffc8 \
sha256 d33cd3d62426c0f1b3cd84ee3d65779c7003aae3fc060dee60524d10a57f05a9 \
size 126131
checksums rmd160 890dd9a44e133b770591fcb25eb396ac57f3762d \
sha256 c369e238bd81ef7d61f04825f06f107c42094de60d13d8de8e71952c7c683dfe \
size 162588

python.versions 27 35 36
python.versions 27 35 36 37

if {${name} ne ${subport}} {
depends_build-append \
depends_lib-append \
port:py${python.version}-setuptools

test.run yes
post-destroot {
set docdir ${prefix}/share/doc/${subport}
xinstall -d ${destroot}${docdir}
xinstall -m 0644 -W ${worksrcpath} README.rst LICENSE.txt \
COPYRIGHT.txt CONTRIBUTORS.txt HISTORY.txt CHANGES.txt \
${destroot}${docdir}
}

livecheck.type none
}

0 comments on commit ef99ff3

Please sign in to comment.
You can’t perform that action at this time.