Commits

David B. Evans authored 9c80b1e4469
py-pygit2: update to version 0.27.1
No tags

python/py-pygit2/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 PortGroup github 1.0
6 6
7 -github.setup libgit2 pygit2 0.26.4 v
7 +github.setup libgit2 pygit2 0.27.1 v
8 8 name py-pygit2
9 9
10 10 categories-append devel
11 11 license BSD
12 12 platforms darwin
13 13 supported_archs noarch
14 14 maintainers {sean @seanfarley} openmaintainer
15 15
16 16 description Python bindings for libgit2
17 17 long_description Pygit2 is a set of Python bindings to the libgit2 shared \
18 18 library, libgit2 implements the core of Git.
19 19
20 -checksums rmd160 e2eb875d563c86d2ab77b0b2a404339052719f54 \
21 - sha256 b3834a00bf2aca0d70cefa76e573f1ba1284b259080f0443f7347d98e0839076 \
22 - size 488555
20 +checksums rmd160 c4013f18684efd17f1d8a66cedd274ca2933642f \
21 + sha256 adc734f9cbe078dd1b257787c7caf9ca2dcdae3a32b74db81d513fbce4d439c1 \
22 + size 488879
23 23
24 24 python.versions 27 34 35 36
25 25
26 26 if {${name} ne ${subport}} {
27 27 depends_lib-append port:libgit2 \
28 28 port:py${python.version}-cffi \
29 29 port:py${python.version}-setuptools \
30 30 port:py${python.version}-six
31 31
32 32 livecheck.type none
33 33 }

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

Add shortcut