aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/httpie/APKBUILD25
1 files changed, 0 insertions, 25 deletions
diff --git a/testing/httpie/APKBUILD b/testing/httpie/APKBUILD
deleted file mode 100644
index e0850c843e..0000000000
--- a/testing/httpie/APKBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
-# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
-pkgname=httpie
-pkgver=0.9.8
-pkgrel=0
-pkgdesc="A CLI, cURL-like tool"
-url="https://github.com/jkbr/httpie"
-arch="noarch"
-license="BSD"
-depends="python3 py3-requests py3-pygments"
-makedepends="python3-dev"
-source="https://files.pythonhosted.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz"
-builddir="$srcdir/$pkgname-$pkgver"
-
-build() {
- cd "$builddir"
- python3 setup.py build || return 1
-}
-
-package() {
- cd "$builddir"
- python3 setup.py install --prefix=/usr --root="$pkgdir" || return 1
-}
-
-sha512sums="67f8dd48003d01bd339617da1426c487553c998b2d5082ae6ad3833d7eaff31e610ebb8c87f2a62cf4685df111b8a6c6b2e7229290b82945132cfb5c647ca9a1 httpie-0.9.8.tar.gz"