[arch-commits] Commit in python2-eyed3/repos (2 files)

Felix Yan felixonmars at archlinux.org
Sat Jun 30 16:38:34 UTC 2018


    Date: Saturday, June 30, 2018 @ 16:38:34
  Author: felixonmars
Revision: 348462

archrelease: copy trunk to community-staging-any

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

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

Copied: python2-eyed3/repos/community-staging-any/PKGBUILD (from rev 348461, python2-eyed3/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-06-30 16:38:34 UTC (rev 348462)
@@ -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=4
+# 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