Skip to content

Commit

Permalink
py-xdis: update to 3.8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
kurthindenburg committed Mar 15, 2019
1 parent 2b17540 commit e5b042d
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions python/py-xdis/Portfile
Expand Up @@ -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
Expand All @@ -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

Expand All @@ -42,6 +42,4 @@ if {${name} ne ${subport}} {
test.env PYTHONPATH=${worksrcpath}/build/lib

livecheck.type none
} else {
livecheck.type pypi
}

0 comments on commit e5b042d

Please sign in to comment.