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

Evangelos Foutras foutrelis at gemini.archlinux.org
Sun Mar 6 16:00:44 UTC 2022


    Date: Sunday, March 6, 2022 @ 16:00:44
  Author: foutrelis
Revision: 1142663

archrelease: copy trunk to community-staging-any

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

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

Copied: python-pylast/repos/community-staging-any/PKGBUILD (from rev 1142662, python-pylast/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2022-03-06 16:00:44 UTC (rev 1142663)
@@ -0,0 +1,42 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Steven Allen <steven at stebalien.com>
+# Contributor: Limao Luo <luolimao+AUR at gmail.com>
+# Contributor: Wieland Hoffmann <the_mineo at web.de>
+# Contributor: Amr Hassan <amr.hassan at gmail.com>
+
+pkgname=python-pylast
+pkgver=4.4.0
+pkgrel=4
+pkgdesc='A Python interface to Last.fm and Libre.fm'
+arch=(any)
+url='https://github.com/pylast/pylast'
+license=(Apache)
+depends=(python-six)
+makedepends=(
+  git
+  python-setuptools
+  python-setuptools-scm
+)
+_tag=2966ecfd1301b7e192950381bdef290a27d03183
+source=(git+https://github.com/pylast/pylast.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd pylast
+
+  git describe --tags
+}
+
+build() {
+  cd pylast
+
+  python setup.py build
+}
+
+package() {
+  cd pylast
+
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list