Ticket #51044: Portfile-py-pyaudio.diff
File Portfile-py-pyaudio.diff, 1.6 KB (added by Jakker (Jaap Akkerhuis), 9 years ago) |
---|
-
Portfile
old new 1 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 # $Id: Portfile,v 1.7 2016/04/02 09:23:22 jaap Exp jaap $ 3 3 4 4 PortSystem 1.0 5 5 PortGroup python 1.0 6 6 7 7 name py-pyaudio 8 version 0.2.8 8 set my_name PyAudio 9 version 0.2.9 9 10 categories-append audio 10 11 platforms darwin 11 12 maintainers NLnetLabs.nl:jaap … … 19 20 20 21 homepage http://people.csail.mit.edu/hubert/pyaudio/ 21 22 22 master_sites ${homepage}packages/23 distname pyaudio-${version}24 checksums md5 5c93a193224cca0183ec434dc558cff5\25 rmd160 4310bf3ab32968a4f32e085cb07caaebadffbb64\26 sha256 4f85367cf79657616684487037957ac38582ecc5389b89420fe61d901b71955123 master_sites https://pypi.python.org/packages/source/P/PyAudio/ 24 distname ${my_name}-${version} 25 checksums md5 6d91aae842c7000d2921815e286801fd \ 26 rmd160 161e7b17b025ccf5b0925a34aa0f081ccd3651e9 \ 27 sha256 bfd694272b3d1efc51726d0c27650b3c3ba1345f7f8fdada7e86c9751ce0f2a1 27 28 28 29 worksrcdir PyAudio-${version} 29 30 30 python.versions 26 27 34 31 python.versions 26 27 34 35 31 32 32 33 if {${name} ne ${subport}} { 33 34 depends_lib-append port:portaudio