[arch-commits] Commit in python-gcp-devrel-py-tools/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat Feb 17 17:45:55 UTC 2018
Date: Saturday, February 17, 2018 @ 17:45:53
Author: felixonmars
Revision: 296169
upgpkg: python-gcp-devrel-py-tools 0.0.12-2
correct dependency on pylint
Modified:
python-gcp-devrel-py-tools/trunk/PKGBUILD
----------+
PKGBUILD | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-02-17 17:44:26 UTC (rev 296168)
+++ PKGBUILD 2018-02-17 17:45:53 UTC (rev 296169)
@@ -5,13 +5,14 @@
pkgname=('python-gcp-devrel-py-tools' 'python2-gcp-devrel-py-tools')
pkgver=0.0.12
_commit=b2514f97d07fde9b2b6087af77d30b4c4929ee4c
-pkgrel=1
+pkgrel=2
pkgdesc='Tools for Cloud Platform Python libraries and samples'
arch=('any')
license=('Apache')
url='https://github.com/GoogleCloudPlatform/python-repo-tools'
makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 'python2-requests'
- 'python-retrying' 'python2-retrying' 'python-packaging' 'python2-packaging')
+ 'python-retrying' 'python2-retrying' 'python-packaging' 'python2-packaging'
+ 'python-pylint' 'python2-pylint')
source=("$pkgbase-$_commit.tar.gz::https://github.com/GoogleCloudPlatform/python-repo-tools/archive/$_commit.tar.gz")
sha512sums=('99b2febef4b17ac8abd745d90fa0bcb129a1fc81e5ee6db9d34305efa7790ec777a39ef2c17afaa09137c0a3ffd4ba658c0f24c51109c68b71f563b0649115bd')
@@ -28,7 +29,8 @@
}
package_python-gcp-devrel-py-tools() {
- depends=('python-requests' 'python-retrying' 'python-setuptools' 'python-packaging')
+ depends=('python-requests' 'python-retrying' 'python-setuptools' 'python-packaging'
+ 'python-pylint')
cd python-repo-tools-$_commit
python setup.py install --root="$pkgdir" --optimize=1
@@ -35,7 +37,8 @@
}
package_python2-gcp-devrel-py-tools() {
- depends=('python2-requests' 'python2-retrying' 'python2-setuptools' 'python2-packaging')
+ depends=('python2-requests' 'python2-retrying' 'python2-setuptools' 'python2-packaging'
+ 'python2-pylint')
cd python-repo-tools-$_commit-py2
python2 setup.py install --root="$pkgdir" --optimize=1
More information about the arch-commits
mailing list