[153557] trunk/dports/python

g5pw at macports.org g5pw at macports.org
Tue Oct 4 14:55:45 CEST 2016


Revision: 153557
          https://trac.macports.org/changeset/153557
Author:   g5pw at macports.org
Date:     2016-10-04 05:55:45 -0700 (Tue, 04 Oct 2016)
Log Message:
-----------
python/llfuse: new port

Closes #52453.

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

Added: trunk/dports/python/py-llfuse/Portfile
===================================================================
--- trunk/dports/python/py-llfuse/Portfile	                        (rev 0)
+++ trunk/dports/python/py-llfuse/Portfile	2016-10-04 12:55:45 UTC (rev 153557)
@@ -0,0 +1,37 @@
+# -*- 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
+
+name                py-llfuse
+version             1.1.1
+categories-append   devel fuse
+platforms           darwin
+license             LGPL-2+
+maintainers         hydroxide.nl:bjorn.ketelaars openmaintainer
+
+description         Python bindings for the low-level FUSE API
+long_description    Python-LLFUSE is a set of Python bindings for the low \
+                    level FUSE API.
+
+distname            llfuse-${version}
+use_bzip2           yes
+
+homepage            https://pypi.python.org/pypi/llfuse/
+master_sites        pypi:l/llfuse
+
+checksums           rmd160  96c560c5710bc5dd12c41ac64588a7b1a163cd26 \
+                    sha256  1b84b1152ae461e66ecc526d0de71eaec086c587e97d1dda93d620b16a92db6c
+
+python.versions     27 34 35
+
+if {${name} ne ${subport}} {
+    depends_build-append    port:pkgconfig \
+                            port:py${python.version}-setuptools
+    depends_lib-append      port:osxfuse
+
+    livecheck.type          none
+} else {
+    livecheck.type          pypi
+}


Property changes on: trunk/dports/python/py-llfuse/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-changes/attachments/20161004/4a748ebe/attachment-0002.html>


More information about the macports-changes mailing list