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

Maxime Gauduin alucryd at gemini.archlinux.org
Thu Jun 30 15:42:40 UTC 2022


    Date: Thursday, June 30, 2022 @ 15:42:39
  Author: alucryd
Revision: 1243054

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-30 15:42:31 UTC (rev 1243053)
+++ PKGBUILD	2022-06-30 15:42:39 UTC (rev 1243054)
@@ -1,44 +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.14
-pkgrel=1
-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=a388a5d2fd2b0ff4b042ced6f336012ea9bda6b6
-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 1243053, python-discogs-client/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-30 15:42:39 UTC (rev 1243054)
@@ -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.15
+pkgrel=1
+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=1003cd382c92cedcb971384d24f7c55de28209ad
+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