1 # Maintainer: Maxime Gauduin <alucryd@archlinux.org>
2 # Contributor: Adam Fontenot <adam.m.fontenot@gmail.com>
7 pkgdesc='A decentralized revision control system with support for Bazaar and Git file formats'
9 url=https://www.breezy-vcs.org/
26 checkdepends=(python-testrepository)
28 'python-dulwich: Git support'
29 'python-fastimport: Fastimport support'
30 'python-gpgme: PGP support'
31 'python-paramiko: access branches over SFTP'
36 _tag=7ebf59679d4234f40404b6a565f172a77bef1aea
37 source=(git+https://github.com/breezy-team/breezy.git#tag=${_tag})
42 sed 's/_script_version = (3, 2, 0)/_script_version = (3, 2, 1)/' -i brz
47 git describe --tags | sed 's/brz-//; s/-/./g'
57 python setup.py install --root="${pkgdir}" --install-data=usr/share --optimize=1 --skip-build
58 ln -s brz "${pkgdir}"/usr/bin/bzr # backwards compatibility