Date: Wednesday, June 24, 2020 @ 13:10:22 Author: alucryd Revision: 390409
upgpkg: breezy 3.1.0.4-1 Modified: breezy/trunk/PKGBUILD ----------+ PKGBUILD | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-06-24 12:09:44 UTC (rev 390408) +++ PKGBUILD 2020-06-24 13:10:22 UTC (rev 390409) @@ -2,8 +2,8 @@ # Contributor: Adam Fontenot <[email protected]> pkgname=breezy -pkgver=3.0.2.3 -pkgrel=3 +pkgver=3.1.0.4 +pkgrel=1 pkgdesc='A decentralized revision control system with support for Bazaar and Git file formats' arch=(x86_64) url=https://www.breezy-vcs.org/ @@ -10,19 +10,30 @@ license=(GPL2) depends=( python-configobj - python-dulwich - python-fastimport python-patiencediff python-six ) makedepends=( + cython git + python-dulwich + python-fastimport + python-gpgme + python-paramiko python-setuptools ) +checkdepends=(python-testrepository) +optdepends=( + 'python-dulwich: Git support' + 'python-fastimport: Fastimport support' + 'python-gpgme: PGP support' + 'python-paramiko: access branches over SFTP' +) provides=(bzr) conflicts=(bzr) replaces=(bzr) -source=(git+https://github.com/breezy-team/breezy.git#tag=aa1875e6a279e8c3eb9f86e143193d4967358207) +_tag=f9c987ca30790d72809c9899c55d732279ddc8fd +source=(git+https://github.com/breezy-team/breezy.git#tag=${_tag}) sha256sums=(SKIP) pkgver() { @@ -37,6 +48,12 @@ python setup.py build } +#check() { +# cd breezy +# +# ./brz selftest +#} + package() { cd breezy
