Edit

IABSD.fr/ports/audio/py-audio/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2025-04-29 10:36:25
    Hash : a94e89c3
    Message : sync PLISTs for setuptools ports

  • audio/py-audio/Makefile
  • COMMENT =	Python bindings for PortAudio
    
    MODPY_DISTV =	0.2.14
    DISTNAME =	PyAudio-${MODPY_DISTV}
    PKGNAME =	py-audio-${MODPY_DISTV}
    CATEGORIES =	audio devel
    REVISION =	2
    
    HOMEPAGE =	http://people.csail.mit.edu/hubert/pyaudio/
    
    # MIT
    PERMIT_PACKAGE =	Yes
    
    WANTLIB =	portaudio
    
    MODULES =	lang/python
    
    MODPY_PI =	Yes
    MODPY_PYBUILD =	setuptools
    
    MODPY_PYTEST_ARGS =	tests/*
    
    LIB_DEPENDS =	audio/portaudio-svn
    
    .include <bsd.port.mk>