[arch-commits] Commit in python-hglib/repos/community-any (PKGBUILD PKGBUILD)
Jaroslav Lichtblau
jlichtblau at archlinux.org
Sun Jan 3 21:33:07 UTC 2016
Date: Sunday, January 3, 2016 @ 22:33:06
Author: jlichtblau
Revision: 155241
archrelease: copy trunk to community-any
Added:
python-hglib/repos/community-any/PKGBUILD
(from rev 155240, python-hglib/trunk/PKGBUILD)
Deleted:
python-hglib/repos/community-any/PKGBUILD
----------+
PKGBUILD | 84 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 42 insertions(+), 42 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2016-01-03 21:28:50 UTC (rev 155240)
+++ PKGBUILD 2016-01-03 21:33:06 UTC (rev 155241)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: Erik Johnson <palehose at gmail dot com>
-# Contributor: Jelle van der Waa <jelle at archlinux.org>
-
-pkgbase=python-hglib
-pkgname=('python2-hglib' 'python-hglib')
-pkgver=1.9
-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")
-sha256sums=('f4302892b2b8287cf326586c7280b9eadfc3d0c7cd3feba957429a8d9b1a60ce')
-
-prepare() {
- cp -rf "${pkgbase}-${pkgver}" "${pkgbase}-${pkgver}-2"
-}
-
-check() {
- cd "${srcdir}/${pkgbase}-${pkgver}"
- python test.py
-
- cd "${srcdir}/${pkgbase}-${pkgver}-2"
- python2 test.py
-}
-
-package_python2-hglib() {
- pkgdesc="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="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
-}
Copied: python-hglib/repos/community-any/PKGBUILD (from rev 155240, python-hglib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2016-01-03 21:33:06 UTC (rev 155241)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Erik Johnson <palehose at gmail dot com>
+# Contributor: Jelle van der Waa <jelle at archlinux.org>
+
+pkgbase=python-hglib
+pkgname=('python2-hglib' 'python-hglib')
+pkgver=1.9
+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")
+sha256sums=('f4302892b2b8287cf326586c7280b9eadfc3d0c7cd3feba957429a8d9b1a60ce')
+
+prepare() {
+ cp -rf "${pkgbase}-${pkgver}" "${pkgbase}-${pkgver}-2"
+}
+
+check() {
+ cd "${srcdir}/${pkgbase}-${pkgver}"
+ python test.py
+
+ cd "${srcdir}/${pkgbase}-${pkgver}-2"
+ python2 test.py
+}
+
+package_python2-hglib() {
+ pkgdesc="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="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
+}
More information about the arch-commits
mailing list