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

Felix Yan felixonmars at archlinux.org
Mon Nov 4 03:55:28 UTC 2019


    Date: Monday, November 4, 2019 @ 03:55:27
  Author: felixonmars
Revision: 523084

archrelease: copy trunk to community-staging-any

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

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

Copied: python2-eyed3/repos/community-staging-any/PKGBUILD (from rev 523083, python2-eyed3/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2019-11-04 03:55:27 UTC (rev 523084)
@@ -0,0 +1,29 @@
+# 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=('python-eyed3')
+pkgver=0.8
+pkgrel=5
+# 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')
+depends=('python-setuptools')
+makedepends=('python-setuptools')
+source=(https://files.pythonhosted.org/packages/source/e/eyeD3/eyeD3-$pkgver.tar.gz)
+sha256sums=('10109b76508a726042b2cd6a8fd02b6d6e551dc277901d74016b70e3c0e29ab5')
+options=(!emptydirs)
+
+build() {
+  cd eyeD3-$pkgver
+  python setup.py build
+}
+
+package_python-eyed3() {
+  cd eyeD3-$pkgver
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}



More information about the arch-commits mailing list