[arch-commits] Commit in python-gcp-devrel-py-tools/repos/community-staging-any (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Thu Nov 12 18:45:01 UTC 2020
Date: Thursday, November 12, 2020 @ 18:45:00
Author: foutrelis
Revision: 753171
archrelease: copy trunk to community-staging-any
Added:
python-gcp-devrel-py-tools/repos/community-staging-any/PKGBUILD
(from rev 753170, python-gcp-devrel-py-tools/trunk/PKGBUILD)
Deleted:
python-gcp-devrel-py-tools/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 50 +++++++++++++++++++++++++-------------------------
1 file changed, 25 insertions(+), 25 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-12 18:44:58 UTC (rev 753170)
+++ PKGBUILD 2020-11-12 18:45:00 UTC (rev 753171)
@@ -1,25 +0,0 @@
-# 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:
Copied: python-gcp-devrel-py-tools/repos/community-staging-any/PKGBUILD (from rev 753170, python-gcp-devrel-py-tools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-12 18:45:00 UTC (rev 753171)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-gcp-devrel-py-tools
+pkgver=0.0.16
+_commit=dbc02f5ec965a6672d47a0e8963365970d96db17
+pkgrel=3
+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