Package Details: python-musicpd 0.9.1-1

Git Clone URL: https://aur.archlinux.org/python-musicpd.git (read-only, click to copy)
Package Base: python-musicpd
Description: An MPD (Music Player Daemon) client library written in pure Python.
Upstream URL: https://pypi.python.org/pypi/python-musicpd
Licenses: GPL
Submitter: Rasi
Maintainer: Rasi
Last Packager: Rasi
Votes: 5
Popularity: 0.000011
First Submitted: 2015-09-09 03:44 (UTC)
Last Updated: 2024-08-27 17:40 (UTC)

Latest Comments

quite commented on 2025-11-18 19:33 (UTC)

to bump to new version:

diff --git i/PKGBUILD w/PKGBUILD
index d3d00fd..c3f355b 100644
--- i/PKGBUILD
+++ w/PKGBUILD
@@ -1,16 +1,16 @@
 # Maintainer: Rasmus Steinke <rasi at xssn dot at>

 pkgname=python-musicpd
-pkgver=0.9.1
+pkgver=0.9.2
 pkgrel=1
 pkgdesc="An MPD (Music Player Daemon) client library written in pure Python."
 arch=('any')
 url="https://pypi.python.org/pypi/python-musicpd"
 license=('GPL')
-depends=('python')
+depends=('python' 'python-setuptools')
 makedepends=('make' 'python-build' 'python-installer' 'python-wheel')
 source=("https://gitlab.com/kaliko/python-musicpd/-/archive/v${pkgver}/python-musicpd-v${pkgver}.tar.gz")
-md5sums=('64279cbfde24928786f58dc443759910')
+sha256sums=('9cff1ca68e09250f2ded51bed7dd927b60be7070571140d2fa9cdd9486972446')

 build() {
     cd $pkgname-v${pkgver}

cgirard commented on 2024-10-23 12:22 (UTC)

python-setuptools makedependency is missing

quite commented on 2024-08-12 09:20 (UTC)

And python-wheel

CultofRobots commented on 2024-08-01 16:40 (UTC)

You are missing python-build and python-installer as make dependencies.

quite commented on 2019-05-31 08:47 (UTC)

Update to 0.4.4, using recommended pythonhosted.org-url: http://ix.io/1Kwy