21 lines
752 B
Bash
21 lines
752 B
Bash
# Template file for 'hg-git'
|
|
pkgname=hg-git
|
|
version=1.0.1
|
|
revision=2
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-setuptools_scm python3-wheel"
|
|
depends="python3-dulwich mercurial"
|
|
checkdepends="$depends git unzip openssh"
|
|
short_desc="Mercurial plugin adding the ability to push and pull to/from Git"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-2.0-only"
|
|
# https://www.mercurial-scm.org/wiki/HgGit
|
|
homepage="https://foss.heptapod.net/mercurial/hg-git"
|
|
changelog="https://foss.heptapod.net/mercurial/hg-git/-/raw/branch/default/NEWS.rst"
|
|
distfiles="$PYPI_SITE/h/hg-git/hg-git-$version.tar.gz"
|
|
checksum=3f7360f5b0f5e805fb0c969cfd8d7af064962d32000f723568b6e56080d08b29
|
|
|
|
do_check() {
|
|
python3 tests/run-tests.py --with-hg=/usr/bin/hg
|
|
}
|