[arch-commits] Commit in httpie/repos/community-any (PKGBUILD PKGBUILD)
Daniel Micay
thestinger at nymeria.archlinux.org
Wed Aug 14 23:21:50 UTC 2013
Date: Thursday, August 15, 2013 @ 01:21:50
Author: thestinger
Revision: 95601
archrelease: copy trunk to community-any
Added:
httpie/repos/community-any/PKGBUILD
(from rev 95600, httpie/trunk/PKGBUILD)
Deleted:
httpie/repos/community-any/PKGBUILD
----------+
PKGBUILD | 55 ++++++++++++++++++++++++++++---------------------------
1 file changed, 28 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2013-08-14 23:21:23 UTC (rev 95600)
+++ PKGBUILD 2013-08-14 23:21:50 UTC (rev 95601)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay <danielmicay at gmail.com>
-# Contributor: Thomas Weißschuh <thomas_weissschuh lavabit com>
-
-pkgname=httpie
-pkgver=0.6.0
-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=('441b750a527ba8dcec08a275cd97eab9')
-
-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 95600, httpie/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2013-08-14 23:21:50 UTC (rev 95601)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Daniel Micay <danielmicay at gmail.com>
+# Contributor: Thomas Weißschuh <thomas_weissschuh lavabit com>
+
+pkgname=httpie
+pkgver=0.6.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=('441b750a527ba8dcec08a275cd97eab9')
+
+build() {
+ cd "$srcdir/httpie-$pkgver"
+ python3 setup.py build
+}
+
+package() {
+ cd "$srcdir/httpie-$pkgver"
+ install -Dm644 LICENSE "$pkgdir/usr/share/licenses/httpie/LICENSE"
+ python3 setup.py install --root="$pkgdir" --optimize=1
+}
More information about the arch-commits
mailing list