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

Allan McRae allan at archlinux.org
Sun May 31 03:22:41 UTC 2020


    Date: Sunday, May 31, 2020 @ 03:22:41
  Author: allan
Revision: 387947

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |   95 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 48 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-31 03:22:22 UTC (rev 387946)
+++ PKGBUILD	2020-05-31 03:22:41 UTC (rev 387947)
@@ -1,47 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Adam Fontenot <adam.m.fontenot at gmail.com>
-
-pkgname=breezy
-pkgver=3.0.2.3
-pkgrel=2
-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-dulwich
-  python-fastimport
-  python-patiencediff
-  python-six
-)
-makedepends=(
-  git
-  python-setuptools
-)
-provides=(bzr)
-conflicts=(bzr)
-replaces=(bzr)
-source=(git+https://github.com/breezy-team/breezy.git#tag=aa1875e6a279e8c3eb9f86e143193d4967358207)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd breezy
-
-  git describe --tags | sed 's/-/./g'
-}
-
-build() {
-  cd breezy
-
-  python setup.py build
-}
-
-package() {
-  cd breezy
-
-  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 387946, breezy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-31 03:22:41 UTC (rev 387947)
@@ -0,0 +1,48 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Adam Fontenot <adam.m.fontenot at gmail.com>
+
+pkgname=breezy
+pkgver=3.0.2.3
+pkgrel=3
+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-dulwich
+  python-fastimport
+  python-patiencediff
+  python-six
+)
+makedepends=(
+  git
+  python-setuptools
+)
+provides=(bzr)
+conflicts=(bzr)
+replaces=(bzr)
+source=(git+https://github.com/breezy-team/breezy.git#tag=aa1875e6a279e8c3eb9f86e143193d4967358207)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd breezy
+
+  git describe --tags | sed 's/-/./g'
+}
+
+build() {
+  cd breezy
+
+  python setup.py build
+}
+
+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