mirror of
https://github.com/TrentSPalmer/aur-packages.git
synced 2024-11-21 11:01:29 -08:00
add python2-requests-futures-1.0.0
This commit is contained in:
parent
25256838f1
commit
fdb3023264
@ -1,6 +1,6 @@
|
|||||||
pkgbase = python2-requests-futures
|
pkgbase = python2-requests-futures
|
||||||
pkgdesc = Asynchronous Python HTTP for Humans.
|
pkgdesc = Asynchronous Python HTTP for Humans.
|
||||||
pkgver = 0.9.9
|
pkgver = 1.0.0
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/ross/requests-futures
|
url = https://github.com/ross/requests-futures
|
||||||
arch = any
|
arch = any
|
||||||
@ -9,8 +9,8 @@ pkgbase = python2-requests-futures
|
|||||||
makedepends = python2-futures
|
makedepends = python2-futures
|
||||||
depends = python2-requests
|
depends = python2-requests
|
||||||
depends = python2-futures
|
depends = python2-futures
|
||||||
source = https://files.pythonhosted.org/packages/source/r/requests-futures/requests-futures-0.9.9.tar.gz
|
source = https://files.pythonhosted.org/packages/source/r/requests-futures/requests-futures-1.0.0.tar.gz
|
||||||
sha256sums = 200729e932ec1f6d6e58101a8d2b144d48c9695f0585bc1dcf37139190f699a1
|
sha256sums = 35547502bf1958044716a03a2f47092a89efe8f9789ab0c4c528d9c9c30bc148
|
||||||
|
|
||||||
pkgname = python2-requests-futures
|
pkgname = python2-requests-futures
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
# Contributor: Alexander 'z33ky' Hirsch <1zeeky@gmail.com>
|
# Contributor: Alexander 'z33ky' Hirsch <1zeeky@gmail.com>
|
||||||
|
|
||||||
pkgname=python2-requests-futures
|
pkgname=python2-requests-futures
|
||||||
pkgver=0.9.9
|
pkgver=1.0.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Asynchronous Python HTTP for Humans.'
|
pkgdesc='Asynchronous Python HTTP for Humans.'
|
||||||
license=('Apache')
|
license=('Apache')
|
||||||
@ -13,7 +13,7 @@ url='https://github.com/ross/requests-futures'
|
|||||||
depends=('python2-requests' 'python2-futures')
|
depends=('python2-requests' 'python2-futures')
|
||||||
makedepends=('python2-setuptools' 'python2-futures')
|
makedepends=('python2-setuptools' 'python2-futures')
|
||||||
source=("https://files.pythonhosted.org/packages/source/r/requests-futures/requests-futures-${pkgver}.tar.gz")
|
source=("https://files.pythonhosted.org/packages/source/r/requests-futures/requests-futures-${pkgver}.tar.gz")
|
||||||
sha256sums=('200729e932ec1f6d6e58101a8d2b144d48c9695f0585bc1dcf37139190f699a1')
|
sha256sums=('35547502bf1958044716a03a2f47092a89efe8f9789ab0c4c528d9c9c30bc148')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd requests-futures-$pkgver
|
cd requests-futures-$pkgver
|
||||||
|
Loading…
Reference in New Issue
Block a user