New package: python3-injector-0.18.4

This commit is contained in:
Duje Mihanovic 2021-03-11 14:36:15 +01:00 committed by Piotr
parent 3808b2d7f4
commit 1db632aad8
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
# Template file for 'python3-injector'
pkgname=python3-injector
version=0.18.4
revision=1
wrksrc="injector-${version}"
build_style=python3-module
hostmakedepends="python3-typing_extensions python3-setuptools"
depends="python3 python3-typing_extensions"
checkdepends="python3-pytest python3-pytest-cov"
short_desc="Python dependency injection framework"
maintainer="Duje Mihanovic <mihaduje@pm.me>"
license="BSD-3-Clause"
homepage="https://github.com/alecthomas/injector"
distfiles="https://github.com/alecthomas/injector/archive/${version}.tar.gz"
checksum=9f00f16bb667142a076073af0df2c30013b1fc4c032c49029ad2f9bcba88d3b9
post_install() {
vlicense COPYING
}