ports/contrib (3.5): [notify] mercurial: mercurial: 5.5.2 -> 5.6.0; new dependency: python3-setuptools
commit e488986f5a0bd978518687745f9ab1c142642741 Author: Tim Biermann <tbier@posteo.de> Date: Tue Nov 3 21:27:56 2020 +0000 [notify] mercurial: mercurial: 5.5.2 -> 5.6.0; new dependency: python3-setuptools diff --git a/mercurial/.signature b/mercurial/.signature index dad93c705..b61caa650 100644 --- a/mercurial/.signature +++ b/mercurial/.signature @@ -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 diff --git a/mercurial/Pkgfile b/mercurial/Pkgfile index 9c1c68bfd..a35800ff8 100644 --- a/mercurial/Pkgfile +++ b/mercurial/Pkgfile @@ -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
participants (1)
-
crux@crux.nu