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

2020-11-01 Thread Daurnimator via arch-commits
Date: Monday, November 2, 2020 @ 00:01:06
  Author: daurnimator
Revision: 739060

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   81 -
 1 file changed, 43 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-02 00:00:03 UTC (rev 739059)
+++ PKGBUILD2020-11-02 00:01:06 UTC (rev 739060)
@@ -1,38 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Daniel Micay 
-# Contributor: Thomas Weißschuh 
-
-pkgname=httpie
-pkgver=2.3.0
-pkgrel=1
-pkgdesc="cURL for humans"
-url="https://github.com/jakubroztocil/httpie;
-depends=('python-requests' 'python-pygments' 'python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-httpbin' 'python-mock')
-conflicts=(python-httpie)
-replaces=(python-httpie python2-httpie)
-license=('BSD')
-arch=('any')
-source=($pkgname-$pkgver.tar.gz::"https://github.com/jakubroztocil/httpie/archive/$pkgver.tar.gz;)
-sha1sums=('f25005e2c1cf1c5031e26bc6a4d00820df8b77f5')
-
-build() {
-  cd $pkgname-$pkgver
-  python3 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/httpie/LICENSE"
-  python3 setup.py install --root="$pkgdir" --optimize=1
-
-  # Fix upstream, include them in MANIFEST.in and use data_files in setup.py 
to install them automatically
-  # TODO: add zsh support
-  install -Dm644 extras/httpie-completion.bash 
"$pkgdir"/usr/share/bash-completion/completions/http
-  install -Dm644 extras/httpie-completion.fish 
"$pkgdir"/usr/share/fish/vendor_completions.d/http.fish
-}
-
-check() {
-  cd $pkgname-$pkgver
-  PYTHONDONTWRITEBYTECODE=1 python3 setup.py test
-}

Copied: httpie/repos/community-any/PKGBUILD (from rev 739059, 
httpie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-02 00:01:06 UTC (rev 739060)
@@ -0,0 +1,43 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: daurnimator 
+# Contributor: Daniel Micay 
+# Contributor: Thomas Weißschuh 
+
+pkgname=httpie
+pkgver=2.3.0
+pkgrel=2
+pkgdesc="cURL for humans"
+url="https://github.com/jakubroztocil/httpie;
+depends=('python-requests'
+ 'python-requests-toolbelt'
+ 'python-pygments'
+ 'python-pysocks'
+ 'python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-httpbin' 'python-mock')
+conflicts=(python-httpie)
+replaces=(python-httpie python2-httpie)
+license=('BSD')
+arch=('any')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/jakubroztocil/httpie/archive/$pkgver.tar.gz;)
+sha1sums=('f25005e2c1cf1c5031e26bc6a4d00820df8b77f5')
+
+build() {
+  cd $pkgname-$pkgver
+  python3 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/httpie/LICENSE"
+  python3 setup.py install --root="$pkgdir" --optimize=1
+
+  # Fix upstream, include them in MANIFEST.in and use data_files in setup.py 
to install them automatically
+  # TODO: add zsh support
+  install -Dm644 extras/httpie-completion.bash 
"$pkgdir"/usr/share/bash-completion/completions/http
+  install -Dm644 extras/httpie-completion.fish 
"$pkgdir"/usr/share/fish/vendor_completions.d/http.fish
+}
+
+check() {
+  cd $pkgname-$pkgver
+  PYTHONDONTWRITEBYTECODE=1 python3 setup.py test
+}


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

2020-10-29 Thread Daurnimator via arch-commits
Date: Thursday, October 29, 2020 @ 12:53:58
  Author: daurnimator
Revision: 736503

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-29 12:53:06 UTC (rev 736502)
+++ PKGBUILD2020-10-29 12:53:58 UTC (rev 736503)
@@ -1,38 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Daniel Micay 
-# Contributor: Thomas Weißschuh 
-
-pkgname=httpie
-pkgver=2.2.0
-pkgrel=2
-pkgdesc="cURL for humans"
-url="https://github.com/jakubroztocil/httpie;
-depends=('python-requests' 'python-pygments' 'python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-httpbin' 'python-mock')
-conflicts=(python-httpie)
-replaces=(python-httpie python2-httpie)
-license=('BSD')
-arch=('any')
-source=($pkgname-$pkgver.tar.gz::"https://github.com/jakubroztocil/httpie/archive/$pkgver.tar.gz;)
-sha1sums=('361033d7e8575c5adeaf37acc445f3d0530e51d7')
-
-build() {
-  cd $pkgname-$pkgver
-  python3 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/httpie/LICENSE"
-  python3 setup.py install --root="$pkgdir" --optimize=1
-
-  # Fix upstream, include them in MANIFEST.in and use data_files in setup.py 
to install them automatically
-  # TODO: add zsh support
-  install -Dm644 extras/httpie-completion.bash 
$pkgdir/usr/share/bash-completion/completions/http
-  install -Dm644 extras/httpie-completion.fish 
$pkgdir/usr/share/fish/vendor_completions.d/http.fish
-}
-
-check() {
-  cd $pkgname-$pkgver
-  PYTHONDONTWRITEBYTECODE=1 python3 setup.py test
-}

Copied: httpie/repos/community-any/PKGBUILD (from rev 736502, 
httpie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-29 12:53:58 UTC (rev 736503)
@@ -0,0 +1,38 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Daniel Micay 
+# Contributor: Thomas Weißschuh 
+
+pkgname=httpie
+pkgver=2.3.0
+pkgrel=1
+pkgdesc="cURL for humans"
+url="https://github.com/jakubroztocil/httpie;
+depends=('python-requests' 'python-pygments' 'python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-httpbin' 'python-mock')
+conflicts=(python-httpie)
+replaces=(python-httpie python2-httpie)
+license=('BSD')
+arch=('any')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/jakubroztocil/httpie/archive/$pkgver.tar.gz;)
+sha1sums=('f25005e2c1cf1c5031e26bc6a4d00820df8b77f5')
+
+build() {
+  cd $pkgname-$pkgver
+  python3 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/httpie/LICENSE"
+  python3 setup.py install --root="$pkgdir" --optimize=1
+
+  # Fix upstream, include them in MANIFEST.in and use data_files in setup.py 
to install them automatically
+  # TODO: add zsh support
+  install -Dm644 extras/httpie-completion.bash 
"$pkgdir"/usr/share/bash-completion/completions/http
+  install -Dm644 extras/httpie-completion.fish 
"$pkgdir"/usr/share/fish/vendor_completions.d/http.fish
+}
+
+check() {
+  cd $pkgname-$pkgver
+  PYTHONDONTWRITEBYTECODE=1 python3 setup.py test
+}


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

2020-07-14 Thread Jelle van der Waa via arch-commits
Date: Tuesday, July 14, 2020 @ 12:36:05
  Author: jelle
Revision: 663744

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-14 12:35:50 UTC (rev 663743)
+++ PKGBUILD2020-07-14 12:36:05 UTC (rev 663744)
@@ -1,38 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Daniel Micay 
-# Contributor: Thomas Weißschuh 
-
-pkgname=httpie
-pkgver=2.2.0
-pkgrel=1
-pkgdesc="cURL for humans"
-url="https://github.com/jakubroztocil/httpie;
-depends=('python-requests' 'python-pygments' 'python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-httpbin' 'python-mock')
-conflicts=(python-httpie)
-replaces=(python-httpie python2-httpie)
-license=('BSD')
-arch=('any')
-source=($pkgname-$pkgver.tar.gz::"https://github.com/jakubroztocil/httpie/archive/$pkgver.tar.gz;)
-sha1sums=('361033d7e8575c5adeaf37acc445f3d0530e51d7')
-
-build() {
-  cd $pkgname-$pkgver
-  python3 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/httpie/LICENSE"
-  python3 setup.py install --root="$pkgdir" --optimize=1
-
-  # Fix upstream, include them in MANIFEST.in and use data_files in setup.py 
to install them automatically
-  # TODO: add zsh support
-  install -Dm644 extras/httpie-completion.bash 
$pkgdir/usr/share/bash-completion/completions/http
-  install -Dm644 extras/httpie-completion.fish 
$pkgdir/usr/share/fish/vendor_completions.d/http.fish
-}
-
-check() {
-  cd $pkgname-$pkgver
-  python3 setup.py test
-}

Copied: httpie/repos/community-any/PKGBUILD (from rev 663743, 
httpie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-14 12:36:05 UTC (rev 663744)
@@ -0,0 +1,38 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Daniel Micay 
+# Contributor: Thomas Weißschuh 
+
+pkgname=httpie
+pkgver=2.2.0
+pkgrel=2
+pkgdesc="cURL for humans"
+url="https://github.com/jakubroztocil/httpie;
+depends=('python-requests' 'python-pygments' 'python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-httpbin' 'python-mock')
+conflicts=(python-httpie)
+replaces=(python-httpie python2-httpie)
+license=('BSD')
+arch=('any')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/jakubroztocil/httpie/archive/$pkgver.tar.gz;)
+sha1sums=('361033d7e8575c5adeaf37acc445f3d0530e51d7')
+
+build() {
+  cd $pkgname-$pkgver
+  python3 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/httpie/LICENSE"
+  python3 setup.py install --root="$pkgdir" --optimize=1
+
+  # Fix upstream, include them in MANIFEST.in and use data_files in setup.py 
to install them automatically
+  # TODO: add zsh support
+  install -Dm644 extras/httpie-completion.bash 
$pkgdir/usr/share/bash-completion/completions/http
+  install -Dm644 extras/httpie-completion.fish 
$pkgdir/usr/share/fish/vendor_completions.d/http.fish
+}
+
+check() {
+  cd $pkgname-$pkgver
+  PYTHONDONTWRITEBYTECODE=1 python3 setup.py test
+}


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

2020-06-21 Thread Jelle van der Waa via arch-commits
Date: Sunday, June 21, 2020 @ 14:53:12
  Author: jelle
Revision: 649390

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-21 14:53:06 UTC (rev 649389)
+++ PKGBUILD2020-06-21 14:53:12 UTC (rev 649390)
@@ -1,38 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Daniel Micay 
-# Contributor: Thomas Weißschuh 
-
-pkgname=httpie
-pkgver=2.1.0
-pkgrel=1
-pkgdesc="cURL for humans"
-url="https://github.com/jakubroztocil/httpie;
-depends=('python-requests' 'python-pygments' 'python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-httpbin' 'python-mock')
-conflicts=(python-httpie)
-replaces=(python-httpie python2-httpie)
-license=('BSD')
-arch=('any')
-source=($pkgname-$pkgver.tar.gz::"https://github.com/jakubroztocil/httpie/archive/$pkgver.tar.gz;)
-sha1sums=('60ded1330bcc2c4342dce341c6285bb117aef149')
-
-build() {
-  cd $pkgname-$pkgver
-  python3 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/httpie/LICENSE"
-  python3 setup.py install --root="$pkgdir" --optimize=1
-
-  # Fix upstream, include them in MANIFEST.in and use data_files in setup.py 
to install them automatically
-  # TODO: add zsh support
-  install -Dm644 extras/httpie-completion.bash 
$pkgdir/usr/share/bash-completion/completions/http
-  install -Dm644 extras/httpie-completion.fish 
$pkgdir/usr/share/fish/vendor_completions.d/http.fish
-}
-
-check() {
-  cd $pkgname-$pkgver
-  python3 setup.py test
-}

Copied: httpie/repos/community-any/PKGBUILD (from rev 649389, 
httpie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-21 14:53:12 UTC (rev 649390)
@@ -0,0 +1,38 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Daniel Micay 
+# Contributor: Thomas Weißschuh 
+
+pkgname=httpie
+pkgver=2.2.0
+pkgrel=1
+pkgdesc="cURL for humans"
+url="https://github.com/jakubroztocil/httpie;
+depends=('python-requests' 'python-pygments' 'python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-httpbin' 'python-mock')
+conflicts=(python-httpie)
+replaces=(python-httpie python2-httpie)
+license=('BSD')
+arch=('any')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/jakubroztocil/httpie/archive/$pkgver.tar.gz;)
+sha1sums=('361033d7e8575c5adeaf37acc445f3d0530e51d7')
+
+build() {
+  cd $pkgname-$pkgver
+  python3 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/httpie/LICENSE"
+  python3 setup.py install --root="$pkgdir" --optimize=1
+
+  # Fix upstream, include them in MANIFEST.in and use data_files in setup.py 
to install them automatically
+  # TODO: add zsh support
+  install -Dm644 extras/httpie-completion.bash 
$pkgdir/usr/share/bash-completion/completions/http
+  install -Dm644 extras/httpie-completion.fish 
$pkgdir/usr/share/fish/vendor_completions.d/http.fish
+}
+
+check() {
+  cd $pkgname-$pkgver
+  python3 setup.py test
+}


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

2020-04-21 Thread Daurnimator via arch-commits
Date: Tuesday, April 21, 2020 @ 09:33:37
  Author: daurnimator
Revision: 617319

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-21 08:54:18 UTC (rev 617318)
+++ PKGBUILD2020-04-21 09:33:37 UTC (rev 617319)
@@ -1,38 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Daniel Micay 
-# Contributor: Thomas Weißschuh 
-
-pkgname=httpie
-pkgver=2.1.0
-pkgrel=1
-pkgdesc="cURL for humans"
-url="https://github.com/jakubroztocil/httpie;
-depends=('python-requests' 'python-pygments' 'python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-httpbin' 'python-mock')
-conflicts=(python-httpie)
-replaces=(python-httpie python2-httpie)
-license=('BSD')
-arch=('any')
-source=($pkgname-$pkgver.tar.gz::"https://github.com/jakubroztocil/httpie/archive/$pkgver.tar.gz;)
-sha1sums=('60ded1330bcc2c4342dce341c6285bb117aef149')
-
-build() {
-  cd $pkgname-$pkgver
-  python3 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/httpie/LICENSE"
-  python3 setup.py install --root="$pkgdir" --optimize=1
-
-  # Fix upstream, include them in MANIFEST.in and use data_files in setup.py 
to install them automatically
-  # TODO: add zsh support
-  install -Dm644 extras/httpie-completion.bash 
$pkgdir/usr/share/bash-completion/completions/http
-  install -Dm644 extras/httpie-completion.fish 
$pkgdir/usr/share/fish/vendor_completions.d/http.fish
-}
-
-check() {
-  cd $pkgname-$pkgver
-  python3 setup.py test
-}

Copied: httpie/repos/community-any/PKGBUILD (from rev 617318, 
httpie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-21 09:33:37 UTC (rev 617319)
@@ -0,0 +1,38 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Daniel Micay 
+# Contributor: Thomas Weißschuh 
+
+pkgname=httpie
+pkgver=2.1.0
+pkgrel=1
+pkgdesc="cURL for humans"
+url="https://github.com/jakubroztocil/httpie;
+depends=('python-requests' 'python-pygments' 'python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-httpbin' 'python-mock')
+conflicts=(python-httpie)
+replaces=(python-httpie python2-httpie)
+license=('BSD')
+arch=('any')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/jakubroztocil/httpie/archive/$pkgver.tar.gz;)
+sha1sums=('60ded1330bcc2c4342dce341c6285bb117aef149')
+
+build() {
+  cd $pkgname-$pkgver
+  python3 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/httpie/LICENSE"
+  python3 setup.py install --root="$pkgdir" --optimize=1
+
+  # Fix upstream, include them in MANIFEST.in and use data_files in setup.py 
to install them automatically
+  # TODO: add zsh support
+  install -Dm644 extras/httpie-completion.bash 
$pkgdir/usr/share/bash-completion/completions/http
+  install -Dm644 extras/httpie-completion.fish 
$pkgdir/usr/share/fish/vendor_completions.d/http.fish
+}
+
+check() {
+  cd $pkgname-$pkgver
+  python3 setup.py test
+}


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

2020-04-18 Thread Daurnimator via arch-commits
Date: Saturday, April 18, 2020 @ 13:12:27
  Author: daurnimator
Revision: 616069

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-18 12:52:26 UTC (rev 616068)
+++ PKGBUILD2020-04-18 13:12:27 UTC (rev 616069)
@@ -1,38 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Daniel Micay 
-# Contributor: Thomas Weißschuh 
-
-pkgname=httpie
-pkgver=2.0.0
-pkgrel=2
-pkgdesc="cURL for humans"
-url="https://github.com/jakubroztocil/httpie;
-depends=('python-requests' 'python-pygments' 'python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-httpbin' 'python-mock')
-conflicts=(python-httpie)
-replaces=(python-httpie python2-httpie)
-license=('BSD')
-arch=('any')
-source=($pkgname-$pkgver.tar.gz::"https://github.com/jakubroztocil/httpie/archive/$pkgver.tar.gz;)
-sha1sums=('67a017fd43498dc1da507622367bdb5cceef3222')
-
-build() {
-  cd $pkgname-$pkgver
-  python3 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/httpie/LICENSE"
-  python3 setup.py install --root="$pkgdir" --optimize=1
-
-  # Fix upstream, include them in MANIFEST.in and use data_files in setup.py 
to install them automatically
-  # TODO: add zsh support
-  install -Dm644 extras/httpie-completion.bash 
$pkgdir/usr/share/bash-completion/completions/http
-  install -Dm644 extras/httpie-completion.fish 
$pkgdir/usr/share/fish/vendor_completions.d/http.fish
-}
-
-check() {
-  cd $pkgname-$pkgver
-  python3 setup.py test
-}

Copied: httpie/repos/community-any/PKGBUILD (from rev 616068, 
httpie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-18 13:12:27 UTC (rev 616069)
@@ -0,0 +1,38 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Daniel Micay 
+# Contributor: Thomas Weißschuh 
+
+pkgname=httpie
+pkgver=2.1.0
+pkgrel=1
+pkgdesc="cURL for humans"
+url="https://github.com/jakubroztocil/httpie;
+depends=('python-requests' 'python-pygments' 'python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-httpbin' 'python-mock')
+conflicts=(python-httpie)
+replaces=(python-httpie python2-httpie)
+license=('BSD')
+arch=('any')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/jakubroztocil/httpie/archive/$pkgver.tar.gz;)
+sha1sums=('60ded1330bcc2c4342dce341c6285bb117aef149')
+
+build() {
+  cd $pkgname-$pkgver
+  python3 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/httpie/LICENSE"
+  python3 setup.py install --root="$pkgdir" --optimize=1
+
+  # Fix upstream, include them in MANIFEST.in and use data_files in setup.py 
to install them automatically
+  # TODO: add zsh support
+  install -Dm644 extras/httpie-completion.bash 
$pkgdir/usr/share/bash-completion/completions/http
+  install -Dm644 extras/httpie-completion.fish 
$pkgdir/usr/share/fish/vendor_completions.d/http.fish
+}
+
+check() {
+  cd $pkgname-$pkgver
+  python3 setup.py test
+}


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

2020-02-23 Thread Jelle van der Waa via arch-commits
Date: Sunday, February 23, 2020 @ 14:44:09
  Author: jelle
Revision: 579781

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-23 14:44:02 UTC (rev 579780)
+++ PKGBUILD2020-02-23 14:44:09 UTC (rev 579781)
@@ -1,38 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Daniel Micay 
-# Contributor: Thomas Weißschuh 
-
-pkgname=httpie
-pkgver=2.0.0
-pkgrel=1
-pkgdesc="cURL for humans"
-url="https://github.com/jakubroztocil/httpie;
-depends=('python-requests' 'python-pygments' 'python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-httpbin' 'python-mock')
-conflicts=(python-httpie)
-replaces=(python-httpie python2-httpie)
-license=('BSD')
-arch=('any')
-source=($pkgname-$pkgver.tar.gz::"https://github.com/jakubroztocil/httpie/archive/$pkgver.tar.gz;)
-sha1sums=('67a017fd43498dc1da507622367bdb5cceef3222')
-
-build() {
-  cd $pkgname-$pkgver
-  python3 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/httpie/LICENSE"
-  python3 setup.py install --root="$pkgdir" --optimize=1
-
-  # Fix upstream, inclide them in MANIFEST.in and use data_files in setup.py 
to install them automatically
-  # TODO: add zsh support
-  install -d $pkgdir/usr/share/bash-completion/completions
-  install -Dm644 extras/httpie-completion.bash 
$pkgdir/usr/share/bash-completion/completions/http
-}
-
-check() {
-  cd $pkgname-$pkgver
-  python3 setup.py test
-}

Copied: httpie/repos/community-any/PKGBUILD (from rev 579780, 
httpie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-23 14:44:09 UTC (rev 579781)
@@ -0,0 +1,38 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Daniel Micay 
+# Contributor: Thomas Weißschuh 
+
+pkgname=httpie
+pkgver=2.0.0
+pkgrel=2
+pkgdesc="cURL for humans"
+url="https://github.com/jakubroztocil/httpie;
+depends=('python-requests' 'python-pygments' 'python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-httpbin' 'python-mock')
+conflicts=(python-httpie)
+replaces=(python-httpie python2-httpie)
+license=('BSD')
+arch=('any')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/jakubroztocil/httpie/archive/$pkgver.tar.gz;)
+sha1sums=('67a017fd43498dc1da507622367bdb5cceef3222')
+
+build() {
+  cd $pkgname-$pkgver
+  python3 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/httpie/LICENSE"
+  python3 setup.py install --root="$pkgdir" --optimize=1
+
+  # Fix upstream, include them in MANIFEST.in and use data_files in setup.py 
to install them automatically
+  # TODO: add zsh support
+  install -Dm644 extras/httpie-completion.bash 
$pkgdir/usr/share/bash-completion/completions/http
+  install -Dm644 extras/httpie-completion.fish 
$pkgdir/usr/share/fish/vendor_completions.d/http.fish
+}
+
+check() {
+  cd $pkgname-$pkgver
+  python3 setup.py test
+}


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

2020-01-12 Thread Jelle van der Waa via arch-commits
Date: Sunday, January 12, 2020 @ 17:36:11
  Author: jelle
Revision: 552250

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   75 ++---
 1 file changed, 38 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-12 17:36:02 UTC (rev 552249)
+++ PKGBUILD2020-01-12 17:36:11 UTC (rev 552250)
@@ -1,37 +0,0 @@
-# Maintainer: Daniel Micay 
-# Contributor: Thomas Weißschuh 
-
-pkgname=httpie
-pkgver=1.0.3
-pkgrel=2
-pkgdesc="cURL for humans"
-url="https://github.com/jakubroztocil/httpie;
-depends=('python-requests' 'python-pygments' 'python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-httpbin' 'python-mock')
-conflicts=(python-httpie)
-replaces=(python-httpie python2-httpie)
-license=('BSD')
-arch=('any')
-source=($pkgname-$pkgver.tar.gz::"https://github.com/jakubroztocil/httpie/archive/$pkgver.tar.gz;)
-sha1sums=('f765ce527a0fae0d1dd76c25b78e6e61651ea4ca')
-
-build() {
-  cd $pkgname-$pkgver
-  python3 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/httpie/LICENSE"
-  python3 setup.py install --root="$pkgdir" --optimize=1
-
-  # Fix upstream, inclide them in MANIFEST.in and use data_files in setup.py 
to install them automatically
-  # TODO: add zsh support
-  install -d $pkgdir/usr/share/bash-completion/completions
-  install -Dm644 extras/httpie-completion.bash 
$pkgdir/usr/share/bash-completion/completions/http
-}
-
-check() {
-  cd $pkgname-$pkgver
-  python3 setup.py test
-}

Copied: httpie/repos/community-any/PKGBUILD (from rev 552249, 
httpie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-12 17:36:11 UTC (rev 552250)
@@ -0,0 +1,38 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Daniel Micay 
+# Contributor: Thomas Weißschuh 
+
+pkgname=httpie
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="cURL for humans"
+url="https://github.com/jakubroztocil/httpie;
+depends=('python-requests' 'python-pygments' 'python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-httpbin' 'python-mock')
+conflicts=(python-httpie)
+replaces=(python-httpie python2-httpie)
+license=('BSD')
+arch=('any')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/jakubroztocil/httpie/archive/$pkgver.tar.gz;)
+sha1sums=('67a017fd43498dc1da507622367bdb5cceef3222')
+
+build() {
+  cd $pkgname-$pkgver
+  python3 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/httpie/LICENSE"
+  python3 setup.py install --root="$pkgdir" --optimize=1
+
+  # Fix upstream, inclide them in MANIFEST.in and use data_files in setup.py 
to install them automatically
+  # TODO: add zsh support
+  install -d $pkgdir/usr/share/bash-completion/completions
+  install -Dm644 extras/httpie-completion.bash 
$pkgdir/usr/share/bash-completion/completions/http
+}
+
+check() {
+  cd $pkgname-$pkgver
+  python3 setup.py test
+}


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

2019-08-30 Thread Jelle van der Waa via arch-commits
Date: Friday, August 30, 2019 @ 16:03:10
  Author: jelle
Revision: 505289

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-30 16:02:59 UTC (rev 505288)
+++ PKGBUILD2019-08-30 16:03:10 UTC (rev 505289)
@@ -1,37 +0,0 @@
-# Maintainer: Daniel Micay 
-# Contributor: Thomas Weißschuh 
-
-pkgname=httpie
-pkgver=1.0.2
-pkgrel=1
-pkgdesc="cURL for humans"
-url="https://github.com/jakubroztocil/httpie;
-depends=('python-requests' 'python-pygments' 'python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-httpbin' 'python-mock')
-conflicts=(python-httpie)
-replaces=(python-httpie python2-httpie)
-license=('BSD')
-arch=('any')
-source=($pkgname-$pkgver.tar.gz::"https://github.com/jakubroztocil/httpie/archive/$pkgver.tar.gz;)
-sha1sums=('f41cc049b4a0cda463ffbd7c686e321d631dece7')
-
-build() {
-  cd $pkgname-$pkgver
-  python3 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/httpie/LICENSE"
-  python3 setup.py install --root="$pkgdir" --optimize=1
-
-  # Fix upstream, inclide them in MANIFEST.in and use data_files in setup.py 
to install them automatically
-  # TODO: add zsh support
-  install -d $pkgdir/usr/share/bash-completion/completions
-  install -Dm644 extras/httpie-completion.bash 
$pkgdir/usr/share/bash-completion/completions/http
-}
-
-check() {
-  cd $pkgname-$pkgver
-  python3 setup.py test
-}

Copied: httpie/repos/community-any/PKGBUILD (from rev 505288, 
httpie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-30 16:03:10 UTC (rev 505289)
@@ -0,0 +1,37 @@
+# Maintainer: Daniel Micay 
+# Contributor: Thomas Weißschuh 
+
+pkgname=httpie
+pkgver=1.0.3
+pkgrel=1
+pkgdesc="cURL for humans"
+url="https://github.com/jakubroztocil/httpie;
+depends=('python-requests' 'python-pygments' 'python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-httpbin' 'python-mock')
+conflicts=(python-httpie)
+replaces=(python-httpie python2-httpie)
+license=('BSD')
+arch=('any')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/jakubroztocil/httpie/archive/$pkgver.tar.gz;)
+sha1sums=('f765ce527a0fae0d1dd76c25b78e6e61651ea4ca')
+
+build() {
+  cd $pkgname-$pkgver
+  python3 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/httpie/LICENSE"
+  python3 setup.py install --root="$pkgdir" --optimize=1
+
+  # Fix upstream, inclide them in MANIFEST.in and use data_files in setup.py 
to install them automatically
+  # TODO: add zsh support
+  install -d $pkgdir/usr/share/bash-completion/completions
+  install -Dm644 extras/httpie-completion.bash 
$pkgdir/usr/share/bash-completion/completions/http
+}
+
+check() {
+  cd $pkgname-$pkgver
+  python3 setup.py test
+}


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

2018-11-28 Thread Jelle van der Waa via arch-commits
Date: Wednesday, November 28, 2018 @ 20:49:48
  Author: jelle
Revision: 410472

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-28 20:49:34 UTC (rev 410471)
+++ PKGBUILD2018-11-28 20:49:48 UTC (rev 410472)
@@ -1,37 +0,0 @@
-# Maintainer: Daniel Micay 
-# Contributor: Thomas Weißschuh 
-
-pkgname=httpie
-pkgver=1.0.0
-pkgrel=1
-pkgdesc="cURL for humans"
-url="https://github.com/jakubroztocil/httpie;
-depends=('python-requests' 'python-pygments' 'python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-httpbin' 'python-mock')
-conflicts=(python-httpie)
-replaces=(python-httpie python2-httpie)
-license=('BSD')
-arch=('any')
-source=($pkgname-$pkgver.tar.gz::"https://github.com/jakubroztocil/httpie/archive/$pkgver.tar.gz;)
-sha1sums=('0470bda0eb5aff60ec48b0728eeec01987e92794')
-
-build() {
-  cd $pkgname-$pkgver
-  python3 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/httpie/LICENSE"
-  python3 setup.py install --root="$pkgdir" --optimize=1
-
-  # Fix upstream, inclide them in MANIFEST.in and use data_files in setup.py 
to install them automatically
-  # TODO: add zsh support
-  install -d $pkgdir/usr/share/bash-completion/completions
-  install -Dm644 extras/httpie-completion.bash 
$pkgdir/usr/share/bash-completion/completions/http
-}
-
-check() {
-  cd $pkgname-$pkgver
-  python3 setup.py test
-}

Copied: httpie/repos/community-any/PKGBUILD (from rev 410471, 
httpie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-28 20:49:48 UTC (rev 410472)
@@ -0,0 +1,37 @@
+# Maintainer: Daniel Micay 
+# Contributor: Thomas Weißschuh 
+
+pkgname=httpie
+pkgver=1.0.2
+pkgrel=1
+pkgdesc="cURL for humans"
+url="https://github.com/jakubroztocil/httpie;
+depends=('python-requests' 'python-pygments' 'python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-httpbin' 'python-mock')
+conflicts=(python-httpie)
+replaces=(python-httpie python2-httpie)
+license=('BSD')
+arch=('any')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/jakubroztocil/httpie/archive/$pkgver.tar.gz;)
+sha1sums=('f41cc049b4a0cda463ffbd7c686e321d631dece7')
+
+build() {
+  cd $pkgname-$pkgver
+  python3 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/httpie/LICENSE"
+  python3 setup.py install --root="$pkgdir" --optimize=1
+
+  # Fix upstream, inclide them in MANIFEST.in and use data_files in setup.py 
to install them automatically
+  # TODO: add zsh support
+  install -d $pkgdir/usr/share/bash-completion/completions
+  install -Dm644 extras/httpie-completion.bash 
$pkgdir/usr/share/bash-completion/completions/http
+}
+
+check() {
+  cd $pkgname-$pkgver
+  python3 setup.py test
+}


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

2018-11-04 Thread Jelle van der Waa via arch-commits
Date: Sunday, November 4, 2018 @ 20:12:04
  Author: jelle
Revision: 401520

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   88 +
 1 file changed, 37 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-04 20:11:47 UTC (rev 401519)
+++ PKGBUILD2018-11-04 20:12:04 UTC (rev 401520)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-# Contributor: Thomas Weißschuh 
-
-pkgname=httpie
-pkgver=0.9.9
-pkgrel=6
-pkgdesc="cURL for humans"
-url="https://github.com/jakubroztocil/httpie;
-depends=('python-requests' 'python-pygments' 'python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-httpbin' 'python-mock')
-conflicts=(python-httpie)
-replaces=(python-httpie python2-httpie)
-license=('BSD')
-arch=('any')
-source=($pkgname-$pkgver.tar.gz::"https://github.com/jakubroztocil/httpie/archive/$pkgver.tar.gz;
-
"https://github.com/jakubroztocil/httpie/commit/749b1e2aca11e1ae3e52c8f3894cf0515c917439.patch;
-
"https://github.com/jakubroztocil/httpie/commit/9776a6dea0308e05c23db05b542920ebd6bea6c4.patch;)
-sha1sums=('81fa9b74df29b4acc31a8f93ec658e5224f31a5e'
-  'a1caeb5f2ba538bd8bec1ea27d8368ce7b216a76'
-  '2d0245bdecb2ccb122e927b263affed1cad68374')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # fix for breaking change by https://github.com/pytest-dev/pytest/pull/2849
-  patch -p1 -i ../749b1e2aca11e1ae3e52c8f3894cf0515c917439.patch
-  # https://github.com/jakubroztocil/httpie/pull/584
-  patch -p1 -i ../9776a6dea0308e05c23db05b542920ebd6bea6c4.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  python3 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/httpie/LICENSE"
-  python3 setup.py install --root="$pkgdir" --optimize=1
-
-  # Fix upstream, inclide them in MANIFEST.in and use data_files in setup.py 
to install them automatically
-  # TODO: add zsh support
-  install -d $pkgdir/usr/share/bash-completion/completions
-  install -Dm644 extras/httpie-completion.bash 
$pkgdir/usr/share/bash-completion/completions/http
-}
-
-check() {
-  cd $pkgname-$pkgver
-  python3 setup.py test
-}

Copied: httpie/repos/community-any/PKGBUILD (from rev 401519, 
httpie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-04 20:12:04 UTC (rev 401520)
@@ -0,0 +1,37 @@
+# Maintainer: Daniel Micay 
+# Contributor: Thomas Weißschuh 
+
+pkgname=httpie
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="cURL for humans"
+url="https://github.com/jakubroztocil/httpie;
+depends=('python-requests' 'python-pygments' 'python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-httpbin' 'python-mock')
+conflicts=(python-httpie)
+replaces=(python-httpie python2-httpie)
+license=('BSD')
+arch=('any')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/jakubroztocil/httpie/archive/$pkgver.tar.gz;)
+sha1sums=('0470bda0eb5aff60ec48b0728eeec01987e92794')
+
+build() {
+  cd $pkgname-$pkgver
+  python3 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/httpie/LICENSE"
+  python3 setup.py install --root="$pkgdir" --optimize=1
+
+  # Fix upstream, inclide them in MANIFEST.in and use data_files in setup.py 
to install them automatically
+  # TODO: add zsh support
+  install -d $pkgdir/usr/share/bash-completion/completions
+  install -Dm644 extras/httpie-completion.bash 
$pkgdir/usr/share/bash-completion/completions/http
+}
+
+check() {
+  cd $pkgname-$pkgver
+  python3 setup.py test
+}


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

2018-08-28 Thread Jelle van der Waa via arch-commits
Date: Tuesday, August 28, 2018 @ 20:29:46
  Author: jelle
Revision: 375019

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   97 -
 1 file changed, 51 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-28 20:28:27 UTC (rev 375018)
+++ PKGBUILD2018-08-28 20:29:46 UTC (rev 375019)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-# Contributor: Thomas Weißschuh 
-
-pkgname=httpie
-pkgver=0.9.9
-pkgrel=5
-pkgdesc="cURL for humans"
-url="https://github.com/jakubroztocil/httpie;
-depends=('python-requests' 'python-pygments' 'python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-httpbin' 'python-mock')
-conflicts=(python-httpie)
-replaces=(python-httpie python2-httpie)
-license=('BSD')
-arch=('any')
-source=($pkgname-$pkgver.tar.gz::"https://github.com/jakubroztocil/httpie/archive/$pkgver.tar.gz;
-
"https://github.com/jakubroztocil/httpie/commit/749b1e2aca11e1ae3e52c8f3894cf0515c917439.patch;
-
"https://github.com/jakubroztocil/httpie/commit/9776a6dea0308e05c23db05b542920ebd6bea6c4.patch;)
-sha1sums=('81fa9b74df29b4acc31a8f93ec658e5224f31a5e'
-  'a1caeb5f2ba538bd8bec1ea27d8368ce7b216a76'
-  '2d0245bdecb2ccb122e927b263affed1cad68374')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # fix for breaking change by https://github.com/pytest-dev/pytest/pull/2849
-  patch -p1 -i ../749b1e2aca11e1ae3e52c8f3894cf0515c917439.patch
-  # https://github.com/jakubroztocil/httpie/pull/584
-  patch -p1 -i ../9776a6dea0308e05c23db05b542920ebd6bea6c4.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  python3 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/httpie/LICENSE"
-  python3 setup.py install --root="$pkgdir" --optimize=1
-}
-
-check() {
-  cd $pkgname-$pkgver
-  python3 setup.py test
-}

Copied: httpie/repos/community-any/PKGBUILD (from rev 375018, 
httpie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-28 20:29:46 UTC (rev 375019)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Daniel Micay 
+# Contributor: Thomas Weißschuh 
+
+pkgname=httpie
+pkgver=0.9.9
+pkgrel=6
+pkgdesc="cURL for humans"
+url="https://github.com/jakubroztocil/httpie;
+depends=('python-requests' 'python-pygments' 'python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-httpbin' 'python-mock')
+conflicts=(python-httpie)
+replaces=(python-httpie python2-httpie)
+license=('BSD')
+arch=('any')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/jakubroztocil/httpie/archive/$pkgver.tar.gz;
+
"https://github.com/jakubroztocil/httpie/commit/749b1e2aca11e1ae3e52c8f3894cf0515c917439.patch;
+
"https://github.com/jakubroztocil/httpie/commit/9776a6dea0308e05c23db05b542920ebd6bea6c4.patch;)
+sha1sums=('81fa9b74df29b4acc31a8f93ec658e5224f31a5e'
+  'a1caeb5f2ba538bd8bec1ea27d8368ce7b216a76'
+  '2d0245bdecb2ccb122e927b263affed1cad68374')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # fix for breaking change by https://github.com/pytest-dev/pytest/pull/2849
+  patch -p1 -i ../749b1e2aca11e1ae3e52c8f3894cf0515c917439.patch
+  # https://github.com/jakubroztocil/httpie/pull/584
+  patch -p1 -i ../9776a6dea0308e05c23db05b542920ebd6bea6c4.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  python3 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/httpie/LICENSE"
+  python3 setup.py install --root="$pkgdir" --optimize=1
+
+  # Fix upstream, inclide them in MANIFEST.in and use data_files in setup.py 
to install them automatically
+  # TODO: add zsh support
+  install -d $pkgdir/usr/share/bash-completion/completions
+  install -Dm644 extras/httpie-completion.bash 
$pkgdir/usr/share/bash-completion/completions/http
+}
+
+check() {
+  cd $pkgname-$pkgver
+  python3 setup.py test
+}


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

2018-08-21 Thread Eli Schwartz via arch-commits
Date: Tuesday, August 21, 2018 @ 18:41:24
  Author: eschwartz
Revision: 373165

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   80 +++--
 1 file changed, 46 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-21 18:41:03 UTC (rev 373164)
+++ PKGBUILD2018-08-21 18:41:24 UTC (rev 373165)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-# Contributor: Thomas Weißschuh 
-
-pkgname=httpie
-pkgver=0.9.9
-pkgrel=4
-pkgdesc="cURL for humans"
-url="https://github.com/jkbr/httpie;
-depends=('python-requests' 'python-pygments' 'python-setuptools')
-checkdepends=('python-pytest')
-conflicts=(python-httpie)
-replaces=(python-httpie python2-httpie)
-license=('BSD')
-arch=('any')
-source=($pkgname-$pkgver.tar.gz::"https://github.com/jkbrzt/httpie/archive/$pkgver.tar.gz;)
-sha1sums=('81fa9b74df29b4acc31a8f93ec658e5224f31a5e')
-
-build() {
-  cd $pkgname-$pkgver
-  python3 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/httpie/LICENSE"
-  python3 setup.py install --root="$pkgdir" --optimize=1
-}
-
-check() {
-  cd $pkgname-$pkgver
-  # Requires: python-raven python-pbr and pytest-httpbin
-  #python3 setup.py test
-}

Copied: httpie/repos/community-any/PKGBUILD (from rev 373164, 
httpie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-21 18:41:24 UTC (rev 373165)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Daniel Micay 
+# Contributor: Thomas Weißschuh 
+
+pkgname=httpie
+pkgver=0.9.9
+pkgrel=5
+pkgdesc="cURL for humans"
+url="https://github.com/jakubroztocil/httpie;
+depends=('python-requests' 'python-pygments' 'python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-httpbin' 'python-mock')
+conflicts=(python-httpie)
+replaces=(python-httpie python2-httpie)
+license=('BSD')
+arch=('any')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/jakubroztocil/httpie/archive/$pkgver.tar.gz;
+
"https://github.com/jakubroztocil/httpie/commit/749b1e2aca11e1ae3e52c8f3894cf0515c917439.patch;
+
"https://github.com/jakubroztocil/httpie/commit/9776a6dea0308e05c23db05b542920ebd6bea6c4.patch;)
+sha1sums=('81fa9b74df29b4acc31a8f93ec658e5224f31a5e'
+  'a1caeb5f2ba538bd8bec1ea27d8368ce7b216a76'
+  '2d0245bdecb2ccb122e927b263affed1cad68374')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # fix for breaking change by https://github.com/pytest-dev/pytest/pull/2849
+  patch -p1 -i ../749b1e2aca11e1ae3e52c8f3894cf0515c917439.patch
+  # https://github.com/jakubroztocil/httpie/pull/584
+  patch -p1 -i ../9776a6dea0308e05c23db05b542920ebd6bea6c4.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  python3 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/httpie/LICENSE"
+  python3 setup.py install --root="$pkgdir" --optimize=1
+}
+
+check() {
+  cd $pkgname-$pkgver
+  python3 setup.py test
+}


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

2018-07-22 Thread Jelle van der Waa via arch-commits
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
===
--- PKGBUILD2018-07-22 13:36:48 UTC (rev 362824)
+++ PKGBUILD2018-07-22 13:37:00 UTC (rev 362825)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-# Contributor: Thomas Weißschuh 
-
-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)
+++ PKGBUILD2018-07-22 13:37:00 UTC (rev 362825)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Daniel Micay 
+# Contributor: Thomas Weißschuh 
+
+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
+}


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

2017-08-12 Thread Jelle van der Waa
Date: Saturday, August 12, 2017 @ 15:16:30
  Author: jelle
Revision: 250007

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-12 15:16:23 UTC (rev 250006)
+++ PKGBUILD2017-08-12 15:16:30 UTC (rev 250007)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-# Contributor: Thomas Weißschuh 
-
-pkgname=httpie
-pkgver=0.9.8
-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;)
-md5sums=('425a1c92590d9b906a7369f5c17990a4')
-
-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 250006, 
httpie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-12 15:16:30 UTC (rev 250007)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Daniel Micay 
+# Contributor: Thomas Weißschuh 
+
+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
+}


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

2016-12-18 Thread Jelle van der Waa
Date: Sunday, December 18, 2016 @ 11:05:09
  Author: jelle
Revision: 200105

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-18 11:05:01 UTC (rev 200104)
+++ PKGBUILD2016-12-18 11:05:09 UTC (rev 200105)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-# Contributor: Thomas Weißschuh 
-
-pkgname=httpie
-pkgver=0.9.6
-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;)
-md5sums=('f7dd071fa00fbbf003bfa8ca83233e69')
-
-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 200104, 
httpie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-18 11:05:09 UTC (rev 200105)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Daniel Micay 
+# Contributor: Thomas Weißschuh 
+
+pkgname=httpie
+pkgver=0.9.8
+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;)
+md5sums=('425a1c92590d9b906a7369f5c17990a4')
+
+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
+}


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

2016-10-21 Thread Jelle van der Waa
Date: Friday, October 21, 2016 @ 16:56:48
  Author: jelle
Revision: 192877

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-21 16:56:40 UTC (rev 192876)
+++ PKGBUILD2016-10-21 16:56:48 UTC (rev 192877)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-# Contributor: Thomas Weißschuh 
-
-pkgname=httpie
-pkgver=0.9.4
-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;)
-md5sums=('9c5725a889333a7b46c6bc8e17b111fd')
-
-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 192876, 
httpie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-21 16:56:48 UTC (rev 192877)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Daniel Micay 
+# Contributor: Thomas Weißschuh 
+
+pkgname=httpie
+pkgver=0.9.6
+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;)
+md5sums=('f7dd071fa00fbbf003bfa8ca83233e69')
+
+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
+}


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

2016-08-08 Thread Daniel Micay
Date: Monday, August 8, 2016 @ 19:30:07
  Author: thestinger
Revision: 186083

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-08 19:29:40 UTC (rev 186082)
+++ PKGBUILD2016-08-08 19:30:07 UTC (rev 186083)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-# Contributor: Thomas Weißschuh 
-
-pkgname=httpie
-pkgver=0.9.3
-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://pypi.python.org/packages/source/h/httpie/httpie-$pkgver.tar.gz;)
-md5sums=('b90ee57ae118f493148a463a13a64ef9')
-
-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 186082, 
httpie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-08 19:30:07 UTC (rev 186083)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Daniel Micay 
+# Contributor: Thomas Weißschuh 
+
+pkgname=httpie
+pkgver=0.9.4
+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;)
+md5sums=('9c5725a889333a7b46c6bc8e17b111fd')
+
+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
+}


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

