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

Maxime Gauduin alucryd at archlinux.org
Tue Jan 7 15:23:29 UTC 2020


    Date: Tuesday, January 7, 2020 @ 15:23:29
  Author: alucryd
Revision: 549848

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-07 13:19:49 UTC (rev 549847)
+++ PKGBUILD	2020-01-07 15:23:29 UTC (rev 549848)
@@ -1,40 +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.2.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=662e3bbdddf7416cf7814845095d22a6c9b13128)
-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 549847, python-pylast/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-01-07 15:23:29 UTC (rev 549848)
@@ -0,0 +1,40 @@
+# 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.2.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=662e3bbdddf7416cf7814845095d22a6c9b13128)
+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