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

Jelle van der Waa jelle at archlinux.org
Sun Jul 22 13:37:00 UTC 2018


    Date: Sunday, July 22, 2018 @ 13:37:00
  Author: jelle
Revision: 362825

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-22 13:36:48 UTC (rev 362824)
+++ PKGBUILD	2018-07-22 13:37:00 UTC (rev 362825)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay <danielmicay at gmail.com>
-# Contributor: Thomas Weißschuh <thomas_weissschuh lavabit com>
-
-pkgname=httpie
-pkgver=0.9.9
-pkgrel=1
-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
-}

Copied: httpie/repos/community-any/PKGBUILD (from rev 362824, httpie/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-07-22 13:37:00 UTC (rev 362825)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Daniel Micay <danielmicay at gmail.com>
+# Contributor: Thomas Weißschuh <thomas_weissschuh lavabit com>
+
+pkgname=httpie
+pkgver=0.9.9
+pkgrel=3
+pkgdesc="cURL for humans"
+url="https://github.com/jkbr/httpie"
+depends=('python-requests' 'python-pygments' '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