[134764] trunk/dports/python

sean at macports.org sean at macports.org
Mon Apr 6 22:24:46 PDT 2015


Revision: 134764
          https://trac.macports.org/changeset/134764
Author:   sean at macports.org
Date:     2015-04-06 22:24:46 -0700 (Mon, 06 Apr 2015)
Log Message:
-----------
py-pygit2: add new port for python bindings to libgit2

Added Paths:
-----------
    trunk/dports/python/py-pygit2/
    trunk/dports/python/py-pygit2/Portfile

Added: trunk/dports/python/py-pygit2/Portfile
===================================================================
--- trunk/dports/python/py-pygit2/Portfile	                        (rev 0)
+++ trunk/dports/python/py-pygit2/Portfile	2015-04-07 05:24:46 UTC (rev 134764)
@@ -0,0 +1,32 @@
+# -*- 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 af9a2bb8429d
+name                py-pygit2
+version             0.20
+
+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  00e567ee1c88dd5225a8a8882946ed71e608ab2e \
+                    sha256  d920c0a8778f6ec5f529cf8d0ef81cefc0f70bc5e1d3337bf033158ecfaf023b
+
+python.versions     27 34
+
+if {${name} ne ${subport}} {
+    depends_lib-append  port:libgit2-0.20 \
+                        port:py${python.version}-cffi
+
+    livecheck.type  none
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150406/622b5e54/attachment-0001.html>


More information about the macports-changes mailing list