blob: 9c2a5c7515c73caf869d2ac11020c7669fc78c45 (
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 = 8.10.1
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/8.10.1.tar.gz
source = LICENSE
sha256sums = 69b64ad2275c840b2e2c7f249c768a77d91722de2f607d5b41bb507052a96e71
sha256sums = 17db7e6dddc3a621518f20dd4b35dac73f25160680d2a4858654eca1019bdea6
pkgname = python-twilio
|