2016-01-06 Thread Daniel Micay
Date: Thursday, January 7, 2016 @ 03:58:28
  Author: thestinger
Revision: 155615

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-07 02:58:06 UTC (rev 155614)
+++ PKGBUILD2016-01-07 02:58:28 UTC (rev 155615)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-# Contributor: Thomas Weißschuh 
-
-pkgname=httpie
-pkgver=0.9.2
-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=("http://pypi.python.org/packages/source/h/httpie/httpie-$pkgver.tar.gz;)
-md5sums=('8c5a7820c3f5221f30e9a70073efda3c')
-
-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 155614, 
httpie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-07 02:58:28 UTC (rev 155615)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Daniel Micay 
+# Contributor: Thomas Weißschuh 
+
+pkgname=httpie
+pkgver=0.9.3
+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://pypi.python.org/packages/source/h/httpie/httpie-$pkgver.tar.gz;)
+md5sums=('b90ee57ae118f493148a463a13a64ef9')
+
+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
+}


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

2015-03-05 Thread Daniel Micay
Date: Thursday, March 5, 2015 @ 19:18:51
  Author: thestinger
Revision: 128781

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-05 18:18:16 UTC (rev 128780)
+++ PKGBUILD2015-03-05 18:18:51 UTC (rev 128781)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-# Contributor: Thomas Weißschuh thomas_weissschuh lavabit com
-
-pkgname=httpie
-pkgver=0.9.1
-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=(http://pypi.python.org/packages/source/h/httpie/httpie-$pkgver.tar.gz;)
-md5sums=('eaa335be79938c3c0969056a5e392c58')
-
-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 128780, 
httpie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-05 18:18:51 UTC (rev 128781)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Thomas Weißschuh thomas_weissschuh lavabit com
+
+pkgname=httpie
+pkgver=0.9.2
+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=(http://pypi.python.org/packages/source/h/httpie/httpie-$pkgver.tar.gz;)
+md5sums=('8c5a7820c3f5221f30e9a70073efda3c')
+
+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
+}


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

2015-02-18 Thread Daniel Micay
Date: Thursday, February 19, 2015 @ 05:22:48
  Author: thestinger
Revision: 127970

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-19 04:22:09 UTC (rev 127969)
+++ PKGBUILD2015-02-19 04:22:48 UTC (rev 127970)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-# Contributor: Thomas Weißschuh thomas_weissschuh lavabit com
-
-pkgname=httpie
-pkgver=0.8.0
-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=(http://pypi.python.org/packages/source/h/httpie/httpie-$pkgver.tar.gz;)
-md5sums=('d78b17be565886f018bff05d6a292a75')
-
-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
-}

Copied: httpie/repos/community-any/PKGBUILD (from rev 127969, 
httpie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-19 04:22:48 UTC (rev 127970)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Thomas Weißschuh thomas_weissschuh lavabit com
+
+pkgname=httpie
+pkgver=0.9.1
+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=(http://pypi.python.org/packages/source/h/httpie/httpie-$pkgver.tar.gz;)
+md5sums=('eaa335be79938c3c0969056a5e392c58')
+
+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
+}


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

2014-01-31 Thread Daniel Micay
Date: Friday, January 31, 2014 @ 16:03:27
  Author: thestinger
Revision: 105099

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-31 15:03:03 UTC (rev 105098)
+++ PKGBUILD2014-01-31 15:03:27 UTC (rev 105099)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-# Contributor: Thomas Weißschuh thomas_weissschuh lavabit com
-
-pkgname=httpie
-pkgver=0.7.2
-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=('09218336048596da757c4f0cf19642fd')
-
-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
-}

Copied: httpie/repos/community-any/PKGBUILD (from rev 105098, 
httpie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-31 15:03:27 UTC (rev 105099)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Thomas Weißschuh thomas_weissschuh lavabit com
+
+pkgname=httpie
+pkgver=0.8.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=('d78b17be565886f018bff05d6a292a75')
+
+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
+}



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

2013-10-25 Thread Daniel Micay
Date: Friday, October 25, 2013 @ 23:26:45
  Author: thestinger
Revision: 99221

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-25 21:06:18 UTC (rev 99220)
+++ PKGBUILD2013-10-25 21:26:45 UTC (rev 99221)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-# Contributor: Thomas Weißschuh thomas_weissschuh lavabit com
-
-pkgname=httpie
-pkgver=0.7.2
-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=('09218336048596da757c4f0cf19642fd')
-
-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
-}

