blob: 0950ada0a8051a71169ade7ef2b32f56e1cdd9ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
pkgbase = python-injector
pkgdesc = Python dependency injection framework, inspired by Guice.
pkgver = 0.22.0
pkgrel = 1
url = https://github.com/python-injector/injector
arch = any
license = BSD
makedepends = python-setuptools
depends = python
depends = python-typing_extensions
source = https://files.pythonhosted.org/packages/source/i/injector/injector-0.22.0.tar.gz
source = https://raw.githubusercontent.com/python-injector/injector/refs/heads/master/COPYING
sha256sums = 79b2d4a0874c75d3aa735f11c5b32b89d9542711ca07071161882c5e9cc15ed6
sha256sums = 567278bc23fa55244f132af7164aa684940c75fa35b19c395899422cb92613ba
pkgname = python-injector
|