blob: b243e3b89619ccd7f99974e844e2649eb096e933 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
pkgbase = python-datrie
pkgdesc = Fast, efficiently stored Trie for Python. Uses libdatrie
pkgver = 0.8.2
pkgrel = 2
url = https://github.com/pytries/datrie
arch = x86_64
license = LGPL
checkdepends = python-pytest-runner
checkdepends = python-hypothesis
makedepends = python-setuptools
makedepends = cython
depends = libdatrie
options = !emptydirs
source = datrie-0.8.2.tar.gz::https://github.com/pytries/datrie/archive/0.8.2.tar.gz
sha256sums = 79d9a2960749903d632812fcc0edd09d991774933c8c332b8a82b70097721923
pkgname = python-datrie
|