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

Antonio Rojas arojas at gemini.archlinux.org
Tue Jun 14 16:30:02 UTC 2022


    Date: Tuesday, June 14, 2022 @ 16:30:01
  Author: arojas
Revision: 448637

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |  121 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 61 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-14 16:29:51 UTC (rev 448636)
+++ PKGBUILD	2022-06-14 16:30:01 UTC (rev 448637)
@@ -1,60 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Adam Fontenot <adam.m.fontenot at gmail.com>
-
-pkgname=breezy
-pkgver=3.2.2
-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=7ebf59679d4234f40404b6a565f172a77bef1aea
-source=(git+https://github.com/breezy-team/breezy.git#tag=${_tag})
-sha256sums=(SKIP)
-
-prepare() {
-  cd breezy
-  sed 's/_script_version = (3, 2, 0)/_script_version = (3, 2, 1)/' -i brz
-}
-
-pkgver() {
-  cd breezy
-  git describe --tags | sed 's/brz-//; 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 448636, breezy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-14 16:30:01 UTC (rev 448637)
@@ -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.2
+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-fastbencode
+  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=7ebf59679d4234f40404b6a565f172a77bef1aea
+source=(git+https://github.com/breezy-team/breezy.git#tag=${_tag})
+sha256sums=(SKIP)
+
+prepare() {
+  cd breezy
+  sed 's/_script_version = (3, 2, 0)/_script_version = (3, 2, 1)/' -i brz
+}
+
+pkgver() {
+  cd breezy
+  git describe --tags | sed 's/brz-//; 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:



More information about the arch-commits mailing list