summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: cee235cc5c7119791bdc7847da5226b310aeda10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pkgbase = python2-bintrees
	pkgdesc = Package provides Binary-, RedBlack- and AVL-Trees in Python and Cython.
	pkgver = 2.2.0
	pkgrel = 1
	url = https://pypi.python.org/pypi/bintrees/
	arch = any
	license = MIT
	makedepends = python2-setuptools
	depends = python2
	optdepends = cython2: usage of C implementation
	provides = python2-bintrees
	options = !emptydirs
	source = bintrees-v2.2.0.tar.gz::https://github.com/mozman/bintrees/archive/v2.2.0.tar.gz
	sha256sums = 8e17a8d6fcfb0ec9dae611583f1d2879a84a62db58e1e533b414bbf8c4e929d7

pkgname = python2-bintrees