Search Criteria
Package Details: python-mpv-git r55.8b9411e-1
Package Actions
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.000002 |
First Submitted: | 2017-02-06 11:00 (UTC) |
Last Updated: | 2017-02-06 11:00 (UTC) |
Dependencies (4)
- mpv (mpv-light-pulseAUR, mpv-amd-full-gitAUR, mpv-full-gitAUR, mpv-fullAUR, mpv-gitAUR, mpv-full-build-gitAUR, mpv-build-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- git (git-gitAUR, git-glAUR) (make)
- python-setuptools (make)
Required by (18)
- bum-git (requires python-mpv)
- castero (requires python-mpv)
- castero-git (requires python-mpv)
- cwitch (requires python-mpv)
- girens (requires python-mpv)
- girens-git (requires python-mpv)
- hydrus (requires python-mpv)
- hydrus-git (requires python-mpv)
- lastsimilarious (requires python-mpv)
- platypush (requires python-mpv) (optional)
- platypush-git (requires python-mpv) (optional)
- plex-mpv-shim (requires python-mpv)
- sublime-music (requires python-mpv)
- sublime-music-git (requires python-mpv)
- subtitld (requires python-mpv)
- subtitld-git (requires python-mpv)
- twitz (requires python-mpv)
- youplay-base (requires python-mpv)
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
install python-build and python-installer
download PKGBUILD
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
}
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