Skip to content
Permalink
Browse files

py-xlutils: update to 2.0.0

- use default PyPI livecheck
  • Loading branch information
reneeotten committed Apr 18, 2019
1 parent a0365e2 commit d819c5271e604298293537ccb84e47aec24170ba
Showing with 10 additions and 9 deletions.
  1. +10 −9 python/py-xlutils/Portfile
@@ -4,7 +4,8 @@ PortSystem 1.0
PortGroup python 1.0

name py-xlutils
version 1.7.1
version 2.0.0
revision 0
platforms darwin
license MIT
maintainers nomaintainer
@@ -17,19 +18,19 @@ homepage http://www.python-excel.org

master_sites pypi:x/xlutils/
distname xlutils-${version}
checksums rmd160 2cd03a91e3ffdbdfeb5374199894a416b67f54d4 \
sha256 cdbde90603d626a45bf36d45368e5b83484b545d230fc91f10fad89b2d766384
checksums rmd160 34e213fc348ec82e7b41c004ab9bb9980bc230df \
sha256 7e0e2c233bd185fecf5e2bd3f4e9469ca4a3bd87da64c82cfe5b2af27e7f9e54 \
size 61614

python.versions 27

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

depends_run-append \
port:py${python.version}-xlrd \
port:py${python.version}-xlwt

livecheck.type none
} else {
livecheck.type regex
livecheck.url https://pypi.python.org/pypi/xlutils
livecheck.regex xlutils-(\[1-9\]\\.\[0-9.\]+)\\.tar\\.\[bg\]z
}

0 comments on commit d819c52

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