python3-gitdb: update to 4.0.10.
This commit is contained in:
parent
32201dd929
commit
beb5cbb096
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-gitdb'
|
# Template file for 'python3-gitdb'
|
||||||
pkgname=python3-gitdb
|
pkgname=python3-gitdb
|
||||||
version=4.0.9
|
version=4.0.10
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-smmap"
|
depends="python3-smmap"
|
||||||
|
@ -9,8 +9,9 @@ short_desc="Pure-Python git object database (Python3)"
|
||||||
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/gitpython-developers/gitdb"
|
homepage="https://github.com/gitpython-developers/gitdb"
|
||||||
|
changelog="https://github.com/gitpython-developers/gitdb/raw/master/doc/source/changes.rst"
|
||||||
distfiles="${PYPI_SITE}/g/gitdb/gitdb-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/g/gitdb/gitdb-${version}.tar.gz"
|
||||||
checksum=bac2fd45c0a1c9cf619e63a90d62bdc63892ef92387424b855792a6cabe789aa
|
checksum=6eb990b69df4e15bad899ea868dc46572c3f75339735663b81de79b06f17eb9a
|
||||||
# FIXME: TypeError: None is not callable
|
# FIXME: TypeError: None is not callable
|
||||||
# See https://github.com/void-linux/void-packages/pull/35536#discussion_r805185677
|
# See https://github.com/void-linux/void-packages/pull/35536#discussion_r805185677
|
||||||
make_check=no
|
make_check=no
|
||||||
|
|
Loading…
Reference in New Issue