[arch-commits] Commit in python2-eyed3/repos/community-any (PKGBUILD PKGBUILD)
Eli Schwartz
eschwartz at archlinux.org
Wed Feb 7 18:51:14 UTC 2018
Date: Wednesday, February 7, 2018 @ 18:51:13
Author: eschwartz
Revision: 290030
archrelease: copy trunk to community-any
Added:
python2-eyed3/repos/community-any/PKGBUILD
(from rev 290029, 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 18:50:51 UTC (rev 290029)
+++ PKGBUILD 2018-02-07 18:51:13 UTC (rev 290030)
@@ -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=1
-# 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' 'python')
-makedepends=('python2-setuptools' 'python-setuptools')
-source=(http://eyed3.nicfit.net/releases/eyeD3-$pkgver.tar.gz)
-md5sums=('840626686e6b1bc6afca9eab99a0873a')
-options=(!emptydirs)
-
-package_python2-eyed3() {
- depends=('python2-pathlib')
- conflicts=('python-eyed3')
-
- cd $srcdir/eyeD3-$pkgver
- python2 setup.py install --root="${pkgdir}" --optimize=1
-}
-
-package_python-eyed3() {
- cd $srcdir/eyeD3-$pkgver
- python setup.py install --root="${pkgdir}" --optimize=1
-}
Copied: python2-eyed3/repos/community-any/PKGBUILD (from rev 290029, python2-eyed3/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-02-07 18:51:13 UTC (rev 290030)
@@ -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=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
+}
More information about the arch-commits
mailing list