mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
40 lines
885 B
Makefile
40 lines
885 B
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>
|