[arch-commits] Commit in python-gcp-devrel-py-tools/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Tue Nov 10 04:03:24 UTC 2020


    Date: Tuesday, November 10, 2020 @ 04:03:24
  Author: foutrelis
Revision: 748417

archrelease: copy trunk to community-staging-any

Added:
  python-gcp-devrel-py-tools/repos/community-staging-any/
  python-gcp-devrel-py-tools/repos/community-staging-any/PKGBUILD
    (from rev 748416, python-gcp-devrel-py-tools/trunk/PKGBUILD)

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

Copied: python-gcp-devrel-py-tools/repos/community-staging-any/PKGBUILD (from rev 748416, python-gcp-devrel-py-tools/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-11-10 04:03:24 UTC (rev 748417)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-gcp-devrel-py-tools
+pkgver=0.0.16
+_commit=dbc02f5ec965a6672d47a0e8963365970d96db17
+pkgrel=2
+pkgdesc='Tools for Cloud Platform Python libraries and samples'
+arch=('any')
+license=('Apache')
+url='https://github.com/GoogleCloudPlatform/python-repo-tools'
+depends=('python-setuptools' 'python-requests' 'python-retrying' 'python-packaging' 'python-pylint')
+source=("$pkgname-$_commit.tar.gz::https://github.com/GoogleCloudPlatform/python-repo-tools/archive/$_commit.tar.gz")
+sha512sums=('8e1963d9cf15aee6c11bf99236f6d86ba72a56a8bb41c20b7d28786669551a35204755c9abcccc617ac4384b9f68e53a0a04d70726849fd0cd3c89f0aae15b76')
+
+build() {
+  cd "$srcdir"/python-repo-tools-$_commit
+  python setup.py build
+}
+
+package() {
+  cd python-repo-tools-$_commit
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list