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 <[email protected]>
-# Contributor: Steven Allen <[email protected]>
-# Contributor: Limao Luo <[email protected]>
-# Contributor: Wieland Hoffmann <[email protected]>
-# Contributor: Amr Hassan <[email protected]>
-
-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 <[email protected]>
+# Contributor: Steven Allen <[email protected]>
+# Contributor: Limao Luo <[email protected]>
+# Contributor: Wieland Hoffmann <[email protected]>
+# Contributor: Amr Hassan <[email protected]>
+
+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:

Reply via email to