[arch-commits] Commit in python-discid/repos/community-any (PKGBUILD PKGBUILD)

Gaëtan Bisson bisson at archlinux.org
Sun Jan 29 17:32:54 UTC 2017


    Date: Sunday, January 29, 2017 @ 17:32:53
  Author: bisson
Revision: 209396

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   71 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-29 17:32:24 UTC (rev 209395)
+++ PKGBUILD	2017-01-29 17:32:53 UTC (rev 209396)
@@ -1,35 +0,0 @@
-# $Id$
-# Contributor: Johannes Dewender	 arch at JonnyJD dot net
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-
-pkgbase=python-discid
-pkgver=1.1.0
-pkgrel=4
-_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')
-validpgpkeys=('8BB230F6C5C308B31FE7C82568304838CC686607')
-source=("https://pypi.python.org/packages/source/d/$_pkgname/$_pkgname-$pkgver.tar.gz"{,.asc})
-sha1sums=('de2d657e42d281dad593e0673af6ba6039ef58bc' 'SKIP')
-
-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
-}

Copied: python-discid/repos/community-any/PKGBUILD (from rev 209395, python-discid/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-01-29 17:32:53 UTC (rev 209396)
@@ -0,0 +1,36 @@
+# $Id$
+# Contributor: Johannes Dewender	 arch at JonnyJD dot net
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgbase=python-discid
+pkgver=1.1.1
+pkgrel=1
+_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')
+validpgpkeys=('8BB230F6C5C308B31FE7C82568304838CC686607')
+_magic='a2/76/463785b1715b461c2fc0dad73b115e6ca061dbd768154b88242974d04a9f'
+source=("https://pypi.python.org/packages/$_magic/$_pkgname-$pkgver.tar.gz"{,.asc})
+sha1sums=('9e4c6173df662fef739d0606eb75e86c63a4d1c5' 'SKIP')
+
+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