[arch-commits] Commit in breezy/repos/staging-x86_64 (PKGBUILD PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Thu Nov 12 13:43:46 UTC 2020
Date: Thursday, November 12, 2020 @ 13:43:46
Author: foutrelis
Revision: 400573
archrelease: copy trunk to staging-x86_64
Added:
breezy/repos/staging-x86_64/PKGBUILD
(from rev 400572, breezy/trunk/PKGBUILD)
Deleted:
breezy/repos/staging-x86_64/PKGBUILD
----------+
PKGBUILD | 130 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 65 insertions(+), 65 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-12 13:43:43 UTC (rev 400572)
+++ PKGBUILD 2020-11-12 13:43:46 UTC (rev 400573)
@@ -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.6
-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-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=1a47e5bffea5059864a2cc278ff98a5ecc5b039b
-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/staging-x86_64/PKGBUILD (from rev 400572, breezy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-12 13:43:46 UTC (rev 400573)
@@ -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.6
+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-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=1a47e5bffea5059864a2cc278ff98a5ecc5b039b
+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