Package Details: python-mpv-git r55.8b9411e-1

Git Clone URL: https://aur.archlinux.org/python-mpv-git.git (read-only, click to copy)
Package Base: python-mpv-git
Description: A ctypes-based Python interface to the mpv media player
Upstream URL: https://github.com/jaseg/python-mpv
Licenses: AGPL3
Conflicts: python-mpv
Provides: python-mpv
Submitter: tdy
Maintainer: tdy
Last Packager: tdy
Votes: 4
Popularity: 0.000279
First Submitted: 2017-02-06 11:00 (UTC)
Last Updated: 2017-02-06 11:00 (UTC)

Required by (18)

Sources (1)

Latest Comments

Herny64 commented on 2023-06-16 19:50 (UTC) (edited on 2023-06-17 11:39 (UTC) by Herny64)

here is how you currently install this package

  1. install python-build and python-installer

  2. download PKGBUILD

  3. edit the PKGBUILD like this:

build() {

cd $pkgname

python -m build --wheel --no-isolation }

package_python-mpv-git() {

cd $pkgname

python -m installer --destdir="$pkgdir" dist/*.whl

}

  1. makepkg -si

langfingaz commented on 2023-03-14 11:53 (UTC)

setup.py does no longer exist, see commit.

As a result, the package does not build at the moment.

gcurse commented on 2018-06-02 16:53 (UTC)

This must conflict with python-pympv and python-pympv-git, too!

Both python-pympv and python-mpv use: import mpv