python3-gitdb: update to 4.0.9.

This commit is contained in:
Jan Christian Grünhage 2022-02-11 15:48:45 +01:00 committed by Echo
parent 7904fba225
commit a9d2bf81fa

View file

@ -1,17 +1,20 @@
# Template file for 'python3-gitdb' # Template file for 'python3-gitdb'
pkgname=python3-gitdb pkgname=python3-gitdb
version=2.0.5 version=4.0.9
revision=5 revision=1
wrksrc="gitdb2-${version}" wrksrc="gitdb-${version}"
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="python3-smmap" depends="python3-smmap"
short_desc="Pure-Python git object database (Python3)" short_desc="Pure-Python git object database (Python3)"
maintainer="Orphaned <orphan@voidlinux.org>" 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"
distfiles="${PYPI_SITE}/g/gitdb2/gitdb2-${version}.tar.gz" distfiles="${PYPI_SITE}/g/gitdb/gitdb-${version}.tar.gz"
checksum=83361131a1836661a155172932a13c08bda2db3674e4caa32368aa6eb02f38c2 checksum=bac2fd45c0a1c9cf619e63a90d62bdc63892ef92387424b855792a6cabe789aa
# FIXME: TypeError: None is not callable
# See https://github.com/void-linux/void-packages/pull/35536#discussion_r805185677
make_check=no
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE