19 lines
549 B
Bash
19 lines
549 B
Bash
# Template file for 'python3-gitdb'
|
|
pkgname=python3-gitdb
|
|
version=2.0.5
|
|
revision=5
|
|
wrksrc="gitdb2-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-smmap"
|
|
short_desc="Pure-Python git object database (Python3)"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/gitpython-developers/gitdb"
|
|
distfiles="${PYPI_SITE}/g/gitdb2/gitdb2-${version}.tar.gz"
|
|
checksum=83361131a1836661a155172932a13c08bda2db3674e4caa32368aa6eb02f38c2
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|