[arch-commits] Commit in python-pylast/repos/community-any (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Mon Oct 19 14:36:15 UTC 2020


    Date: Monday, October 19, 2020 @ 14:36:15
  Author: alucryd
Revision: 727172

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   82 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-19 14:36:09 UTC (rev 727171)
+++ PKGBUILD	2020-10-19 14:36:15 UTC (rev 727172)
@@ -1,41 +0,0 @@
-# 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=3.3.0
-pkgrel=1
-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
-)
-_tag=00f7014c513e9727e8559e93631077e03fd79810
-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:

Copied: python-pylast/repos/community-any/PKGBUILD (from rev 727171, python-pylast/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-19 14:36:15 UTC (rev 727172)
@@ -0,0 +1,41 @@
+# 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.0.0
+pkgrel=1
+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
+)
+_tag=49e2831cf607f6f7247ba63f03b51a495695e3c6
+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