[arch-commits] Commit in python-hglib/repos/community-any (PKGBUILD PKGBUILD)
Jaroslav Lichtblau
jlichtblau at archlinux.org
Tue Apr 4 17:54:45 UTC 2017
Date: Tuesday, April 4, 2017 @ 17:54:44
Author: jlichtblau
Revision: 220497
archrelease: copy trunk to community-any
Added:
python-hglib/repos/community-any/PKGBUILD
(from rev 220496, python-hglib/trunk/PKGBUILD)
Deleted:
python-hglib/repos/community-any/PKGBUILD
----------+
PKGBUILD | 90 +++++++++++++++++++++++++++++++------------------------------
1 file changed, 46 insertions(+), 44 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-04-04 17:54:19 UTC (rev 220496)
+++ PKGBUILD 2017-04-04 17:54:44 UTC (rev 220497)
@@ -1,44 +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.3
-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/80/9c/1618281fc1ef0df4436b1435de6276452fefb46b111b3b00d3e20fcf5e17/${pkgbase}-${pkgver}.tar.gz{,.asc})
-validpgpkeys=('FAD61395F642FC2B33C84B9A205781AC682A2D72') # Matthew Mackall <mpm at selenic.com>
-sha256sums=('3d2e2eb2ecf73789635363784fdc6f0c0935256fe0263dfd6ed005a055c418df'
- '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
-}
-
-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 220496, python-hglib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-04-04 17:54:44 UTC (rev 220497)
@@ -0,0 +1,46 @@
+# $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.4
+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/3a/6c/52c4ba6050b80e266d87783ccd4d39b76a0d2459965abf1c7bde54dd9a72/${pkgbase}-${pkgver}.tar.gz{,.asc})
+validpgpkeys=('FAD61395F642FC2B33C84B9A205781AC682A2D72') # Matthew Mackall <mpm at selenic.com>
+sha256sums=('693d6ed92a6566e78802c7a03c256cda33d08c63ad3f00fcfa11379b184b9462'
+ '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