[notify] mercurial: mercurial: 5.5.2 -> 5.6.0; new dependency: python3-setuptools

This commit is contained in:
Tim Biermann 2020-11-03 21:27:56 +00:00
parent e5508af42a
commit e488986f5a
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 8 additions and 6 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF32120J0KGB3UN+PuOnPb2ZwMD9Wg1PLnVyO8IBV4dOW+Q869zNTnkVHmIJ6gNxg4BiinImi4uWeY1Ik3f05g8As=
SHA256 (Pkgfile) = bd32f16474b739b29681402dc39c7b3c7b3880642db7cc723f81ea0c045aa79f
RWSagIOpLGJF3x4FAXWgCvwo/7V+HorwTenCVpgJ7lTTPAAIB3mx+L/YPmaicCakoZnoDpivBM5yUBcGkk2ikQnUlk+Nlb/GFgE=
SHA256 (Pkgfile) = 0d1b763476a4a100892509695ecf6e29e3c8399fc6c88f926da45c7380d01909
SHA256 (.footprint) = ad17a327d675b158426a048500bdde63ae2e9898cb7cbc7fdd5cbfc2ef7e8a91
SHA256 (mercurial-5.5.2.tar.gz) = 84930ad47a25d1f5db47acf48662bd199e45b7c331d8af6f4a8c46449ad8f372
SHA256 (mercurial-5.6.tar.gz) = dfa7b3b5082783763710504f242ec487a5d801dc4bcd701cdad4b6ffc1f062c2

View File

@ -1,10 +1,10 @@
# Description: Mercurial the distributed VCS.
# URL: https://www.mercurial-scm.org
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on: python3
# Depends on: python3-setuptools
name=mercurial
version=5.5.2
version=5.6
release=1
source=(https://www.mercurial-scm.org/release/mercurial-$version.tar.gz)
@ -12,7 +12,9 @@ build() {
cd $name-$version
rm -r i18n
/usr/bin/python3 setup.py install --root=$PKG
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --root=$PKG \
--skip-build
install -d $PKG/usr/share/man/man{1,5}
install -m 0644 doc/*.1 $PKG/usr/share/man/man1