Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions srcpkgs/python3-GitPython/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'python3-GitPython'
pkgname=python3-GitPython
version=3.1.31
revision=4
version=3.1.49
revision=1
build_style=python3-module
make_check_args="--deselect test/test_base.py::TestBase::test_with_rw_remote_and_rw_repo
--deselect test/test_git.py::TestGit::test_refresh
Expand All @@ -10,14 +10,14 @@ make_check_args="--deselect test/test_base.py::TestBase::test_with_rw_remote_and
hostmakedepends="python3-setuptools"
depends="python3-gitdb git"
checkdepends="${depends} python3-pytest-sugar python3-coverage python3-pytest-cov python3-toml
python3-mypy flake8 python3-ddt git python3-virtualenv"
python3-mypy flake8 python3-ddt git python3-virtualenv python3-pytest-mock"
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"
changelog="https://raw.githubusercontent.com/gitpython-developers/GitPython/main/doc/source/changes.rst"
distfiles="https://github.com/gitpython-developers/GitPython/archive/refs/tags/${version}.tar.gz"
checksum=2b3f42819402642effd574823ea9f7022f20b53b3245d7570d385a48163f6117
checksum=2d16ae394bf62c5a0dc4f2cbdeba9cfb485bf3c5740f8fa670f27481d46841bc

post_install() {
vlicense LICENSE
Expand Down