Commits
Andrey Stromnov authored 13cccb70c13
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-testpath |
7 - | version 0.4.2 |
7 + | version 0.4.4 |
8 8 | revision 0 |
9 9 | categories-append devel |
10 10 | platforms darwin |
11 11 | license MIT |
12 12 | supported_archs noarch |
13 13 | |
14 14 | python.versions 27 34 35 36 37 38 |
15 15 | |
16 16 | maintainers {stromnov @stromnov} openmaintainer |
17 17 | |
18 18 | description Test utilities for code working with files and commands. |
19 19 | long_description ${description} |
20 20 | |
21 21 | homepage https://github.com/jupyter/testpath |
22 - | master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} |
23 22 | |
24 - | distname ${python.rootname}-${version} |
25 - | |
26 - | checksums rmd160 9790e212dba3f17e43edecb7bc4e02a5658b24e2 \ |
27 - | sha256 b694b3d9288dbd81685c5d2e7140b81365d46c29f5db4bc659de5aa6b98780f8 \ |
28 - | size 92850 |
23 + | checksums rmd160 c769a372f5fc026d5258ff25601b953da3babdeb \ |
24 + | sha256 60e0a3261c149755f4399a1fff7d37523179a70fdc3abdf78de9fc2604aeec7e \ |
25 + | size 92928 |
29 26 | |
30 27 | if {${name} ne ${subport}} { |
31 28 | livecheck.type none |
32 29 | } |