[arch-commits] Commit in python-mpd2/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Fri Oct 25 15:18:52 UTC 2019


    Date: Friday, October 25, 2019 @ 15:18:51
  Author: foutrelis
Revision: 518972

archrelease: copy trunk to community-staging-any

Added:
  python-mpd2/repos/community-staging-any/
  python-mpd2/repos/community-staging-any/PKGBUILD
    (from rev 518971, python-mpd2/trunk/PKGBUILD)

----------+
 PKGBUILD |   35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

Copied: python-mpd2/repos/community-staging-any/PKGBUILD (from rev 518971, python-mpd2/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2019-10-25 15:18:51 UTC (rev 518972)
@@ -0,0 +1,35 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Jörg Thalheim <joerg at higgsboson.tk>
+# Contributor: Emmanuel Gil Peyrot <linkmauve at linkmauve.fr>
+# Contributor: Peter Richard Lewis <plewis at aur.archlinux.org>
+# Contributor: Wieland Hoffmann <the_mineo at web.de>
+# Contributor: stonecrest <stonecrest[at]gmail[dot]com>
+
+pkgname=python-mpd2
+pkgver=1.0.0
+pkgrel=4
+pkgdesc='Python library which provides a client interface for the Music Player Daemon'
+url=https://github.com/Mic92/python-mpd2
+license=(GPL3)
+depends=(python)
+makedepends=(
+  git
+  python-setuptools
+)
+arch=(any)
+source=(git+https://github.com/Mic92/python-mpd2.git#tag=v${pkgver})
+sha256sums=(SKIP)
+
+build() {
+  cd python-mpd2
+
+  python setup.py build
+}
+
+package() {
+  cd python-mpd2
+
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list