Date: Wednesday, February 1, 2023 @ 13:35:17
  Author: svenstaro
Revision: 1391741

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-02-01 13:35:07 UTC (rev 1391740)
+++ PKGBUILD    2023-02-01 13:35:17 UTC (rev 1391741)
@@ -1,34 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <[email protected]>
-# Contributor: crab2313 <[email protected]>
-
-pkgname=python-gitlab
-pkgver=3.12.0
-pkgrel=2
-pkgdesc="Python wrapper for the GitLab API"
-arch=('any')
-url="https://github.com/python-gitlab/python-gitlab";
-license=('LGPL3')
-depends=('python' 'python-requests' 'python-requests-toolbelt')
-makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
-checkdepends=('python-pytest' 'python-pyyaml' 'python-responses')
-optdepends=(
-  'python-argcomplete: for autocompletion'
-  'python-pyyaml: for YAML support'
-)
-source=($pkgname-$pkgver.tar.gz::https://github.com/python-gitlab/python-gitlab/archive/v$pkgver/$pkgname-v$pkgver.tar.gz)
-sha512sums=('25229542fcb790dfc96bb5f946628136dce342ae825edc7ed318651dac9840ec16f896198c357a4751bde8cda7ee7abb3fbc1f4e4abfa5a3cce7bc61f956f2e6')
-b2sums=('232ce6d39117fda3677fa69acaddb9d24e81090ca99767c939f68afe2bcf6f315ae5d56590358fe4a4da9cabb12a7019d492e6101491b619130d44cbe225d798')
-
-build() {
-  cd $pkgname-$pkgver
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  cd $pkgname-$pkgver
-  pytest -v --ignore tests/functional/
-}
-
-package() {
-  python -m installer --destdir="$pkgdir" $pkgname-$pkgver/dist/*.whl
-}

Copied: python-gitlab/repos/community-any/PKGBUILD (from rev 1391740, 
python-gitlab/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-02-01 13:35:17 UTC (rev 1391741)
@@ -0,0 +1,34 @@
+# Maintainer: Sven-Hendrik Haase <[email protected]>
+# Contributor: crab2313 <[email protected]>
+
+pkgname=python-gitlab
+pkgver=3.13.0
+pkgrel=1
+pkgdesc="Python wrapper for the GitLab API"
+arch=('any')
+url="https://github.com/python-gitlab/python-gitlab";
+license=('LGPL3')
+depends=('python' 'python-requests' 'python-requests-toolbelt')
+makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
+checkdepends=('python-pytest' 'python-pyyaml' 'python-responses')
+optdepends=(
+  'python-argcomplete: for autocompletion'
+  'python-pyyaml: for YAML support'
+)
+source=($pkgname-$pkgver.tar.gz::https://github.com/python-gitlab/python-gitlab/archive/v$pkgver/$pkgname-v$pkgver.tar.gz)
+sha512sums=('3591489497b3506d29721c20d3164095737d1bba67fddb081483db7058aae62bcad58bad31451e5159cac49a549667a4e1b622c79659030a1a93f3f5059da7aa')
+b2sums=('9ce14ed086bf0148d370312b6bff2971a4133f97b99ad3ecb708b3bdaed16015829c824b3b7f9561bc311ec45c6034235a2e178a92b26be78120650694e2a6cc')
+
+build() {
+  cd $pkgname-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd $pkgname-$pkgver
+  pytest -v --ignore tests/functional/
+}
+
+package() {
+  python -m installer --destdir="$pkgdir" $pkgname-$pkgver/dist/*.whl
+}

Reply via email to