David Runge pushed to branch main at Arch Linux / Packaging / Packages / python-gitdb
Commits: fe207746 by David Runge at 2023-10-25T17:41:46+02:00 upgpkg: 1:4.0.11-1 Use bash arrays with one entry per line for easier handling. - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,23 @@ +pkgbase = python-gitdb + pkgdesc = A pure-Python git object database + pkgver = 4.0.11 + pkgrel = 1 + epoch = 1 + url = https://github.com/gitpython-developers/gitdb + arch = any + license = BSD-3-Clause + checkdepends = python-nose + checkdepends = python-pytest + makedepends = git + makedepends = python-build + makedepends = python-installer + makedepends = python-setuptools + makedepends = python-wheel + depends = git + depends = python + depends = python-smmap + source = git+https://github.com/gitpython-developers/gitdb#tag=3324a91f7b68043a0a21bcf585f31a4f15892433?signed + validpgpkeys = 27C50E7F590947D7273A741E85194C08421980C9 + sha512sums = SKIP + +pkgname = python-gitdb ===================================== PKGBUILD ===================================== @@ -5,17 +5,30 @@ _name=gitdb pkgdesc="A pure-Python git object database" pkgname=python-gitdb -_commit=bb7d69697b9d24885217b37b94cc0bf4da676fd4 # refs/tags/4.0.10^{} -pkgver=4.0.10 -pkgrel=2 +_commit=3324a91f7b68043a0a21bcf585f31a4f15892433 # refs/tags/4.0.11 +pkgver=4.0.11 +pkgrel=1 epoch=1 url="https://github.com/gitpython-developers/gitdb" -license=(BSD) +license=(BSD-3-Clause) arch=(any) -depends=(git python-smmap) -makedepends=(git python-build python-installer python-setuptools python-wheel) -checkdepends=(python-nose python-pytest) -source=(git+$url#tag=$_commit?signed) +depends=( + git + python + python-smmap +) +makedepends=( + git + python-build + python-installer + python-setuptools + python-wheel +) +checkdepends=( + python-nose + python-pytest +) +source=("git+$url#tag=$_commit?signed") sha512sums=('SKIP') validpgpkeys=('27C50E7F590947D7273A741E85194C08421980C9') # Sebastian Thiel (In Rust I trust!) <[email protected]> View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-gitdb/-/commit/fe207746fdfde079b4a05783eb0b1eb0531adb50 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-gitdb/-/commit/fe207746fdfde079b4a05783eb0b1eb0531adb50 You're receiving this email because of your account on gitlab.archlinux.org.
