[arch-commits] Commit in python2-musicbrainzngs/repos/community-any (2 files)

Maxime Gauduin alucryd at archlinux.org
Sun May 8 17:47:09 UTC 2016


    Date: Sunday, May 8, 2016 @ 19:47:08
  Author: alucryd
Revision: 174374

archrelease: copy trunk to community-any

Added:
  python2-musicbrainzngs/repos/community-any/PKGBUILD
    (from rev 174373, python2-musicbrainzngs/trunk/PKGBUILD)
Deleted:
  python2-musicbrainzngs/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   65 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-08 17:47:02 UTC (rev 174373)
+++ PKGBUILD	2016-05-08 17:47:08 UTC (rev 174374)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at gmail.com>
-# Contributor: Adrian Sampson <adrian at radbox.org>
-
-pkgname=python2-musicbrainzngs
-pkgver=0.5
-pkgrel=2
-pkgdesc='Bindings for the MusicBrainz NGS service'
-arch=('any')
-url="https://github.com/alastair/${pkgname/2/}"
-license=('BSD')
-depends=('python2')
-source=("${pkgname/2/}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('ea84abc60fcb5152418dd49e8fdecf3e68759304a71bef422c3b1376886c5b7a')
-
-build() {
-  cd ${pkgname/2/}-${pkgver}
-
-  python2 setup.py build
-}
-
-package() {
-  cd ${pkgname/2/}-${pkgver}
-
-  python2 setup.py install --root="${pkgdir}" --optimize='1'
-  rm -rf "${pkgdir}"/usr/lib/python2.7/site-packages/{docs,examples,test}
-
-# License
-  install -dm 755 "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -m 644 {,"${pkgdir}"/usr/share/licenses/${pkgname}/}COPYING
-}
-
-# vim: ts=2 sw=2 et:

Copied: python2-musicbrainzngs/repos/community-any/PKGBUILD (from rev 174373, python2-musicbrainzngs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-05-08 17:47:08 UTC (rev 174374)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Adrian Sampson <adrian at radbox.org>
+
+pkgname=python2-musicbrainzngs
+pkgver=0.6
+pkgrel=1
+pkgdesc='Bindings for the MusicBrainz NGS service'
+arch=('any')
+url="https://github.com/alastair/python-musicbrainzngs"
+license=('BSD')
+depends=('python2')
+source=("python-musicbrainzngs-${pkgver}.tar.gz::https://github.com/alastair/python-musicbrainzngs/archive/v${pkgver}.tar.gz")
+sha256sums=('ec447bcab906fe7c4dbd714a1dff1b00adcd20d0011968df1a740e6b1fb09cb5')
+
+build() {
+  cd python-musicbrainzngs-${pkgver}
+
+  python2 setup.py build
+}
+
+package() {
+  cd python-musicbrainzngs-${pkgver}
+
+  python2 setup.py install --root="${pkgdir}" --optimize='1'
+  rm -rf "${pkgdir}"/usr/lib/python2.7/site-packages/{docs,examples,test}
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/python2-musicbrainzngs
+  install -m 644 COPYING "${pkgdir}"/usr/share/licenses/python2-musicbrainzngs/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list