Date: Wednesday, December 14, 2022 @ 10:44:28
  Author: alucryd
Revision: 1359004

archrelease: copy trunk to community-any

Added:
  python-discogs-client/repos/community-any/PKGBUILD
    (from rev 1359003, 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-12-14 10:44:20 UTC (rev 1359003)
+++ PKGBUILD    2022-12-14 10:44:28 UTC (rev 1359004)
@@ -1,44 +0,0 @@
-# Maintainer: Maxime Gauduin <[email protected]>
-# Contributor: Guillaume Hayot <[email protected]>
-# Contributor: Arvedui <[email protected]>
-# Contributor: Marc Plano-Lesay <[email protected]>
-# Contributor: Joost Bremmer <[email protected]>
-
-pkgname=python-discogs-client
-pkgver=2.5
-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=b86cad12681e98ff68dfcabf7c81a451d02ccb39
-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 1359003, 
python-discogs-client/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-12-14 10:44:28 UTC (rev 1359004)
@@ -0,0 +1,44 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+# Contributor: Guillaume Hayot <[email protected]>
+# Contributor: Arvedui <[email protected]>
+# Contributor: Marc Plano-Lesay <[email protected]>
+# Contributor: Joost Bremmer <[email protected]>
+
+pkgname=python-discogs-client
+pkgver=2.6
+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=25eb053a7351bafc9b05ea5948378ecceb22f744
+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:

Reply via email to