[arch-commits] Commit in python2-eyed3/repos/community-any (PKGBUILD PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Sun Apr 9 18:38:28 UTC 2017


    Date: Sunday, April 9, 2017 @ 18:38:28
  Author: jelle
Revision: 221646

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   55 ++++++++++++++++++++++++++++---------------------------
 1 file changed, 28 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-09 18:37:20 UTC (rev 221645)
+++ PKGBUILD	2017-04-09 18:38:28 UTC (rev 221646)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Aaron Griffin <aaron at archlinux.org>
-# Contributor: Federico Quagliata (quaqo) <quaqo at despammed.com>
-# Contributor: cdhotfire <cdhotfire at gmail.com>
-
-pkgname=python2-eyed3
-pkgver=0.7.11
-pkgrel=1
-pkgdesc="A Python module and program for processing information about mp3 files"
-arch=(any)
-url="http://eyed3.nicfit.net/"
-license=('GPL')
-depends=('python2')
-makedepends=('python2-setuptools')
-source=(http://eyed3.nicfit.net/releases/eyeD3-$pkgver.tar.gz)
-options=(!emptydirs)
-md5sums=('2b6a4299e3be340adfd4333d2b28dd28')
-
-build() {
-  cd $srcdir/eyeD3-$pkgver
-  python2 setup.py build
-}
-
-package() {
-  cd $srcdir/eyeD3-$pkgver
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: python2-eyed3/repos/community-any/PKGBUILD (from rev 221645, python2-eyed3/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-04-09 18:38:28 UTC (rev 221646)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Aaron Griffin <aaron at archlinux.org>
+# Contributor: Federico Quagliata (quaqo) <quaqo at despammed.com>
+# Contributor: cdhotfire <cdhotfire at gmail.com>
+
+pkgname=python2-eyed3
+pkgver=0.7.11
+pkgrel=2
+pkgdesc="A Python module and program for processing information about mp3 files"
+arch=(any)
+url="http://eyed3.nicfit.net/"
+license=('GPL')
+depends=('python2')
+makedepends=('python2-setuptools')
+source=(http://eyed3.nicfit.net/releases/eyeD3-$pkgver.tar.gz)
+options=(!emptydirs)
+md5sums=('2b6a4299e3be340adfd4333d2b28dd28')
+
+build() {
+  cd $srcdir/eyeD3-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $srcdir/eyeD3-$pkgver
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  sed -i 's/python/python2/' $pkgdir/usr/bin/eyeD3
+}



More information about the arch-commits mailing list