Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-gcp-devrel-py-tools
Commits:
f0a6c84e by Felix Yan at 2026-02-09T00:55:42+08:00
upgpkg: 0.0.16-10
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,10 +1,11 @@
pkgbase = python-gcp-devrel-py-tools
pkgdesc = Tools for Cloud Platform Python libraries and samples
pkgver = 0.0.16
- pkgrel = 9
+ pkgrel = 10
url = https://github.com/GoogleCloudPlatform/python-repo-tools
arch = any
license = Apache-2.0
+ makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
@@ -13,7 +14,7 @@ pkgbase = python-gcp-devrel-py-tools
depends = python-retrying
depends = python-packaging
depends = python-pylint
- source =
python-gcp-devrel-py-tools-dbc02f5ec965a6672d47a0e8963365970d96db17.tar.gz::https://github.com/GoogleCloudPlatform/python-repo-tools/archive/dbc02f5ec965a6672d47a0e8963365970d96db17.tar.gz
- sha512sums =
8e1963d9cf15aee6c11bf99236f6d86ba72a56a8bb41c20b7d28786669551a35204755c9abcccc617ac4384b9f68e53a0a04d70726849fd0cd3c89f0aae15b76
+ source =
git+https://github.com/GoogleCloudPlatform/python-repo-tools.git#commit=dbc02f5ec965a6672d47a0e8963365970d96db17
+ sha512sums =
a2783ac210a652c4b8dcea0046fb6c344e2fce2d76df740abd61b62b1144e5c9d26d353e5c6ea55ef4bc065001d52399af18148f944e835959f3bad940a0d74d
pkgname = python-gcp-devrel-py-tools
=====================================
PKGBUILD
=====================================
@@ -3,23 +3,23 @@
pkgname=python-gcp-devrel-py-tools
pkgver=0.0.16
_commit=dbc02f5ec965a6672d47a0e8963365970d96db17
-pkgrel=9
+pkgrel=10
pkgdesc='Tools for Cloud Platform Python libraries and samples'
arch=('any')
license=('Apache-2.0')
url='https://github.com/GoogleCloudPlatform/python-repo-tools'
depends=('python-setuptools' 'python-requests' 'python-retrying'
'python-packaging' 'python-pylint')
-makedepends=('python-build' 'python-installer' 'python-wheel')
-source=("$pkgname-$_commit.tar.gz::https://github.com/GoogleCloudPlatform/python-repo-tools/archive/$_commit.tar.gz")
-sha512sums=('8e1963d9cf15aee6c11bf99236f6d86ba72a56a8bb41c20b7d28786669551a35204755c9abcccc617ac4384b9f68e53a0a04d70726849fd0cd3c89f0aae15b76')
+makedepends=('git' 'python-build' 'python-installer' 'python-wheel')
+source=("git+https://github.com/GoogleCloudPlatform/python-repo-tools.git#commit=$_commit")
+sha512sums=('a2783ac210a652c4b8dcea0046fb6c344e2fce2d76df740abd61b62b1144e5c9d26d353e5c6ea55ef4bc065001d52399af18148f944e835959f3bad940a0d74d')
build() {
- cd "$srcdir"/python-repo-tools-$_commit
+ cd python-repo-tools
python -m build --wheel --no-isolation
}
package() {
- cd python-repo-tools-$_commit
+ cd python-repo-tools
python -m installer --destdir="$pkgdir" dist/*.whl
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-gcp-devrel-py-tools/-/commit/f0a6c84ed0609a9ade0a930376007814b680a7b2
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-gcp-devrel-py-tools/-/commit/f0a6c84ed0609a9ade0a930376007814b680a7b2
You're receiving this email because of your account on gitlab.archlinux.org.