blob: d933cac87e7d29c41b291afe7b202f132564ddc4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
pkgbase = python-twilio
pkgdesc = A module for using the Twilio REST API and generating valid TwiML.
pkgver = 9.0.0
pkgrel = 1
url = https://github.com/twilio/twilio-python
arch = any
license = MIT
makedepends = python-setuptools
depends = python
depends = python-requests>=2.0.0
depends = python-mock
depends = flake8
depends = python-six
depends = python-aiohttp-retry
depends = python-pyjwt
depends = twine
depends = python-aiohttp
options = !emptydirs
source = https://github.com/twilio/twilio-python/archive/9.0.0.tar.gz
source = LICENSE
sha256sums = 55322c2c5dfe20bb76c4c963d02a9ffdf5c9265c32224ada2722724c25740f39
sha256sums = 17db7e6dddc3a621518f20dd4b35dac73f25160680d2a4858654eca1019bdea6
pkgname = python-twilio
|