Ticket #36622: Portfile-py-pinocchio.diff
File Portfile-py-pinocchio.diff, 1.4 KB (added by alex.rudy+ports@…, 12 years ago) |
---|
-
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$ 2 3 3 4 PortSystem 1.0 4 5 PortGroup python 1.0 5 6 6 7 name py-pinocchio 7 8 set real_name pinocchio 8 version 0. 29 version 0.3.1 9 10 python.versions 24 25 26 27 31 32 10 11 categories-append devel 11 12 platforms darwin … … 19 20 and making your test descriptions look like specifications. 20 21 21 22 homepage 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 26 master_sites http://pypi.python.org/packages/source/p/${real_name} 27 distname ${real_name}-${version} 28 checksums rmd160 a3f5b30512a63c9d177dfe56cb1de3ff1f702b13 \ 29 sha256 3de3e3ac360f330b5c80d88e25f4d32cc733669b3f25e13dd6a3d2af4197ea14 27 30 28 31 if {$name != $subport} { 29 32 depends_lib port:py${python.version}-nose