[arch-commits] Commit in (4 files)

Jelle van der Waa jelle at archlinux.org
Mon Mar 23 19:52:06 UTC 2015


    Date: Monday, March 23, 2015 @ 20:52:05
  Author: jelle
Revision: 129816

Dep of hgsvn

Added:
  python2-hglib/
  python2-hglib/repos/
  python2-hglib/trunk/
  python2-hglib/trunk/PKGBUILD

----------+
 PKGBUILD |   23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

Added: python2-hglib/trunk/PKGBUILD
===================================================================
--- python2-hglib/trunk/PKGBUILD	                        (rev 0)
+++ python2-hglib/trunk/PKGBUILD	2015-03-23 19:52:05 UTC (rev 129816)
@@ -0,0 +1,23 @@
+# Contributor: Erik Johnson <palehose at gmail dot com>
+
+pkgname=python2-hglib
+_realname=python-hglib
+pkgver=1.5
+pkgrel=1
+pkgdesc="python-hglib is a library with a fast, convenient interface to Mercurial. It uses Mercurial's command server for communication with hg."
+arch=('any')
+url="https://pypi.python.org/pypi/python-hglib"
+license=('MIT')
+depends=('python2' 'mercurial')
+source=("https://pypi.python.org/packages/source/p/python-hglib/${_realname}-${pkgver}.tar.gz")
+md5sums=('47bddc41ade625ff977d811a4ea57724')
+
+build() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  python2 setup.py build
+}
+
+package() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  python2 setup.py install --root=${pkgdir}
+}


Property changes on: python2-hglib/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list