[arch-commits] Commit in breezy/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Thu Jul 30 08:26:48 UTC 2020
Date: Thursday, July 30, 2020 @ 08:26:48
Author: alucryd
Revision: 392727
archrelease: copy trunk to extra-x86_64
Added:
breezy/repos/extra-x86_64/PKGBUILD
(from rev 392726, breezy/trunk/PKGBUILD)
Deleted:
breezy/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 130 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 65 insertions(+), 65 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-30 08:26:43 UTC (rev 392726)
+++ PKGBUILD 2020-07-30 08:26:48 UTC (rev 392727)
@@ -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.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/
-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=f9c987ca30790d72809c9899c55d732279ddc8fd
-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 392726, breezy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-07-30 08:26:48 UTC (rev 392727)
@@ -0,0 +1,65 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Adam Fontenot <adam.m.fontenot at gmail.com>
+
+pkgname=breezy
+pkgver=3.1.0.5
+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=4faff75069ab640f856215583ac1e61544f9356a
+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:
More information about the arch-commits
mailing list