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

Federico Cinelli cinelli at nymeria.archlinux.org
Tue Mar 12 01:24:40 UTC 2013


    Date: Tuesday, March 12, 2013 @ 02:24:40
  Author: cinelli
Revision: 86102

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-03-12 01:23:37 UTC (rev 86101)
+++ PKGBUILD	2013-03-12 01:24:40 UTC (rev 86102)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay <danielmicay at gmail.com>
-# Contributor: Thomas Weißschuh <thomas_weissschuh lavabit com>
-
-pkgname=httpie
-pkgver=0.4.1
-pkgrel=1
-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=('6875e694bc5ed927c77b6619e3fe89b0')
-
-build() {
-    cd "$srcdir/httpie-$pkgver"
-    python3 setup.py build
-}
-
-package() {
-    cd "$srcdir/httpie-$pkgver"
-    python3 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: httpie/repos/community-any/PKGBUILD (from rev 86101, httpie/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-03-12 01:24:40 UTC (rev 86102)
@@ -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.1
+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=('6875e694bc5ed927c77b6619e3fe89b0')
+
+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