blob: edccf0cad732322f6cd59a3c7e677fe40596cfe0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
pkgbase = python2-user-agents
pkgdesc = A library to identify devices (phones, tablets) and their capabilities by parsing (browser/HTTP) user agent strings
pkgver = 2.1
pkgrel = 2
url = https://pypi.python.org/pypi/user-agents
arch = any
license = MIT
makedepends = python
makedepends = python2
source = https://files.pythonhosted.org/packages/1b/be/82e4d20a7716d8e5de98b948edcecff9bb237e6718c3831bd92794fe9821/user-agents-2.1.tar.gz
sha256sums = da54371d856c35d8ead0622da24ad5ef6d667eda3629a750e3373a3e847a054b
pkgname = python2-user-agents
depends = python2
depends = python2-six
depends = python2-ua-parser
|