Copied: httpie/repos/community-any/PKGBUILD (from rev 99220, 
httpie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-25 21:26:45 UTC (rev 99221)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Thomas Weißschuh thomas_weissschuh lavabit com
+
+pkgname=httpie
+pkgver=0.7.2
+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=('09218336048596da757c4f0cf19642fd')
+
+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
+}



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

2013-10-25 Thread Daniel Micay
Date: Friday, October 25, 2013 @ 23:29:45
  Author: thestinger
Revision: 99222

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-25 21:26:45 UTC (rev 99221)
+++ PKGBUILD2013-10-25 21:29:45 UTC (rev 99222)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-# Contributor: Thomas Weißschuh thomas_weissschuh lavabit com
-
-pkgname=httpie
-pkgver=0.7.2
-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=('09218336048596da757c4f0cf19642fd')
-
-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
-}

Copied: httpie/repos/community-any/PKGBUILD (from rev 99221, 
httpie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-25 21:29:45 UTC (rev 99222)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Thomas Weißschuh thomas_weissschuh lavabit com
+
+pkgname=httpie
+pkgver=0.7.2
+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=('09218336048596da757c4f0cf19642fd')
+
+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
+}



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

2013-10-25 Thread Daniel Micay
Date: Friday, October 25, 2013 @ 23:32:11
  Author: thestinger
