Date: Thursday, November 24, 2022 @ 08:13:00
  Author: alucryd
Revision: 462319

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |  119 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 60 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-24 08:12:51 UTC (rev 462318)
+++ PKGBUILD    2022-11-24 08:13:00 UTC (rev 462319)
@@ -1,59 +0,0 @@
-# Maintainer: Maxime Gauduin <[email protected]>
-# Contributor: Adam Fontenot <[email protected]>
-
-pkgname=breezy
-pkgver=3.3.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-fastbencode
-  python-merge3
-  python-patiencediff
-  python-six
-  python-yaml
-)
-makedepends=(
-  cython
-  git
-  python-dulwich
-  python-fastimport
-  python-gpgme
-  python-packaging
-  python-paramiko
-  python-setuptools
-  python-setuptools-rust
-)
-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=938e90fe87ab8f5b644f27bca6350260840ef3cf
-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
-}
-
-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 462318, 
breezy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-11-24 08:13:00 UTC (rev 462319)
@@ -0,0 +1,60 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+# Contributor: Adam Fontenot <[email protected]>
+
+pkgname=breezy
+pkgver=3.3.1
+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-fastbencode
+  python-merge3
+  python-patiencediff
+  python-six
+  python-yaml
+)
+makedepends=(
+  cython
+  git
+  python-dulwich
+  python-fastimport
+  python-gpgme
+  python-packaging
+  python-paramiko
+  python-setuptools
+  python-setuptools-gettext
+  python-setuptools-rust
+)
+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=ab1cedb426f675812998e7a05b528ea81e9201cc
+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
+}
+
+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:

Reply via email to