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

Maxime Gauduin alucryd at archlinux.org
Sun Jan 6 17:18:42 UTC 2019


    Date: Sunday, January 6, 2019 @ 17:18:41
  Author: alucryd
Revision: 420726

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   65 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 34 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-06 17:18:33 UTC (rev 420725)
+++ PKGBUILD	2019-01-06 17:18:41 UTC (rev 420726)
@@ -1,31 +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=2.4.0
-pkgrel=2
-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')
-source=("git+https://github.com/pylast/pylast.git#tag=${pkgver}")
-sha256sums=('SKIP')
-
-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 420725, python-pylast/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-01-06 17:18:41 UTC (rev 420726)
@@ -0,0 +1,34 @@
+# 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.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
+)
+source=(git+https://github.com/pylast/pylast.git#tag=${pkgver})
+sha256sums=(SKIP)
+
+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