blob: de7ade586f1e1da77cf58d408e4ee9d7a4beb0b2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
pkgbase = python-lazy-loader
pkgdesc = Populate library namespace without incurring immediate import costs
pkgver = 0.4
pkgrel = 3
url = https://github.com/scientific-python/lazy_loader
arch = any
license = BSD-3-Clause
checkdepends = python-pytest
makedepends = python-flit-core
makedepends = python-build
makedepends = python-wheel
makedepends = python-installer
makedepends = python-setuptools
depends = python
source = lazy-loader-0.4.tar.gz::https://github.com/scientific-python/lazy_loader/archive/refs/tags/v0.4.tar.gz
sha512sums = 3512488bbb3f1699adcbcc7461715d208191b02f8b43b77cc73e703600b13aa7bed62575ffc98ab210ccdb05e8004d5f8f22eaca33fc780afbc1474c15ace8c2
pkgname = python-lazy-loader
|