[arch-commits] Commit in httpie/repos/community-any (PKGBUILD PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Sun Jan 12 17:36:11 UTC 2020
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
===================================================================
--- PKGBUILD 2020-01-12 17:36:02 UTC (rev 552249)
+++ PKGBUILD 2020-01-12 17:36:11 UTC (rev 552250)
@@ -1,37 +0,0 @@
-# Maintainer: Daniel Micay <danielmicay at gmail.com>
-# Contributor: Thomas Weißschuh <thomas_weissschuh lavabit com>
-
-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)
+++ PKGBUILD 2020-01-12 17:36:11 UTC (rev 552250)
@@ -0,0 +1,38 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+# Contributor: Daniel Micay <danielmicay at gmail.com>
+# Contributor: Thomas Weißschuh <thomas_weissschuh lavabit com>
+
+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
+}
More information about the arch-commits
mailing list