[arch-commits] Commit in python-pytaglib (3 files)

Antonio Rojas arojas at archlinux.org
Sat Sep 12 20:26:12 UTC 2020


    Date: Saturday, September 12, 2020 @ 20:26:12
  Author: arojas
Revision: 704771

archrelease: copy trunk to community-x86_64

Added:
  python-pytaglib/repos/
  python-pytaglib/repos/community-x86_64/
  python-pytaglib/repos/community-x86_64/PKGBUILD
    (from rev 704770, python-pytaglib/trunk/PKGBUILD)

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

Copied: python-pytaglib/repos/community-x86_64/PKGBUILD (from rev 704770, python-pytaglib/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2020-09-12 20:26:12 UTC (rev 704771)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Michael Helmling <michaelhelmling at posteo.de>
+
+pkgname=python-pytaglib
+pkgver=1.4.6
+pkgrel=2
+pkgdesc='Python bindigs for the TagLib audio metadata library'
+arch=(x86_64)
+url="https://pypi.org/project/pytaglib"
+license=('GPL3')
+depends=(python taglib)
+makedepends=(python-setuptools)
+source=("https://pypi.org/packages/source/p/pytaglib/pytaglib-$pkgver.tar.gz")
+sha256sums=('16daf54e78fb56442293d20d7659097470ecac9031f33037f9d53baa31382952')
+
+build() {
+  cd pytaglib-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd pytaglib-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list