summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: dd6f4fed421f09fbc7979611d7bdd17c4d47adfc (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
pkgbase = python-rebulk
	pkgdesc = Define simple search patterns in bulk to perform advanced matching on any string.
	pkgver = 1.0.0
	pkgrel = 1
	url = https://github.com/Toilal/rebulk
	arch = any
	license = MIT
	makedepends = python-setuptools
	makedepends = python2-setuptools
	makedepends = python-pytest-runner
	makedepends = python2-pytest-runner
	options = !emptydirs
	source = https://github.com/Toilal/rebulk/archive/1.0.0.tar.gz
	sha256sums = e03325363d586f4c2e25a636061d64760e8d4202a6921d71fe4ace89307de8b6

pkgname = python-rebulk
	depends = python
	depends = python-six
	depends = python-regex

pkgname = python2-rebulk
	depends = python2
	depends = python2-six
	depends = python2-regex
	depends = python2-ordereddict