Date: Monday, November 4, 2019 @ 05:38:26
  Author: felixonmars
Revision: 523224

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

Copied: python-gitlab/repos/community-staging-any/PKGBUILD (from rev 523223, 
python-gitlab/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD                              (rev 0)
+++ community-staging-any/PKGBUILD      2019-11-04 05:38:26 UTC (rev 523224)
@@ -0,0 +1,18 @@
+# Maintainer: Sven-Hendrik Haase <[email protected]>
+# Contributor: crab2313 <[email protected]>
+
+pkgname=python-gitlab
+pkgver=1.11.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-six')
+source=(${url}/archive/v${pkgver}.tar.gz)
+sha512sums=('fe676a6c8b23fc9df1db90ba9c86416547398808faf87b7ea5416e92d9327aa5577b6c18b2c10d394e426bdeda9104580f5e9d45ceddff64dc2152a102218770')
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}

Reply via email to