mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
multimedia/py-python-mpv: Update to 1.0.7
- Update WWW - Add LICENSE_FILE - Remove PY_SETUPTOOLS: py-setuptools should be used rather than PY_SETUPTOOLS - Add NO_ARCH - Reformat pkg-descr - Take maintainership Changes: https://github.com/jaseg/python-mpv/commits/main
This commit is contained in:
parent
f1e72d4549
commit
f938eb04fc
3 changed files with 18 additions and 14 deletions
|
@ -1,21 +1,26 @@
|
|||
PORTNAME= python-mpv
|
||||
DISTVERSION= 1.0.5
|
||||
PORTVERSION= 1.0.7
|
||||
CATEGORIES= multimedia python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= python_mpv-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@freebsd.org
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Python interface to the mpv media player
|
||||
WWW= https://pypi.org/project/python-mpv/
|
||||
WWW= https://github.com/jaseg/python-mpv
|
||||
|
||||
LICENSE= GPLv2+ LGPL21+
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_GPLv2+ = ${WRKSRC}/LICENSE.GPL
|
||||
LICENSE_LGPL21+ = ${WRKSRC}/LICENSE.LGPL
|
||||
|
||||
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
|
||||
RUN_DEPENDS= mpv>0:multimedia/mpv
|
||||
LIB_DEPENDS= libmpv.so:multimedia/mpv
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= pep517 autoplist
|
||||
USES= python:3.9+
|
||||
USE_PYTHON= autoplist concurrent pep517
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1703589695
|
||||
SHA256 (python-mpv-1.0.5.tar.gz) = 9053ebf05c581810a1cff6c5492d516ea465039dc0ac24ac7779ee21c777d65d
|
||||
SIZE (python-mpv-1.0.5.tar.gz) = 50785
|
||||
TIMESTAMP = 1722711239
|
||||
SHA256 (python_mpv-1.0.7.tar.gz) = afc2f2677b08dcccf1e9e7a76d64ee4f603541cf6a750ebf4cce957be90ec836
|
||||
SIZE (python_mpv-1.0.7.tar.gz) = 51712
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
python-mpv is a ctypes-based python interface to the mpv media player.
|
||||
|
||||
It gives you more or less full control of all features of the player,
|
||||
just as the lua interface does.
|
||||
python-mpv is a ctypes-based python interface to the mpv media player. It gives
|
||||
you more or less full control of all features of the player, just as the lua
|
||||
interface does.
|
||||
|
|
Loading…
Add table
Reference in a new issue