blob: b44fe99ab2390771ce476bd7632eae063c321163 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
pkgbase = python-etils
pkgdesc = Collection of common python utils
pkgver = 1.11.0
pkgrel = 1
url = https://github.com/google/etils
arch = any
license = Apache-2.0
makedepends = python-build
makedepends = python-installer
makedepends = python-flit-core
makedepends = python-wheel
depends = python
optdepends = python-numpy: for etils.array_types, etils.ecolab, etils.enp
optdepends = ipython: for etils.ecolab
optdepends = python-importlib_resources: for epath
optdepends = python-zipp: for etils.epath
optdepends = python-typing_extensions: for etils.epy
optdepends = python-absl: for etils.etqdm
optdepends = python-tqdm: for etils.etqdm
optdepends = python-dm-tree: for etils.etree.tree
optdepends = python-jax: for etils.etree.jax
optdepends = python-tensorflow: for etils.etree.nest
source = etils-1.11.0.tar.gz::https://github.com/google/etils/archive/v1.11.0.tar.gz
sha512sums = c8a6b9ff977fb055eb9ef465d06e9cba023b21d91470e915ad6b6539e255d0c0cb81a5f6cf0bf65677989483b6c9258d1c8bd8ff15a2117f49423a64c287c02b
pkgname = python-etils
|