summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: b8dfe18bb4cccf426a773b439a7fddc2a743adf6 (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.25
	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.25.tar.gz
	sha256sums = 24713fbf035a24943b54eefaf11f351efbcaa36e6019fb37c0187035b27f78ec

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