Commits

Andrey Stromnov authored 637f5b916fc
py-contextlib2: update to 0.6.0.post1
No tags

python/py-contextlib2/Portfile

Modified
1 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2 2
3 3 PortSystem 1.0
4 4 PortGroup python 1.0
5 5
6 6 name py-contextlib2
7 -version 0.6.0
7 +version 0.6.0.post1
8 8 revision 0
9 9 categories-append devel
10 10 platforms darwin
11 11 license PSF
12 12 supported_archs noarch
13 13
14 14 python.versions 27 35 36 37 38
15 15
16 16 maintainers {stromnov @stromnov} openmaintainer
17 17
18 18 description Backports and enhancements for the contextlib module
19 19 long_description ${description}
20 20
21 21 homepage http://contextlib2.readthedocs.org/
22 22 master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
23 23
24 24 distname ${python.rootname}-${version}
25 25
26 -checksums rmd160 72f5550302b41be2c11c4e576ca8f97623dc82a5 \
27 - sha256 7197aa736777caac513dbd800944c209a49765bf1979b12b037dce0277077ed3 \
28 - size 29607
26 +checksums rmd160 c4fcdd0b568e07cb88b7e02ae29c1fe45a3fd564 \
27 + sha256 01f490098c18b19d2bd5bb5dc445b2054d2fa97f09a4280ba2c5f3c394c8162e \
28 + size 29670
29 29
30 30 if {${name} ne ${subport}} {
31 31 depends_build-append \
32 32 port:py${python.version}-setuptools
33 33
34 34 livecheck.type none
35 35 }

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut