From e5b042d1bb2ee57928a137894afffbb5ed247d05 Mon Sep 17 00:00:00 2001 From: Kurt Hindenburg Date: Thu, 14 Mar 2019 22:31:41 -0400 Subject: [PATCH] py-xdis: update to 3.8.10 --- python/py-xdis/Portfile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/python/py-xdis/Portfile b/python/py-xdis/Portfile index 91de232b3be2f..89ac9841c84c5 100644 --- a/python/py-xdis/Portfile +++ b/python/py-xdis/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup python 1.0 name py-xdis -version 3.8.9 +version 3.8.10 platforms darwin license GPL-2 maintainers {khindenburg @kurthindenburg} openmaintainer @@ -24,9 +24,9 @@ homepage https://pypi.python.org/pypi/${python.rootname}/ master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} -checksums rmd160 66beca53c093ef428f7426df41a87f25e37c7294 \ - sha256 3b79cbec2e667373497e6de025145fb706029a2d4e7e7a1893b7566de1784de0 \ - size 208777 +checksums rmd160 ce90d83cd781c56496eb71d2d1558f033c3257a3 \ + sha256 b00f37296edf2a4fe7b67b5d861c342426d442666d241674fdfc333936bd59bf \ + size 182223 python.versions 27 34 35 36 37 @@ -42,6 +42,4 @@ if {${name} ne ${subport}} { test.env PYTHONPATH=${worksrcpath}/build/lib livecheck.type none -} else { - livecheck.type pypi }