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

Jelle van der Waa jelle at archlinux.org
Wed Feb 7 19:25:51 UTC 2018


    Date: Wednesday, February 7, 2018 @ 19:25:50
  Author: jelle
Revision: 290034

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-07 19:25:24 UTC (rev 290033)
+++ PKGBUILD	2018-02-07 19:25:50 UTC (rev 290034)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Aaron Griffin <aaron at archlinux.org>
-# Contributor: Federico Quagliata (quaqo) <quaqo at despammed.com>
-# Contributor: cdhotfire <cdhotfire at gmail.com>
-
-pkgbase=python2-eyed3
-pkgname=('python2-eyed3' 'python-eyed3')
-pkgver=0.8
-pkgrel=2
-# 0.8.1 breaks with python-magic in our repos requires https://github.com/ahupp/python-magic
-epoch=1
-pkgdesc="A Python module and program for processing information about mp3 files"
-arch=('any')
-url="http://eyed3.nicfit.net/"
-license=('GPL')
-makedepends=('python2-setuptools' 'python-setuptools')
-source=(https://files.pythonhosted.org/packages/source/e/eyeD3/eyeD3-$pkgver.tar.gz)
-md5sums=('840626686e6b1bc6afca9eab99a0873a')
-options=(!emptydirs)
-
-package_python2-eyed3() {
-  depends=('python2-pathlib' 'python2-setuptools')
-  conflicts=('python-eyed3')
-
-  cd $srcdir/eyeD3-$pkgver
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-}
-
-package_python-eyed3() {
-  depends=('python-pathlib' 'python-setuptools')
-  cd $srcdir/eyeD3-$pkgver
-  python setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: python2-eyed3/repos/community-any/PKGBUILD (from rev 290033, python2-eyed3/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-02-07 19:25:50 UTC (rev 290034)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Aaron Griffin <aaron at archlinux.org>
+# Contributor: Federico Quagliata (quaqo) <quaqo at despammed.com>
+# Contributor: cdhotfire <cdhotfire at gmail.com>
+
+pkgbase=python2-eyed3
+pkgname=('python2-eyed3' 'python-eyed3')
+pkgver=0.8
+pkgrel=3
+# 0.8.1 breaks with python-magic in our repos requires https://github.com/ahupp/python-magic
+epoch=1
+pkgdesc="A Python module and program for processing information about mp3 files"
+arch=('any')
+url="http://eyed3.nicfit.net/"
+license=('GPL')
+makedepends=('python2-setuptools' 'python-setuptools')
+source=(https://files.pythonhosted.org/packages/source/e/eyeD3/eyeD3-$pkgver.tar.gz)
+md5sums=('840626686e6b1bc6afca9eab99a0873a')
+options=(!emptydirs)
+
+package_python2-eyed3() {
+  depends=('python2-pathlib' 'python2-setuptools')
+  conflicts=('python-eyed3')
+
+  cd $srcdir/eyeD3-$pkgver
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python-eyed3() {
+  depends=('python-setuptools')
+  cd $srcdir/eyeD3-$pkgver
+  python setup.py install --root="${pkgdir}" --optimize=1
+}



More information about the arch-commits mailing list