[89168] trunk/dports/fuse
dports at macports.org
dports at macports.org
Thu Jan 19 23:42:07 PST 2012
Revision: 89168
http://trac.macports.org/changeset/89168
Author: dports at macports.org
Date: 2012-01-19 23:42:03 -0800 (Thu, 19 Jan 2012)
Log Message:
-----------
py-fuse: unified and renamed version of fuse-bindings-python(25);
see #32845 (maintainer timeout)
Modified Paths:
--------------
trunk/dports/fuse/py-fuse/Portfile
Added Paths:
-----------
trunk/dports/fuse/py-fuse/
Modified: trunk/dports/fuse/py-fuse/Portfile
===================================================================
--- trunk/dports/fuse/fuse-bindings-python25/Portfile 2011-11-17 19:41:25 UTC (rev 87345)
+++ trunk/dports/fuse/py-fuse/Portfile 2012-01-20 07:42:03 UTC (rev 89168)
@@ -2,35 +2,40 @@
# $Id$
PortSystem 1.0
-PortGroup python25 1.0
+PortGroup python 1.0
-name fuse-bindings-python25
-epoch 1184537785; # seconds since epoch according to `date +%s`
+name py-fuse
version 0.2
-revision 1
categories fuse python
-maintainers sfiera openmaintainer
-description Python 2.5 interface for FUSE
+license LGPL
+maintainers dports sfiera openmaintainer
+description Python interface for FUSE
long_description $description
homepage http://apps.sourceforge.net/mediawiki/fuse/index.php?title=FusePython
platforms darwin
-master_sites sourceforge:fuse
+master_sites sourceforge:project/fuse/fuse-python/${version}
-checksums md5 68be744e71a42cd8a92905a49f346278 \
- sha1 f2be16b1b72bedd85a6db2f2aaf22862de903640
+checksums rmd160 dfefb8a632b52b104beacc3435f1d7a67e679073 \
+ sha256 89f3e9ac096759e10b6292632216c9653d7e35c2c99847267173d94afdf85b92
+
distname fuse-python-${version}
+python.versions 24 25 26 27
+python.default_version 27
+
livecheck.distname fuse-python
-depends_build-append path:bin/pkg-config:pkgconfig
-depends_lib-append path:lib/pkgconfig/fuse.pc:fuse4x
+if {$subport != $name} {
+ depends_build-append path:bin/pkg-config:pkgconfig
+ depends_lib-append path:lib/pkgconfig/fuse.pc:fuse4x
-platform darwin {
- patchfiles patch-_fusemodule.c
-}
-
-post-destroot {
- foreach item [glob -directory ${worksrcpath} example/*] {
- file copy ${item} ${destroot}${prefix}/share/doc/${name}/examples/
+ platform darwin {
+ patchfiles patch-_fusemodule.c
}
+
+ post-destroot {
+ foreach item [glob -directory ${worksrcpath} example/*] {
+ file copy ${item} ${destroot}${prefix}/share/doc/${subport}/examples/
+ }
+ }
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120119/75394915/attachment.html>
More information about the macports-changes
mailing list