Commits

Toby Peterson authored 108fd488772
py-pathspec: update to 0.7.0
No tags

python/py-pathspec/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-pathspec
7 -version 0.6.0
7 +version 0.7.0
8 8 platforms darwin
9 9 supported_archs noarch
10 10 license MPL-2.0
11 11 maintainers {danchr @danchr} openmaintainer
12 12
13 13 description Utility library for gitignore style pattern matching of file paths.
14 14 long_description \
15 15 pathspec is a utility library for pattern matching of file paths. \
16 16 So far this only includes Git’s wildmatch pattern matching which \
17 17 itself is derived from Rsync’s wildmatch. Git uses wildmatch for \
18 18 its gitignore files.
19 19
20 20 homepage https://github.com/cpburnz/python-path-specification
21 21
22 -checksums rmd160 56658fa2630e6f079fd3df2ac305b54412ba2ff9 \
23 - sha256 e285ccc8b0785beadd4c18e5708b12bb8fcf529a1e61215b3feff1d1e559ea5c \
24 - size 24159
22 +checksums rmd160 0a8c5fc111cbf503fd855468312ce4052f9bc121 \
23 + sha256 562aa70af2e0d434367d9790ad37aed893de47f1693e4201fd1d3dca15d19b96 \
24 + size 24306
25 25
26 26 python.versions 38
27 27
28 28 if {${name} ne ${subport}} {
29 29 depends_build-append \
30 30 port:py${python.version}-setuptools
31 31
32 32 livecheck.type none
33 33
34 34 } else {

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

Add shortcut