diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-09-13 20:30:22 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-13 20:30:22 -0300 |
commit | 7193a29253e1510e0eb14a316d8daf6ff0e2ead3 (patch) | |
tree | 72a24422d22060bf4391e7260150f96a5b7c5ee9 | |
parent | d58177e01e98f84e39c2c7edbddf719cbfccec7b (diff) | |
download | aports-7193a29253e1510e0eb14a316d8daf6ff0e2ead3.tar.bz2 aports-7193a29253e1510e0eb14a316d8daf6ff0e2ead3.tar.xz |
testing/httpie-ntlm: remove
- Depends on unpackaged requests_ntlm
-rw-r--r-- | testing/httpie-ntlm/APKBUILD | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/testing/httpie-ntlm/APKBUILD b/testing/httpie-ntlm/APKBUILD deleted file mode 100644 index ad75f92fcd..0000000000 --- a/testing/httpie-ntlm/APKBUILD +++ /dev/null @@ -1,40 +0,0 @@ -# Contributor: Fabian Affolter <fabian@affolter-engineering.ch> -# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> -pkgname=httpie-ntlm -pkgver=1.0.2 -pkgrel=0 -pkgdesc="NTLM plugin for HTTPie" -url="https://github.com/jkbr/httpie-ntlm" -arch="noarch" -license="BSD" -depends="python2 httpie" -depends_dev="" -makedepends="python2-dev py-setuptools" -install="" -subpackages="" -source="https://files.pythonhosted.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz" - -_builddir="$srcdir"/$pkgname-$pkgver -prepare() { - local i - cd "$_builddir" - for i in $source; do - case $i in - *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; - esac - done -} - -build() { - cd "$_builddir" - python2 setup.py build || return 1 -} - -package() { - cd "$_builddir" - python2 setup.py install --prefix=/usr --root="$pkgdir" || return 1 -} - -md5sums="870b3411af8f846534518439bcbb3beb httpie-ntlm-1.0.2.tar.gz" -sha256sums="b1f757180c0bd60741ea16cf91fc53d47df402a5c287c4a61a14b335ea0552b3 httpie-ntlm-1.0.2.tar.gz" -sha512sums="1ad151b0c270fbbdd89e6b6f8dba678e32d8ef4c828e6b359286e0d7001d74243298ac55cc0c2c9989943eb14d96f841227c2c8d709d98b5109bcd1830d95162 httpie-ntlm-1.0.2.tar.gz" |