Revision: 99224

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-25 21:30:24 UTC (rev 99223)
+++ PKGBUILD2013-10-25 21:32:11 UTC (rev 99224)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-# Contributor: Thomas Weißschuh thomas_weissschuh lavabit com
-
-pkgname=httpie
-pkgver=0.7.2
-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=('09218336048596da757c4f0cf19642fd')
-
-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
-}

Copied: httpie/repos/community-any/PKGBUILD (from rev 99223, 
httpie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-25 21:32:11 UTC (rev 99224)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Thomas Weißschuh thomas_weissschuh lavabit com
+
+pkgname=httpie
+pkgver=0.7.2
+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=('09218336048596da757c4f0cf19642fd')
+
+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
+}



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

2013-10-24 Thread Daniel Micay
Date: Thursday, October 24, 2013 @ 22:50:18
  Author: thestinger
Revision: 99123

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-24 20:49:45 UTC (rev 99122)
+++ PKGBUILD2013-10-24 20:50:18 UTC (rev 99123)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@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
-}

Copied: httpie/repos/community-any/PKGBUILD (from rev 99122, 
httpie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-24 20:50:18 UTC (rev 99123)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Thomas Weißschuh thomas_weissschuh lavabit com
+
+pkgname=httpie
+pkgver=0.7.2
+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=('09218336048596da757c4f0cf19642fd')
+
+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
+}



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

