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

Jelle van der Waa jelle at archlinux.org
Sun Jul 12 19:00:14 UTC 2015


    Date: Sunday, July 12, 2015 @ 21:00:14
  Author: jelle
Revision: 136740

archrelease: copy trunk to community-any

Added:
  python-hglib/repos/community-any/PKGBUILD
    (from rev 136739, python-hglib/trunk/PKGBUILD)
Deleted:
  python-hglib/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   79 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-12 19:00:07 UTC (rev 136739)
+++ PKGBUILD	2015-07-12 19:00:14 UTC (rev 136740)
@@ -1,39 +0,0 @@
-# Contributor: Erik Johnson <palehose at gmail dot com>
-
-pkgbase=python-hglib
-pkgname=('python2-hglib' 'python-hglib')
-pkgver=1.6
-pkgrel=1
-arch=('any')
-url="https://pypi.python.org/pypi/python-hglib"
-license=('MIT')
-makedepends=('python2' 'mercurial' 'python')
-checkdepends=('python-nose' 'python2-nose')
-source=("https://pypi.python.org/packages/source/p/python-hglib/${pkgbase}-${pkgver}.tar.gz")
-md5sums=('846fde01feb8891651a4d8dc2f3dd513')
-
-prepare() {
-  cp -rf "${pkgbase}-${pkgver}" "${pkgbase}-${pkgver}-2"
-}
-
-package_python-hglib() {
-  pkgdesc="python-hglib is a library with a fast, convenient interface to Mercurial. It uses Mercurial's command server for communication with hg."
-  depends=('python' 'mercurial')
-  cd "${srcdir}/${pkgbase}-${pkgver}-2"
-  python2 setup.py install --root=${pkgdir}
-}
-
-package_python2-hglib() {
-  pkgdesc="python2-hglib is a library with a fast, convenient interface to Mercurial. It uses Mercurial's command server for communication with hg."
-  depends=('python2' 'mercurial')
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  python setup.py install --root=${pkgdir}
-}
-
-check() {
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  python test.py
-
-  cd "${srcdir}/${pkgbase}-${pkgver}-2"
-  python2 test.py
-}

Copied: python-hglib/repos/community-any/PKGBUILD (from rev 136739, python-hglib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-07-12 19:00:14 UTC (rev 136740)
@@ -0,0 +1,40 @@
+# Contributor: Erik Johnson <palehose at gmail dot com>
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+
+pkgbase=python-hglib
+pkgname=('python2-hglib' 'python-hglib')
+pkgver=1.6
+pkgrel=2
+arch=('any')
+url="https://pypi.python.org/pypi/python-hglib"
+license=('MIT')
+makedepends=('python2' 'mercurial' 'python')
+checkdepends=('python-nose' 'python2-nose')
+source=("https://pypi.python.org/packages/source/p/python-hglib/${pkgbase}-${pkgver}.tar.gz")
+md5sums=('846fde01feb8891651a4d8dc2f3dd513')
+
+prepare() {
+  cp -rf "${pkgbase}-${pkgver}" "${pkgbase}-${pkgver}-2"
+}
+
+package_python2-hglib() {
+  pkgdesc="python2-hglib is a library with a fast, convenient interface to Mercurial. It uses Mercurial's command server for communication with hg."
+  depends=('python2' 'mercurial')
+  cd "${srcdir}/${pkgbase}-${pkgver}-2"
+  python2 setup.py install --root=${pkgdir} --optimize=1
+}
+
+package_python-hglib() {
+  pkgdesc="python-hglib is a library with a fast, convenient interface to Mercurial. It uses Mercurial's command server for communication with hg."
+  depends=('python' 'mercurial')
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  python setup.py install --root=${pkgdir} --optimize=1
+}
+
+check() {
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  python test.py
+
+  cd "${srcdir}/${pkgbase}-${pkgver}-2"
+  python2 test.py
+}



More information about the arch-commits mailing list