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

Maxime Gauduin alucryd at gemini.archlinux.org
Wed Jul 28 12:26:43 UTC 2021


    Date: Wednesday, July 28, 2021 @ 12:26:43
  Author: alucryd
Revision: 988848

archrelease: copy trunk to community-any

Added:
  python-discogs-client/repos/community-any/PKGBUILD
    (from rev 988847, python-discogs-client/trunk/PKGBUILD)
Deleted:
  python-discogs-client/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   87 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 44 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-28 12:26:38 UTC (rev 988847)
+++ PKGBUILD	2021-07-28 12:26:43 UTC (rev 988848)
@@ -1,43 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Guillaume Hayot <ghayot at postblue.info>
-# Contributor: Arvedui <arvedui at posteo.de>
-# Contributor: Marc Plano-Lesay <marc.planolesay at gmail.com>
-# Contributor: Joost Bremmer <toost.b at gmail.com>
-
-pkgname=python-discogs-client
-pkgver=2.3.12
-pkgrel=1
-pkgdesc='Python Client for the Discogs API'
-arch=(any)
-url=https://github.com/joalla/discogs_client
-license=(BSD)
-depends=(
-  python-six
-  python-requests
-  python-oauthlib
-)
-makedepends=(
-  git
-  python-setuptools
-)
-_tag=51727cd409dff9011784ff098d5cc0be8c966f62
-source=(git+https://github.com/joalla/discogs_client.git#tag=${_tag})
-b2sums=(SKIP)
-
-pkgver() {
-  cd discogs_client
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cd discogs_client
-  python setup.py build
-}
-
-package() {
-  cd discogs_client
-  python setup.py install --root=$pkgdir --optimize=1 --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-discogs-client
-}
-
-# vim: set ts=2 sw=2 et:

Copied: python-discogs-client/repos/community-any/PKGBUILD (from rev 988847, python-discogs-client/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-28 12:26:43 UTC (rev 988848)
@@ -0,0 +1,44 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Guillaume Hayot <ghayot at postblue.info>
+# Contributor: Arvedui <arvedui at posteo.de>
+# Contributor: Marc Plano-Lesay <marc.planolesay at gmail.com>
+# Contributor: Joost Bremmer <toost.b at gmail.com>
+
+pkgname=python-discogs-client
+pkgver=2.3.12
+pkgrel=2
+pkgdesc='Python Client for the Discogs API'
+arch=(any)
+url=https://github.com/joalla/discogs_client
+license=(BSD)
+depends=(
+  python-dateutil
+  python-six
+  python-requests
+  python-oauthlib
+)
+makedepends=(
+  git
+  python-setuptools
+)
+_tag=51727cd409dff9011784ff098d5cc0be8c966f62
+source=(git+https://github.com/joalla/discogs_client.git#tag=${_tag})
+b2sums=(SKIP)
+
+pkgver() {
+  cd discogs_client
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd discogs_client
+  python setup.py build
+}
+
+package() {
+  cd discogs_client
+  python setup.py install --root=$pkgdir --optimize=1 --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-discogs-client
+}
+
+# vim: set ts=2 sw=2 et:



More information about the arch-commits mailing list