[arch-commits] Commit in breezy/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Thu May 6 08:09:49 UTC 2021


    Date: Thursday, May 6, 2021 @ 08:09:49
  Author: alucryd
Revision: 414485

archrelease: copy trunk to extra-x86_64

Added:
  breezy/repos/extra-x86_64/PKGBUILD
    (from rev 414484, breezy/trunk/PKGBUILD)
Deleted:
  breezy/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |  126 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 61 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-06 08:09:44 UTC (rev 414484)
+++ PKGBUILD	2021-05-06 08:09:49 UTC (rev 414485)
@@ -1,65 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Adam Fontenot <adam.m.fontenot at gmail.com>
-
-pkgname=breezy
-pkgver=3.1.0.8
-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/
-license=(GPL2)
-depends=(
-  python-configobj
-  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)
-_tag=d587425a7cf74f112ac62e60cbad519f7f05d417
-source=(git+https://github.com/breezy-team/breezy.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd breezy
-
-  git describe --tags | sed 's/-/./g'
-}
-
-build() {
-  cd breezy
-
-  python setup.py build
-}
-
-#check() {
-#  cd breezy
-#
-#  ./brz selftest
-#}
-
-package() {
-  cd breezy
-
-  export PYTHONHASHSEED=0
-  python setup.py install --root="${pkgdir}" --install-data=usr/share --optimize=1 --skip-build
-  ln -s brz "${pkgdir}"/usr/bin/bzr # backwards compatibility
-}
-
-# vim: ts=2 sw=2 et:

Copied: breezy/repos/extra-x86_64/PKGBUILD (from rev 414484, breezy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-06 08:09:49 UTC (rev 414485)
@@ -0,0 +1,61 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Adam Fontenot <adam.m.fontenot at gmail.com>
+
+pkgname=breezy
+pkgver=3.2.0
+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/
+license=(GPL2)
+depends=(
+  python-configobj
+  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)
+_tag=c22f9e6520459ca6e85aa55aaea3edb9da8ecd79
+source=(git+https://github.com/breezy-team/breezy.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd breezy
+  git describe --tags | sed 's/brz-//; s/-/./g'
+}
+
+build() {
+  cd breezy
+  python setup.py build
+}
+
+check() {
+  cd breezy
+  ./brz selftest
+}
+
+package() {
+  cd breezy
+  export PYTHONHASHSEED=0
+  python setup.py install --root="${pkgdir}" --install-data=usr/share --optimize=1 --skip-build
+  ln -s brz "${pkgdir}"/usr/bin/bzr # backwards compatibility
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list