[arch-commits] Commit in hgsvn/repos/community-any (PKGBUILD PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Mon Mar 23 19:57:01 UTC 2015


    Date: Monday, March 23, 2015 @ 20:57:00
  Author: jelle
Revision: 129820

archrelease: copy trunk to community-any

Added:
  hgsvn/repos/community-any/PKGBUILD
    (from rev 129819, hgsvn/trunk/PKGBUILD)
Deleted:
  hgsvn/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-03-23 19:56:55 UTC (rev 129819)
+++ PKGBUILD	2015-03-23 19:57:00 UTC (rev 129820)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Aaron Schaefer <aaron at elasticdog.com>
-# Contributor: Mathieu Clabaut <mathieu.clabaut at gmail.com>
-
-pkgname=hgsvn
-pkgver=0.3.6
-pkgrel=1
-pkgdesc='A set of scripts to work locally on Subversion checkouts using Mercurial'
-arch=('any')
-url='http://pypi.python.org/pypi/hgsvn/'
-license=('GPL')
-depends=('python2' 'subversion' 'mercurial' 'python2-setuptools')
-makedepends=('python2-nose')
-checkdepends=('mercurial' 'subversion')
-source=("https://pypi.python.org/packages/source/h/hgsvn/hgsvn-$pkgver.zip")
-md5sums=('0ea23740135f9dea1f7d046d3f1c1d3c')
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
-check() {
-  cd "$srcdir/$pkgname-$pkgver"
-#  python2 setup.py test
-}

Copied: hgsvn/repos/community-any/PKGBUILD (from rev 129819, hgsvn/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-03-23 19:57:00 UTC (rev 129820)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Aaron Schaefer <aaron at elasticdog.com>
+# Contributor: Mathieu Clabaut <mathieu.clabaut at gmail.com>
+
+pkgname=hgsvn
+pkgver=0.3.6
+pkgrel=2
+pkgdesc='A set of scripts to work locally on Subversion checkouts using Mercurial'
+arch=('any')
+url='http://pypi.python.org/pypi/hgsvn/'
+license=('GPL')
+depends=('python2' 'subversion' 'mercurial' 'python2-setuptools' 'python2-hglib')
+makedepends=('python2-nose')
+checkdepends=('mercurial' 'subversion')
+source=("https://pypi.python.org/packages/source/h/hgsvn/hgsvn-$pkgver.zip")
+md5sums=('0ea23740135f9dea1f7d046d3f1c1d3c')
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+#  python2 setup.py test
+}



More information about the arch-commits mailing list