2013-08-14 Thread Daniel Micay
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
===
--- PKGBUILD2013-08-14 23:21:23 UTC (rev 95600)
+++ PKGBUILD2013-08-14 23:21:50 UTC (rev 95601)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@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)
+++ PKGBUILD2013-08-14 23:21:50 UTC (rev 95601)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@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
+}



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

2013-06-05 Thread Daniel Micay
Date: Wednesday, June 5, 2013 @ 20:56:23
  Author: thestinger
Revision: 92464

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-06-05 18:56:01 UTC (rev 92463)
+++ PKGBUILD2013-06-05 18:56:23 UTC (rev 92464)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-# Contributor: Thomas Weißschuh thomas_weissschuh lavabit com
-
-pkgname=httpie
-pkgver=0.5.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=('939cec1a6a3e9f40dd4655369dd97dab')
-
-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 92463, 
httpie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-06-05 18:56:23 UTC (rev 92464)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@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
+}



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

2013-05-14 Thread Daniel Micay
Date: Wednesday, May 15, 2013 @ 02:05:19
  Author: thestinger
Revision: 90859

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-15 00:04:46 UTC (rev 90858)
+++ PKGBUILD2013-05-15 00:05:19 UTC (rev 90859)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-# Contributor: Thomas Weißschuh thomas_weissschuh lavabit com
-
-pkgname=httpie
-pkgver=0.5.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=('ada50384b8acb4726638e48d521cce3d')
-
-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 90858, 
httpie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-15 00:05:19 UTC (rev 90859)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Thomas Weißschuh thomas_weissschuh lavabit com
+
+pkgname=httpie
+pkgver=0.5.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=('939cec1a6a3e9f40dd4655369dd97dab')
+
+build() {
+cd $srcdir/httpie-$pkgver
+python3 setup.py build
+}
+
+package() {
+cd $srcdir/httpie-$pkgver
+python3 setup.py install --root=$pkgdir --optimize=1
+}



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

