[arch-commits] Commit in python2-eyed3/repos/community-any (PKGBUILD PKGBUILD)
Jelle van der Waa
jelle at gemini.archlinux.org
Tue Jan 18 17:37:37 UTC 2022
Date: Tuesday, January 18, 2022 @ 17:37:37
Author: jelle
Revision: 1109294
archrelease: copy trunk to community-any
Added:
python2-eyed3/repos/community-any/PKGBUILD
(from rev 1109293, python2-eyed3/trunk/PKGBUILD)
Deleted:
python2-eyed3/repos/community-any/PKGBUILD
----------+
PKGBUILD | 77 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-01-18 17:37:28 UTC (rev 1109293)
+++ PKGBUILD 2022-01-18 17:37:37 UTC (rev 1109294)
@@ -1,39 +0,0 @@
-# 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.9.5
-pkgrel=4
-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-deprecation' 'python-filetype')
-#'python-setuptools')
-checkdepends=('python-factory-boy' 'python-pytest')
-source=(https://files.pythonhosted.org/packages/source/e/eyeD3/eyeD3-$pkgver.tar.gz
- http://eyed3.nicfit.net/releases/eyeD3-test-data.tgz)
-sha256sums=('faf5806197f2093e82c2830d41f2378f07b3a9da07a16fafb14fc6fbdebac50a'
- '8bd11c921e0e34f88b84f1a51e24290d0243f3b2660233a527902f2c13af3a67')
-options=(!emptydirs)
-
-build() {
- cd eyeD3-$pkgver
- python setup.py build
-}
-
-check() {
- cd eyeD3-$pkgver
- ln -s "$srcdir"/eyeD3-test-data.tgz test/
- make test-data
- # Skipping display plugin tests because grako is not packaged, and abandoned upstream
- python -m pytest --deselect test/test_display_plugin.py
-}
-
-package_python-eyed3() {
- cd eyeD3-$pkgver
- python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}
Copied: python2-eyed3/repos/community-any/PKGBUILD (from rev 1109293, python2-eyed3/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-01-18 17:37:37 UTC (rev 1109294)
@@ -0,0 +1,38 @@
+# 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.9.5
+pkgrel=5
+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-deprecation' 'python-filetype' 'python-packaging')
+checkdepends=('python-factory-boy' 'python-pytest')
+source=(https://files.pythonhosted.org/packages/source/e/eyeD3/eyeD3-$pkgver.tar.gz
+ http://eyed3.nicfit.net/releases/eyeD3-test-data.tgz)
+sha256sums=('faf5806197f2093e82c2830d41f2378f07b3a9da07a16fafb14fc6fbdebac50a'
+ '8bd11c921e0e34f88b84f1a51e24290d0243f3b2660233a527902f2c13af3a67')
+options=(!emptydirs)
+
+build() {
+ cd eyeD3-$pkgver
+ python setup.py build
+}
+
+check() {
+ cd eyeD3-$pkgver
+ ln -s "$srcdir"/eyeD3-test-data.tgz test/
+ make test-data
+ # Skipping display plugin tests because grako is not packaged, and abandoned upstream
+ python -m pytest --deselect test/test_display_plugin.py
+}
+
+package_python-eyed3() {
+ cd eyeD3-$pkgver
+ python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}
More information about the arch-commits
mailing list