[arch-commits] Commit in python-hglib/repos/community-any (PKGBUILD PKGBUILD)
Jaroslav Lichtblau
jlichtblau at archlinux.org
Tue May 1 20:22:32 UTC 2018
Date: Tuesday, May 1, 2018 @ 20:22:32
Author: jlichtblau
Revision: 318608
archrelease: copy trunk to community-any
Added:
python-hglib/repos/community-any/PKGBUILD
(from rev 318607, python-hglib/trunk/PKGBUILD)
Deleted:
python-hglib/repos/community-any/PKGBUILD
----------+
PKGBUILD | 94 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 47 insertions(+), 47 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-01 20:21:26 UTC (rev 318607)
+++ PKGBUILD 2018-05-01 20:22:32 UTC (rev 318608)
@@ -1,47 +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.5
-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/5a/c8/b8c95d3ee5d57c7961d918c16a09ebb8b3122a87e373bbda9f1f35769ff3/${pkgbase}-${pkgver}.tar.gz{,.asc})
-validpgpkeys=('2BCCE14F5C6725AA2EA8AEB7B9C9DC824AA5BDD5') # Augie Fackler <raf at durin42.com> v2.5
-# v2.4 validpgpkeys=('FAD61395F642FC2B33C84B9A205781AC682A2D72') # Matthew Mackall <mpm at selenic.com>
-sha256sums=('fee180bb6796e5d2d25158b2d3c9f048648e427dd28b23a58d369adb14dd67cb'
- 'SKIP')
-
-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
- install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}
-
-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
- install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}
Copied: python-hglib/repos/community-any/PKGBUILD (from rev 318607, python-hglib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-05-01 20:22:32 UTC (rev 318608)
@@ -0,0 +1,47 @@
+# $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.6.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/f9/39/4d8fa780f71347c3e25c6192f87e13a0265f44b9b8d0a36de550bf39e172/${pkgbase}-${pkgver}.tar.gz{,.asc})
+validpgpkeys=('2BCCE14F5C6725AA2EA8AEB7B9C9DC824AA5BDD5') # Augie Fackler <raf at durin42.com> v2.5
+# v2.4 validpgpkeys=('FAD61395F642FC2B33C84B9A205781AC682A2D72') # Matthew Mackall <mpm at selenic.com>
+sha256sums=('7c1fa0cb4d332dd6ec8409b04787ceba4623e97fb378656f7cab0b996c6ca3b2'
+ 'SKIP')
+
+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
+ install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}
+
+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
+ install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}
More information about the arch-commits
mailing list