[arch-commits] Commit in python-pylast/repos/community-any (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Fri Jun 15 20:54:36 UTC 2018
Date: Friday, June 15, 2018 @ 20:54:36
Author: alucryd
Revision: 343339
archrelease: copy trunk to community-any
Added:
python-pylast/repos/community-any/PKGBUILD
(from rev 343338, python-pylast/trunk/PKGBUILD)
Deleted:
python-pylast/repos/community-any/PKGBUILD
----------+
PKGBUILD | 98 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 49 insertions(+), 49 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-06-15 20:54:29 UTC (rev 343338)
+++ PKGBUILD 2018-06-15 20:54:36 UTC (rev 343339)
@@ -1,49 +0,0 @@
-# $Id$
-# 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>
-
-pkgbase=python-pylast
-pkgname=('python-pylast' 'python2-pylast')
-pkgver=2.2.0
-pkgrel=1
-pkgdesc='A Python interface to Last.fm and Libre.fm'
-arch=('any')
-url='https://github.com/pylast/pylast'
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("python-pylast-${pkgver}.tar.gz::https://github.com/pylast/pylast/archive/${pkgver}.tar.gz")
-sha256sums=('b0d26b28e120c53bcebf55b52dc419c5fecbaeeb57fa67b67c3693343912bc04')
-
-prepare() {
- cp -r {,python-}pylast-${pkgver}
- mv {,python2-}pylast-${pkgver}
-}
-
-build() {
- for py in python{,2}; do
- pushd ${py}-pylast-${pkgver}
- ${py} setup.py build
- popd
- done
-}
-
-package_python-pylast() {
- depends=('python-six')
-
- cd python-pylast-${pkgver}
-
- python setup.py install --root="${pkgdir}" --optimize='1' --skip-build
-}
-
-package_python2-pylast() {
- depends=('python2-six')
-
- cd python2-pylast-${pkgver}
-
- python2 setup.py install --root="${pkgdir}" --optimize='1' --skip-build
-}
-
-# vim: ts=2 sw=2 et:
Copied: python-pylast/repos/community-any/PKGBUILD (from rev 343338, python-pylast/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-06-15 20:54:36 UTC (rev 343339)
@@ -0,0 +1,49 @@
+# $Id$
+# 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>
+
+pkgbase=python-pylast
+pkgname=('python-pylast' 'python2-pylast')
+pkgver=2.3.0
+pkgrel=1
+pkgdesc='A Python interface to Last.fm and Libre.fm'
+arch=('any')
+url='https://github.com/pylast/pylast'
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("python-pylast-${pkgver}.tar.gz::https://github.com/pylast/pylast/archive/${pkgver}.tar.gz")
+sha256sums=('d82f57c7d1ecccfe6ab8137cae7bee7bb591b4d9f829704eea2a11271e200a94')
+
+prepare() {
+ cp -r {,python-}pylast-${pkgver}
+ mv {,python2-}pylast-${pkgver}
+}
+
+build() {
+ for py in python{,2}; do
+ pushd ${py}-pylast-${pkgver}
+ ${py} setup.py build
+ popd
+ done
+}
+
+package_python-pylast() {
+ depends=('python-six')
+
+ cd python-pylast-${pkgver}
+
+ python setup.py install --root="${pkgdir}" --optimize='1' --skip-build
+}
+
+package_python2-pylast() {
+ depends=('python2-six')
+
+ cd python2-pylast-${pkgver}
+
+ python2 setup.py install --root="${pkgdir}" --optimize='1' --skip-build
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list