blob: 5cfbe146555c2819d9d8bfe01c71a4ba53285c44 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
pkgbase = python-py-radix
pkgdesc = Implements the radix tree data structure
pkgver = 1.1.0
pkgrel = 1
url = https://github.com/mjschultz/py-radix
arch = aarch64
arch = x86_64
license = BSD-4-Clause
license = ISC
makedepends = python-setuptools
depends = glibc
depends = python
source = python-py-radix-1.1.0.tar.gz::https://github.com/mjschultz/py-radix/archive/v1.1.0.tar.gz
sha256sums = 969a3bb057d298c9b4dd537d70ce15143089fc20cd896c9f91b044691985b143
pkgname = python-py-radix
|