21 lines
680 B
Bash
21 lines
680 B
Bash
# Template file for 'python3-gitdb'
|
|
pkgname=python3-gitdb
|
|
version=4.0.9
|
|
revision=2
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-smmap"
|
|
short_desc="Pure-Python git object database (Python3)"
|
|
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/gitpython-developers/gitdb"
|
|
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
|
|
}
|