From a9d2bf81fa5f5be6cd04b19e2171b1cf6a0b4d67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Fri, 11 Feb 2022 15:48:45 +0100 Subject: [PATCH] python3-gitdb: update to 4.0.9. --- srcpkgs/python3-gitdb/template | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/srcpkgs/python3-gitdb/template b/srcpkgs/python3-gitdb/template index 804f4970ec4..73eb021cb0f 100644 --- a/srcpkgs/python3-gitdb/template +++ b/srcpkgs/python3-gitdb/template @@ -1,17 +1,20 @@ # Template file for 'python3-gitdb' pkgname=python3-gitdb -version=2.0.5 -revision=5 -wrksrc="gitdb2-${version}" +version=4.0.9 +revision=1 +wrksrc="gitdb-${version}" build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-smmap" short_desc="Pure-Python git object database (Python3)" -maintainer="Orphaned " +maintainer="Jan Christian Grünhage " license="BSD-3-Clause" homepage="https://github.com/gitpython-developers/gitdb" -distfiles="${PYPI_SITE}/g/gitdb2/gitdb2-${version}.tar.gz" -checksum=83361131a1836661a155172932a13c08bda2db3674e4caa32368aa6eb02f38c2 +distfiles="${PYPI_SITE}/g/gitdb/gitdb-${version}.tar.gz" +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() { vlicense LICENSE