Permalink
Browse files
py-defusedxml: update to 0.6.0
- Loading branch information
Showing
with
13 additions
and
4 deletions.
-
+13
−4
python/py-defusedxml/Portfile
|
|
@@ -4,7 +4,7 @@ PortSystem 1.0 |
|
|
PortGroup python 1.0 |
|
|
|
|
|
name py-defusedxml |
|
|
version 0.5.0 |
|
|
version 0.6.0 |
|
|
revision 0 |
|
|
categories-append textproc |
|
|
platforms darwin |
|
|
@@ -23,13 +23,22 @@ master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} |
|
|
|
|
|
distname ${python.rootname}-${version} |
|
|
|
|
|
checksums rmd160 a2b4c114a3b191a73b795e6d5f475fc722ddf649 \ |
|
|
sha256 24d7f2f94f7f3cb6061acb215685e5125fbcdc40a857eff9de22518820b0a4f4 \ |
|
|
size 60405 |
|
|
checksums rmd160 f7833b302774bf32c68a4f3376cad9fcaef1a2ff \ |
|
|
sha256 f684034d135af4c6cbb949b8a4d2ed61634515257a67299e5f940fbaa34377f5 \ |
|
|
size 62670 |
|
|
|
|
|
if {${name} ne ${subport}} { |
|
|
depends_build-append \ |
|
|
port:py${python.version}-setuptools |
|
|
|
|
|
if {${python.version} eq 34} { |
|
|
version 0.5.0 |
|
|
revision 0 |
|
|
distname ${python.rootname}-${version} |
|
|
checksums rmd160 a2b4c114a3b191a73b795e6d5f475fc722ddf649 \ |
|
|
sha256 24d7f2f94f7f3cb6061acb215685e5125fbcdc40a857eff9de22518820b0a4f4 \ |
|
|
size 60405 |
|
|
} |
|
|
|
|
|
livecheck.type none |
|
|
} |