void-packages/srcpkgs/python3-GitPython/template
Jan Christian Grünhage beb9ec7230 scrpkgs/: orphan Joseph LaFreniere's packages
This includes:
 - python3-GitPython
 - python3-ansible-lint
 - python3-ansicolor
 - python3-bitbucket-api
 - python3-gitdb
 - python3-github3
 - python3-gitlab
 - python3-gogs-client
 - python3-ndg_httpsclient
 - python3-progress
 - python3-proselint
 - python3-smmap
 - python3-vint
 - python3-voluptuous
 - python3-yamllint
 - tokei
2021-10-14 18:34:56 +02:00

19 lines
581 B
Bash

# Template file for 'python3-GitPython'
pkgname=python3-GitPython
version=2.1.11
revision=5
wrksrc="GitPython-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-gitdb"
short_desc="Library to interact with Git repositories (Python3)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause"
homepage="https://github.com/gitpython-developers/GitPython"
distfiles="${PYPI_SITE}/G/GitPython/GitPython-${version}.tar.gz"
checksum=8237dc5bfd6f1366abeee5624111b9d6879393d84745a507de0fda86043b65a8
post_install() {
vlicense LICENSE
}