Permalink
Browse files
py-sounddevice: update to 0.3.13
- Loading branch information
Showing
with
6 additions
and
5 deletions.
-
+6
−5
python/py-sounddevice/Portfile
|
|
@@ -4,7 +4,7 @@ PortSystem 1.0 |
|
|
PortGroup python 1.0 |
|
|
|
|
|
name py-sounddevice |
|
|
version 0.3.12 |
|
|
version 0.3.13 |
|
|
platforms darwin |
|
|
license MIT |
|
|
maintainers {mojca @mojca} openmaintainer |
|
|
@@ -18,15 +18,16 @@ homepage http://python-sounddevice.readthedocs.io/ |
|
|
master_sites pypi:s/sounddevice |
|
|
distname sounddevice-${version} |
|
|
|
|
|
checksums rmd160 89b76c44aa988eddcc3c0a78f836d649e8d1cae6 \ |
|
|
sha256 f59ae4e2ec12cb1e5940f06f08804ecca855d959de25ca45a3938de45d0f81a2 \ |
|
|
size 43155 |
|
|
checksums rmd160 939dcbdae3a097b8bbf771982e708b6cdf8c1e34 \ |
|
|
sha256 8d0571349f9a438a97f2c69da760f195cf5ddf2351072199cc1dfede4785a207 \ |
|
|
size 44604 |
|
|
|
|
|
python.versions 27 35 36 37 |
|
|
|
|
|
if {${name} ne ${subport}} { |
|
|
depends_build-append \ |
|
|
port:py${python.version}-setuptools |
|
|
port:py${python.version}-setuptools \ |
|
|
port:py${python.version}-cffi |
|
|
depends_run-append port:portaudio \ |
|
|
port:py${python.version}-cffi \ |
|
|
port:py${python.version}-numpy |
|
|
|