[arch-commits] Commit in httpie/repos (2 files)

Felix Yan felixonmars at archlinux.org
Sat Jun 30 18:31:06 UTC 2018


    Date: Saturday, June 30, 2018 @ 18:31:05
  Author: felixonmars
Revision: 349007

archrelease: copy trunk to community-staging-any

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

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

Copied: httpie/repos/community-staging-any/PKGBUILD (from rev 349006, httpie/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-06-30 18:31:05 UTC (rev 349007)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Daniel Micay <danielmicay at gmail.com>
+# Contributor: Thomas Weißschuh <thomas_weissschuh lavabit com>
+
+pkgname=httpie
+pkgver=0.9.9
+pkgrel=2
+pkgdesc="cURL for humans"
+url="https://github.com/jkbr/httpie"
+depends=('python-requests' 'python-pygments')
+makedepends=('python-setuptools')
+conflicts=(python-httpie)
+replaces=(python-httpie python2-httpie)
+license=('BSD')
+arch=('any')
+#source=("https://github.com/jkbrzt/httpie/archive/$pkgver.tar.gz")
+source=("https://pypi.python.org/packages/28/93/4ebf2de4bc74bd517a27a600b2b23a5254a20f28e6e36fc876fd98f7a51b/httpie-0.9.9.tar.gz")
+md5sums=('13ed0b79b65e793eb288e563db38b2a2')
+
+build() {
+  cd httpie-$pkgver
+  python3 setup.py build
+}
+
+package() {
+  cd 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