[arch-commits] Commit in python2-hglib/repos (community-any community-any/PKGBUILD)

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


    Date: Monday, March 23, 2015 @ 20:53:58
  Author: jelle
Revision: 129818

archrelease: copy trunk to community-any

Added:
  python2-hglib/repos/community-any/
  python2-hglib/repos/community-any/PKGBUILD
    (from rev 129817, python2-hglib/trunk/PKGBUILD)

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

Copied: python2-hglib/repos/community-any/PKGBUILD (from rev 129817, python2-hglib/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2015-03-23 19:53:58 UTC (rev 129818)
@@ -0,0 +1,23 @@
+# Contributor: Erik Johnson <palehose at gmail dot com>
+
+pkgname=python2-hglib
+_realname=python-hglib
+pkgver=1.5
+pkgrel=2
+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}
+}



More information about the arch-commits mailing list