# -*- 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 # $Id$ PortSystem 1.0 PortGroup python 1.0 PortGroup github 1.0 github.setup libgit2 pygit2 0.24.1 v name py-pygit2 categories-append devel license BSD platforms darwin supported_archs noarch maintainers sean openmaintainer description Python bindings for libgit2 long_description Pygit2 is a set of Python bindings to the libgit2 shared \ library, libgit2 implements the core of Git. checksums rmd160 373e66ec1a474bcaa679a5fccd7f17d0f548f2d6 \ sha256 8ba64896a43f3cd4c446b123306a3cbf223cb713333cd2c67c6d921b80093333 python.versions 27 34 35 if {${name} ne ${subport}} { depends_lib-append port:libgit2 \ port:py${python.version}-cffi \ port:py${python.version}-setuptools livecheck.type none }