Edit

IABSD.fr/ports/multimedia/streamlink/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2026-02-28 13:05:54
    Hash : 081b120d
    Message : add comment; newer versions require the urllib3 2.x can of worms

  • multimedia/streamlink/Makefile
  • # newer versions require the urllib3 2.x can of worms
    MODPY_DISTV =	7.6.0
    REVISION =	0
    COMMENT =	pipe video streams into a video player
    DISTNAME =	streamlink-${MODPY_DISTV}
    CATEGORIES =	multimedia net
    
    HOMEPAGE =	https://streamlink.github.io/
    
    # BSD
    PERMIT_PACKAGE =	Yes
    
    MODULES =	lang/python
    MODPY_PI =	Yes
    # uses own in-tree backend which wraps setuptools
    MODPY_PYBUILD =	setuptools
    
    RUN_DEPENDS =	devel/py-certifi \
    		devel/py-isodate \
    		textproc/py-lxml<7 \
    		devel/py-country \
    		security/py-cryptodome<4 \
    		net/py-socks \
    		www/py-requests<3 \
    		devel/py-trio<1 \
    		net/py-trio-websocket<1 \
    		devel/py-typing-extensions \
    		www/py-urllib3<3 \
    		net/py-websocket-client<2
    RUN_DEPENDS +=	graphics/ffmpeg
    
    TEST_DEPENDS =	devel/py-freezegun \
    		devel/py-mock \
    		devel/py-test-asyncio \
    		devel/py-test-trio \
    		devel/py-test-cov \
    		www/py-requests-mock
    
    .include <bsd.port.mk>