Skip to content

Commit

Permalink
py-certifi: update to version 2017.01.23
Browse files Browse the repository at this point in the history
  • Loading branch information
stromnov committed Feb 2, 2017
1 parent 3953b01 commit 781b249
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions python/py-certifi/Portfile
Expand Up @@ -4,14 +4,14 @@ PortSystem 1.0
PortGroup python 1.0

name py-certifi
version 2016.09.26
version 2017.01.23
revision 0
categories-append devel net
platforms darwin
license {MPL-1.1 GPL-2+ LGPL-2.1+}
supported_archs noarch

python.versions 27 33 34 35
python.versions 27 33 34 35 36

maintainers stromnov openmaintainer

Expand All @@ -21,16 +21,14 @@ long_description ${description}
homepage http://pypi.python.org/pypi/certifi
master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}

distname ${python.rootname}-2016.9.26
distname ${python.rootname}-2017.1.23

checksums rmd160 e5bf67cc99fa8f888823d5d3c3dbc04ea1ffa696 \
sha256 8275aef1bbeaf05c53715bfc5d8569bd1e04ca1e8e69608cc52bcaac2604eb19
checksums rmd160 ce1a0c145c2f27d85b493462788b0fb3161825c0 \
sha256 81877fb7ac126e9215dfb15bfef7115fdc30e798e0013065158eed0707fd99ce

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

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

0 comments on commit 781b249

Please sign in to comment.