[arch-commits] Commit in python-discid/repos (2 files)

Gaetan Bisson bisson at archlinux.org
Mon Mar 7 03:58:27 UTC 2016


    Date: Monday, March 7, 2016 @ 04:58:26
  Author: bisson
Revision: 165425

archrelease: copy trunk to community-testing-any

Added:
  python-discid/repos/community-testing-any/
  python-discid/repos/community-testing-any/PKGBUILD
    (from rev 165424, python-discid/trunk/PKGBUILD)

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

Copied: python-discid/repos/community-testing-any/PKGBUILD (from rev 165424, python-discid/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2016-03-07 03:58:26 UTC (rev 165425)
@@ -0,0 +1,34 @@
+# $Id$
+# Contributor: Johannes Dewender	 arch at JonnyJD dot net
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgbase=python-discid
+pkgver=1.1.0
+pkgrel=3
+_pkgname=discid
+pkgname=('python-discid' 'python2-discid')
+pkgdesc='Python binding of MusicBrainz libdiscid'
+url='https://python-discid.readthedocs.org/'
+license=('LGPL3')
+arch=('any')
+depends=('libdiscid')
+makedepends=('python' 'python2')
+source=("http://pypi.python.org/packages/source/d/$_pkgname/$_pkgname-$pkgver.tar.gz")
+sha1sums=('de2d657e42d281dad593e0673af6ba6039ef58bc')
+
+check() {
+	cd "${srcdir}/${_pkgname}-${pkgver}"
+	python setup.py test
+}
+
+package_python-discid() {
+	depends+=('python')
+	cd "${srcdir}/${_pkgname}-${pkgver}"
+	python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python2-discid() {
+	depends+=('python2')
+	cd "${srcdir}/${_pkgname}-${pkgver}"
+	python2 setup.py install --root="${pkgdir}" --optimize=1
+}



More information about the arch-commits mailing list