* update python-gitpython to 3.1.42-4
This commit is contained in:
parent
a5209023a4
commit
63454466c0
@ -6,9 +6,8 @@
|
||||
_name=gitpython
|
||||
pkgdesc="A python library used to interact with Git repositories"
|
||||
pkgname=python-gitpython
|
||||
_commit=1f37b482edbe4a7189e5898309a4094f3f4cf404 # refs/tags/3.1.42^{}
|
||||
pkgver=3.1.42
|
||||
pkgrel=1
|
||||
pkgrel=4
|
||||
url="https://github.com/gitpython-developers/gitpython"
|
||||
license=(BSD-3-Clause)
|
||||
arch=(any)
|
||||
@ -16,7 +15,6 @@ depends=(
|
||||
git
|
||||
python
|
||||
python-gitdb
|
||||
python-typing-extensions
|
||||
)
|
||||
makedepends=(
|
||||
python-build
|
||||
@ -26,14 +24,12 @@ makedepends=(
|
||||
)
|
||||
checkdepends=(
|
||||
python-ddt
|
||||
python-nose
|
||||
python-pytest
|
||||
python-pytest-mock
|
||||
python-virtualenv
|
||||
)
|
||||
source=("git+$url#commit=$_commit?signed")
|
||||
sha512sums=('SKIP')
|
||||
b2sums=('SKIP')
|
||||
source=("git+$url.git?signed#tag=$pkgver")
|
||||
sha512sums=('dc54bb0d60eb1e0467fef52d9cc9927c7406b006c597ac750a473cd9d45cbeefdc545d3309158ca6fa394beaa4512aba1e7984b09dfe98c5d36271ac9bf717c9')
|
||||
b2sums=('b05dd57f6f131c1ae55003d3512924a70d6f63727ffa22082cc1923455eb9700cefb069be6e34c97380b0a28d1e939de53c0e4f5ec18c110787875336c5d492a')
|
||||
validpgpkeys=('27C50E7F590947D7273A741E85194C08421980C9') # Sebastian Thiel (In Rust I trust!) <byronimo@gmail.com>
|
||||
|
||||
pkgver() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user