blob: 84ea606bba506214a8d7d241447c4265a2e281dd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
pkgbase = python-pygtrie
pkgdesc = Python library implementing a trie data structure
pkgver = 2.5.0
pkgrel = 6
url = https://github.com/google/pygtrie
arch = any
license = Apache-2.0
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools
depends = python
source = https://files.pythonhosted.org/packages/source/p/pygtrie/pygtrie-2.5.0.tar.gz
sha256sums = 203514ad826eb403dab1d2e2ddd034e0d1534bbe4dbe0213bb0593f66beba4e2
pkgname = python-pygtrie
|