View | Details | Raw Unified | Return to bug 275945 | Differences between
and this patch

Collapse All | Expand All

(-)b/multimedia/py-python-mpv/Makefile (+19 lines)
Added Link Here
1
PORTNAME=	python-mpv
2
PORTVERSION=	1.0.5
3
CATEGORIES=	multimedia python
4
MASTER_SITES=	PYPI
5
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
6
7
MAINTAINER=	lexi.freebsd@le-fay.org
8
COMMENT=	Python interface to the mpv media player
9
WWW=		https://pypi.org/project/python-mpv/
10
11
LICENSE=	GPLv2+ LGPL21+
12
LICENSE_COMB=	dual
13
14
RUN_DEPENDS=	mpv>0:multimedia/mpv
15
16
USES=		python
17
USE_PYTHON=	pep517 autoplist
18
19
.include <bsd.port.mk>
(-)b/multimedia/py-python-mpv/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1703589695
2
SHA256 (python-mpv-1.0.5.tar.gz) = 9053ebf05c581810a1cff6c5492d516ea465039dc0ac24ac7779ee21c777d65d
3
SIZE (python-mpv-1.0.5.tar.gz) = 50785
(-)b/multimedia/py-python-mpv/pkg-descr (-1 / +4 lines)
Added Link Here
0
- 
1
python-mpv is a ctypes-based python interface to the mpv media player.
2
3
It gives you more or less full control of all features of the player,
4
just as the lua interface does.

Return to bug 275945