Date: Thursday, May 4, 2023 @ 00:53:11
  Author: svenstaro
Revision: 1458686

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-04 00:53:01 UTC (rev 1458685)
+++ PKGBUILD    2023-05-04 00:53:11 UTC (rev 1458686)
@@ -1,34 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <[email protected]>
-# Contributor: crab2313 <[email protected]>
-
-pkgname=python-gitlab
-pkgver=3.13.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=('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
-}

Copied: python-gitlab/repos/community-any/PKGBUILD (from rev 1458685, 
python-gitlab/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-05-04 00:53:11 UTC (rev 1458686)
@@ -0,0 +1,34 @@
+# Maintainer: Sven-Hendrik Haase <[email protected]>
+# Contributor: crab2313 <[email protected]>
+
+pkgname=python-gitlab
+pkgver=3.14.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=('01a41e6f4b9e316672b83270fce6fc30e69e9a0047644d04b27587eebda06dc2c575649367d9dc99b84782e940f236a07098a78d7c7662b555fd901e32d35176')
+b2sums=('5f109e2f9d31d18715ca13eae321033caeb4b9e04968ee8c893a51a330dce2bf954fb29519a800ff1e9688b80c5ff4d8b8c246d1c8b2dcff83ee6ae2591dd1f1')
+
+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