Ticket #36622: Portfile-py-pinocchio.diff

File Portfile-py-pinocchio.diff, 1.4 KB (added by alex.rudy+ports@…, 12 years ago)

Updates pinocchio to 0.3.1 and uses pypi distribution

  • Portfile

    old new  
    1 # $Id: Portfile 88421 2012-01-02 01:09:15Z ryandesign@macports.org $
     1# -*- 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
     2# $Id$
    23
    34PortSystem          1.0
    45PortGroup           python 1.0
    56
    67name                py-pinocchio
    78set real_name       pinocchio
    8 version             0.2
     9version             0.3.1
    910python.versions     24 25 26 27 31 32
    1011categories-append   devel
    1112platforms           darwin
     
    1920    and making your test descriptions look like specifications.
    2021
    2122homepage            http://darcs.idyll.org/~t/projects/pinocchio/doc/
    22 fetch.type          git
    23 git.url             https://github.com/infrared/${real_name}
    24 git.branch          4e48d55e
    25 # master_sites        http://pypi.python.org/packages/source/p/${real_name}
    26 # distname            ${real_name}-${version}
     23# fetch.type          git
     24# git.url             https://github.com/infrared/${real_name}
     25# git.branch          4e48d55e
     26master_sites        http://pypi.python.org/packages/source/p/${real_name}
     27distname            ${real_name}-${version}
     28checksums                       rmd160 a3f5b30512a63c9d177dfe56cb1de3ff1f702b13 \
     29                                        sha256 3de3e3ac360f330b5c80d88e25f4d32cc733669b3f25e13dd6a3d2af4197ea14
    2730
    2831if {$name != $subport} {
    2932    depends_lib     port:py${python.version}-nose