Ticket #33777: Portfile.diff

File Portfile.diff, 2.5 KB (added by mklein-de (Michael Klein), 12 years ago)
  • Portfile

     
    11# -*- 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
    22# $Id$
    33
    4 PortSystem          1.0
    5 PortGroup           python26 1.0
     4PortSystem              1.0
     5PortGroup               python 1.0
    66
    7 name                py26-lightblue
    8 version             0.4
    9 maintainers         puffin.lb.shuttle.de:michael.klein openmaintainer
    10 description         A cross-platform Python Bluetooth API
    11 long_description    A cross-platform Python Bluetooth API for Mac OS X, \
    12                     GNU/Linux and Python For Series 60. Provides simple device \
    13                     and service discovery, RFCOMM sockets, L2CAP client \
    14                     sockets, OBEX file transfer, service advertising, and \
    15                     access to local device information.
    16 platforms           darwin
    17 homepage            http://lightblue.sourceforge.net/
    18 master_sites        sourceforge:lightblue
    19 distname            lightblue-${version}
    20 checksums           ${distname}${extract.suffix} \
     7name                    py-lightblue
     8version                 0.4
     9maintainers             puffin.lb.shuttle.de:michael.klein openmaintainer
     10description             A cross-platform Python Bluetooth API
     11long_description        A cross-platform Python Bluetooth API for Mac OS X, \
     12                        GNU/Linux and Python For Series 60. Provides simple device \
     13                        and service discovery, RFCOMM sockets, L2CAP client \
     14                        sockets, OBEX file transfer, service advertising, and \
     15                        access to local device information.
     16platforms               darwin
     17homepage                http://lightblue.sourceforge.net/
     18master_sites            sourceforge:lightblue
     19distname                lightblue-${version}
     20checksums               ${distname}${extract.suffix} \
    2121                        md5     2f2bf66faa4bf1a79eb28a47584077b7 \
    2222                        sha1    78331a3c1640f0e351f71774b576fef1d9d3951d \
    2323                        rmd160  9eb520d354b3b95b8e324cf846a6cb5556a29056
    2424
    25 depends_lib         port:py26-pyobjc-cocoa
     25python.versions         25 26 27
     26python.default_version  27
    2627
     28if {${subport} != ${name}} {
     29        depends_lib-append  port:py${python.version}-pyobjc-cocoa
     30}
     31
    2732patchfiles          patch-deviceInquiryComplete_error_aborted-signature.diff
    2833
    2934extract.only        lightblue-${version}.tar.gz