From 1e37f9b3b8dd041fbe1a4d342fc228dcbd00a0f5 Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Fri, 8 Nov 2019 09:36:57 -0600 Subject: [PATCH] mercurial: update to 5.2 Change to Python3 due to upcoming Python2 EOL --- srcpkgs/mercurial/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/mercurial/template b/srcpkgs/mercurial/template index 325b2c1e6b3..2544fa4317d 100644 --- a/srcpkgs/mercurial/template +++ b/srcpkgs/mercurial/template @@ -1,18 +1,18 @@ # Template file for 'mercurial' pkgname=mercurial -version=5.1.2 +version=5.2 revision=1 -build_style=python2-module +build_style=python3-module pycompile_module="hgdemandimport hgext hgext3rd mercurial" -hostmakedepends="python-devel" -makedepends="python-devel" +hostmakedepends="python3 python3-setuptools" +makedepends="python3-devel" depends="ca-certificates" short_desc="Fast, lightweight source control management system" maintainer="Orphaned " license="GPL-2.0-or-later" homepage="https://www.mercurial-scm.org/" distfiles="https://www.mercurial-scm.org/release/mercurial-${version}.tar.gz" -checksum=15af0b090b23649e0e53621a88dde97b55a734d7cb08b77d3df284db70d44e2e +checksum=ff030e923f03ee15c91191996fcb099bfcfa60c7df263be227f67b6a65d36194 post_install() { vmkdir usr/share/man/man1