[arch-commits] Commit in python-pylast/repos/community-any (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Thu May 6 08:58:02 UTC 2021
Date: Thursday, May 6, 2021 @ 08:58:01
Author: alucryd
Revision: 928394
archrelease: copy trunk to community-any
Added:
python-pylast/repos/community-any/PKGBUILD
(from rev 928393, python-pylast/trunk/PKGBUILD)
Deleted:
python-pylast/repos/community-any/PKGBUILD
----------+
PKGBUILD | 84 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 42 insertions(+), 42 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-06 08:57:11 UTC (rev 928393)
+++ PKGBUILD 2021-05-06 08:58:01 UTC (rev 928394)
@@ -1,42 +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=4.2.1
-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
- python-setuptools-scm
-)
-_tag=a516a44c329d6921755ebd7cd7e5fda9e851ad95
-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 928393, python-pylast/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-05-06 08:58:01 UTC (rev 928394)
@@ -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.2.1
+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
+ python-setuptools-scm
+)
+_tag=a516a44c329d6921755ebd7cd7e5fda9e851ad95
+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