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

thestinger at nymeria.archlinux.org thestinger at nymeria.archlinux.org
Tue Feb 26 02:28:00 UTC 2013


    Date: Tuesday, February 26, 2013 @ 03:28:00
  Author: thestinger
Revision: 84912

archrelease: copy trunk to community-any

Added:
  httpie/repos/community-any/
  httpie/repos/community-any/PKGBUILD
    (from rev 84911, httpie/trunk/PKGBUILD)

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

Copied: httpie/repos/community-any/PKGBUILD (from rev 84911, httpie/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2013-02-26 02:28:00 UTC (rev 84912)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Daniel Micay <danielmicay at gmail.com>
+# Contributor: Thomas Weißschuh <thomas_weissschuh lavabit com>
+
+pkgname=httpie
+pkgver=0.4.0
+pkgrel=2
+pkgdesc="cURL for humans"
+url="https://github.com/jkbr/httpie"
+depends=('python-requests' 'python-pygments')
+makedepends=('python-distribute')
+conflicts=(python-httpie)
+replaces=(python-httpie python2-httpie)
+license=('BSD')
+arch=('any')
+source=("http://pypi.python.org/packages/source/h/httpie/httpie-$pkgver.tar.gz")
+md5sums=('0fb63f8eab5c13a9d78da80b6b00b210')
+
+build() {
+    cd "$srcdir/httpie-$pkgver"
+    python3 setup.py build
+}
+
+package() {
+    cd "$srcdir/httpie-$pkgver"
+    python3 setup.py install --root="$pkgdir" --optimize=1
+}




More information about the arch-commits mailing list