2013-04-27 Thread Federico Cinelli
Date: Sunday, April 28, 2013 @ 03:50:15
  Author: cinelli
Revision: 89203

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-28 01:47:15 UTC (rev 89202)
+++ PKGBUILD2013-04-28 01:50:15 UTC (rev 89203)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@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
-}

Copied: httpie/repos/community-any/PKGBUILD (from rev 89202, 
httpie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-28 01:50:15 UTC (rev 89203)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Thomas Weißschuh thomas_weissschuh lavabit com
+
+pkgname=httpie
+pkgver=0.5.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=('ada50384b8acb4726638e48d521cce3d')
+
+build() {
+cd $srcdir/httpie-$pkgver
+python3 setup.py build
+}
+
+package() {
+cd $srcdir/httpie-$pkgver
+python3 setup.py install --root=$pkgdir --optimize=1
+}



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

2013-03-11 Thread Federico Cinelli
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
===
--- PKGBUILD2013-03-12 01:23:37 UTC (rev 86101)
+++ PKGBUILD2013-03-12 01:24:40 UTC (rev 86102)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@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)
+++ PKGBUILD2013-03-12 01:24:40 UTC (rev 86102)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@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
+}



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

2013-02-27 Thread thestinger
Date: Wednesday, February 27, 2013 @ 13:23:23
  Author: thestinger
Revision: 85082

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-27 12:22:47 UTC (rev 85081)
+++ PKGBUILD2013-02-27 12:23:23 UTC (rev 85082)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@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
-}

Copied: httpie/repos/community-any/PKGBUILD (from rev 85081, 
httpie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-27 12:23:23 UTC (rev 85082)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@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
+}