[arch-commits] Commit in python-hglib/repos/community-any (PKGBUILD PKGBUILD)
Jaroslav Lichtblau
jlichtblau at archlinux.org
Mon Jun 6 18:59:10 UTC 2016
Date: Monday, June 6, 2016 @ 20:59:09
Author: jlichtblau
Revision: 178044
archrelease: copy trunk to community-any
Added:
python-hglib/repos/community-any/PKGBUILD
(from rev 178043, python-hglib/trunk/PKGBUILD)
Deleted:
python-hglib/repos/community-any/PKGBUILD
----------+
PKGBUILD | 84 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 42 insertions(+), 42 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2016-06-06 18:58:54 UTC (rev 178043)
+++ PKGBUILD 2016-06-06 18:59:09 UTC (rev 178044)
@@ -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=2.0
-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=('86d1bcfbe1198f39a25ce9f6f171bea04679d148a460bb0cbd8c3b447cb9e145')
-
-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 178043, python-hglib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2016-06-06 18:59:09 UTC (rev 178044)
@@ -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=2.1
+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=('aef394edeeea89803f9764a441423da3efffefaae9cf0eca6ee38cdb4ac00d73')
+
+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