summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 4eb123b0eaf63efbf1889a2f71638be498636002 (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
25
26
27
28
pkgbase = python-grab
	pkgdesc = Web Scraping Framework
	pkgver = 0.6.24
	pkgrel = 1
	url = https://pypi.python.org/pypi/grab
	arch = any
	license = MIT
	makedepends = python
	makedepends = python2
	source = https://pypi.python.org/packages/source/g/grab/grab-0.6.24.tar.gz
	sha256sums = 54eb877e5576c05622ed6c70c91197501c220c2468703bad55807056549bd5ed

pkgname = python-grab
	depends = python
	depends = python-pycurl
	depends = python-lxml
	depends = python-selection
	depends = python-six
	depends = python-weblib>=0.1.10

pkgname = python2-grab
	depends = python2
	depends = python2-pycurl
	depends = python2-lxml
	depends = python2-selection
	depends = python2-six
	depends = python2-weblib>=0.1.10