blob: 9664a4293d447a9ddfe26fb19533f83e81b51b9d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
pkgbase = python-expiring-dict
pkgdesc = Python dict with TTL support for auto-expiring caches
pkgver = 1.1.2
pkgrel = 1
url = https://pypi.org/project/expiring-dict
arch = any
license = MIT
makedepends = python-build
makedepends = python-setuptools
makedepends = python-installer
makedepends = python-wheel
depends = python-sortedcontainers
source = expiring_dict-1.1.2.tar.gz::https://files.pythonhosted.org/packages/source/e/expiring-dict/expiring_dict-1.1.2.tar.gz
source = https://github.com/dparker2/py-expiring-dict/raw/master/LICENSE
sha512sums = a5f768a9317723284b7deb9c592f3562e62d314be6649c9b198d9dafbcf3fab357d610fe87583439d6de77d6a59b88863409c453f08de4b06a30c06a64d38bd5
sha512sums = 10febcc48b9f8d7210144cf00edbac8b82482f7ebefb0a1af05125fb3672acff765499f1627f9b80afe24cc926751b104e205b48a414c92c28d9c2d2b7c99814
pkgname = python-expiring-dict
|