void-packages/srcpkgs/python3-injector/template
2021-03-20 22:30:08 +01:00

20 lines
660 B
Bash

# 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
}